Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
checkout: automerge local changes while switching branches.
When switching branches, if the working tree has a local modification at paths that are different between current and new branches, we refused the operation saying "cannot merge." This attempts to do an automerge for such paths. This is still experimental. Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information