git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix incorrect wording in git-merge.txt.
@ 2008-03-03 17:14 Matthieu Moy
  2008-03-03 17:27 ` Junio C Hamano
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Matthieu Moy @ 2008-03-03 17:14 UTC (permalink / raw)
  To: git, gitster; +Cc: Matthieu Moy

A merge is not necessarily with a remote branch, it can be with any
commit object.
---
 Documentation/git-merge.txt |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-merge.txt b/Documentation/git-merge.txt
index 0c9ad7f..193c9c0 100644
--- a/Documentation/git-merge.txt
+++ b/Documentation/git-merge.txt
@@ -68,7 +68,8 @@ HOW MERGE WORKS
 ---------------
 
 A merge is always between the current `HEAD` and one or more
-remote branch heads, and the index file must exactly match the
+commit objects (usually, branch head or tag), and the index file must
+exactly match the
 tree of `HEAD` commit (i.e. the contents of the last commit) when
 it happens.  In other words, `git-diff --cached HEAD` must
 report no changes.
-- 
1.5.4.21.g82c44


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-03-11  7:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-03 17:14 [PATCH] Fix incorrect wording in git-merge.txt Matthieu Moy
2008-03-03 17:27 ` Junio C Hamano
2008-03-03 17:52 ` Matthieu Moy
2008-03-03 18:26 ` Nicolas Pitre
2008-03-03 19:50   ` Matthieu Moy
2008-03-03 20:39     ` Nicolas Pitre
2008-03-03 21:25       ` Matthieu Moy
2008-03-03 22:10         ` Nicolas Pitre
2008-03-11  7:05       ` Andreas Ericsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).