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)
Fri, May 3, 2:35 AM
Unknown Object (File)
Thu, May 2, 5:14 PM
Unknown Object (File)
Fri, Apr 26, 11:36 PM
Unknown Object (File)
Thu, Apr 25, 2:46 AM
Unknown Object (File)
Mon, Apr 22, 12:31 AM
Unknown Object (File)
Sat, Apr 20, 5:18 PM
Unknown Object (File)
Thu, Apr 11, 10:03 AM
Unknown Object (File)
Apr 5 2024, 12:20 PM
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.