mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
ffbc7aae62
Summary: The amend process used "git log HEAD^..HEAD" to get log for the commit being amended. When run on a merge commit this can return any number of commits from the non-first parents. Since only a single commit was expected, arc fails here. This diff changes the amend process to use the '--first-parent' flag to be consistent with using '^', which references the first parent. This should guarantee a single commit log every time. Test Plan: arc amend on a merge commit Reviewed By: epriestley Reviewers: epriestley, jungejason CC: aran, epriestley, andrewjcg Differential Revision: 415 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
LICENSE | ||
README |
PROJECT STATUS: CAVEAT EMPTOR This is an unstable preview release. I'm open sourcing some of Facebook's internal tools, but they'll be unstable for at least a couple months. -epriestley WHAT IS ARCANIST? Arcanist is the CLI for Facebook's code review tool, Differential. Since Differential isn't released yet, it may not be terribly useful on its own.