Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git/branch: don't clobber variable in merge1 argument
When doing a merge on branch switch, we would use 'base' as the base commmit and later override it with the merge ancestor of the commit, fucking up the paths. Rename the variable so we don't clobber it.
- Loading branch information