aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-peek-remote.txt
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-01-23 03:44:17 -0600
committerThomas Rast <trast@student.ethz.ch>2010-01-24 13:57:42 +0100
commit30f2bade84a3f6961b38579c1c23c64b72f64f24 (patch)
treeb6665417930f5548a81c5c511b5ca92308c508fc /Documentation/git-peek-remote.txt
parentb40bb374a618534b930ce4da5ffffb215b5cb488 (diff)
downloadgit-30f2bade84a3f6961b38579c1c23c64b72f64f24.tar.gz
git-30f2bade84a3f6961b38579c1c23c64b72f64f24.tar.xz
Documentation: emphasize when git merge terminates early
A merge-based operation in git can fail in two ways: one that stops before touching anything, or one that goes ahead and results in conflicts. As the 'git merge' manual explains: | A merge is always between the current `HEAD` and one or more | commits (usually, branch head or tag), and the index file must | match the tree of `HEAD` commit (i.e. the contents of the last commit) | when it starts out. Unfortunately, the placement of this sentence makes it easy to skip over, and its formulation leaves the important point, that any other attempted merge will be gracefully aborted, unspoken. So give this point its own section and expand upon it. Probably this could be simplified somewhat: after all, a change registered in the index is just a special kind of local uncommited change, so the second added paragraph is only a special case of the first. It seemed more helpful to be explicit here. Inspired by <http://gitster.livejournal.com/25801.html>. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Diffstat (limited to 'Documentation/git-peek-remote.txt')
0 files changed, 0 insertions, 0 deletions