This repository was archived by the owner on Feb 6, 2025. It is now read-only.
Commit adfa35b
committed
[nobug] Don't fetch the full parent commits for the JSON response
As the SHA value of the commits is the only information that's needed
for the JSON, simply retrieve it via the commit object instead of
fetching full commit objects for the parents.
Signed-off-by: Remy Suen <[email protected]>1 parent aff9514 commit adfa35b
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
| 590 | + | |
| 591 | + | |
595 | 592 | | |
596 | 593 | | |
597 | 594 | | |
| |||
0 commit comments