Closed
Bug 1645300
Opened 5 years ago
Closed 5 years ago
Avoid searching for children if submitting a single commit
Categories
(Conduit :: moz-phab, enhancement, P2)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zalun, Assigned: zalun)
References
Details
(Keywords: conduit-triaged)
Attachments
(1 file)
GIT:
We can probably skip calling git rev-list --all --children --not SHA1 when a user submits a patch with the --single option.
Retrieving this information takes a long time in mozilla-central.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → pzalewa
| Assignee | ||
Comment 1•5 years ago
|
||
Using --single option means user wants to submit one revision only.
There is no need to look for its children.
This request is expensive on large repositories.
| Assignee | ||
Updated•5 years ago
|
Keywords: conduit-triaged
Priority: -- → P2
| Assignee | ||
Updated•5 years ago
|
Severity: -- → S2
| Assignee | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•