Skip to content

Commit

Permalink
Merge branch 'mm/merge-in-dirty-worktree-doc'
Browse files Browse the repository at this point in the history
* mm/merge-in-dirty-worktree-doc:
  Documentation/git-merge.txt: weaken warning about uncommited changes
  • Loading branch information
Junio C Hamano committed Jun 26, 2013
2 parents a036e4e + 76b80cd commit 9a17e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-merge.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ especially if those changes were further modified after the merge
was started), 'git merge --abort' will in some cases be unable to
reconstruct the original (pre-merge) changes. Therefore:

*Warning*: Running 'git merge' with uncommitted changes is
discouraged: while possible, it leaves you in a state that is hard to
*Warning*: Running 'git merge' with non-trivial uncommitted changes is
discouraged: while possible, it may leave you in a state that is hard to
back out of in the case of a conflict.


Expand Down

0 comments on commit 9a17e9a

Please sign in to comment.