Page MenuHomePhabricator

When landing changes in an empty repository, merge cleanly in Git
ClosedPublic

Authored by epriestley on Jun 7 2020, 3:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 17, 1:10 PM
Unknown Object (File)
Wed, Jul 17, 6:52 AM
Unknown Object (File)
Sat, Jul 13, 2:01 AM
Unknown Object (File)
Thu, Jul 11, 4:02 AM
Unknown Object (File)
Sun, Jul 7, 11:17 PM
Unknown Object (File)
Sun, Jul 7, 6:25 PM
Unknown Object (File)
Fri, Jul 5, 4:22 PM
Unknown Object (File)
Thu, Jul 4, 10:48 AM
Subscribers
None

Details

Summary

Fixes T12876. Ref T13546. When you make the first change in a new Git repository, "arc land" currently can not merge it because there's nothing to merge into.

Support merging into the empty state formally, reachable by using "--into-empty" (which should be uncommon) or "arc land" in an empty repository.

Test Plan
  • Used "arc land --into-empty --hold ..." to generate merges against the empty state under "squash" and "merge" strategies in Git.
    • Got sensible result commits with appropriate parents and content.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jun 8 2020, 11:20 PM
This revision was automatically updated to reflect the committed changes.