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)

enhancement

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.

See Also: → 1645266
Assignee: nobody → pzalewa

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.

Keywords: conduit-triaged
Priority: -- → P2
Severity: -- → S2
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.

Attachment

General

Created:
Updated:
Size: