[PATCH 3/6] user-manual: fix inconsistent use of pull and merge

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: J. Bruce Fields
Date: Saturday, March 10, 2007 - 9:35 pm

From: J. Bruce Fields <bfields@citi.umich.edu>

I used "git pull ." instead of "git merge" here without any explanation.
Stick instead to "git merge" for now (the equivalent pull syntax is
still covered in a later chapter).

Cc: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
---
 Documentation/user-manual.txt |   14 +++-----------
 1 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 8b5709b..f4ea967 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -1133,17 +1133,9 @@ modified in two different ways in the remote branch and the local
 branch--then you are warned; the output may look something like this:
 
 -------------------------------------------------
-$ git pull . next
-Trying really trivial in-index merge...
-fatal: Merge requires file-level merging
-Nope.
-Merging HEAD with 77976da35a11db4580b80ae27e8d65caf5208086
-Merging:
-15e2162 world
-77976da goodbye
-found 1 common ancestor(s):
-d122ed4 initial
-Auto-merging file.txt
+$ git merge next
+ 100% (4/4) done
+Auto-merged file.txt
 CONFLICT (content): Merge conflict in file.txt
 Automatic merge failed; fix conflicts and then commit the result.
 -------------------------------------------------
-- 
1.5.0.gb75812-dirty

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Documentation (mostly user manual) patches, J. Bruce Fields, (Sun Mar 4, 2:59 pm)
[PATCH] user-manual: more detailed merge discussion, J. Bruce Fields, (Sun Mar 4, 2:59 pm)
Re: Documentation (mostly user manual) patches, Junio C Hamano, (Sun Mar 4, 8:14 pm)
Re: Documentation (mostly user manual) patches, J. Bruce Fields, (Mon Mar 5, 11:38 am)
Re: Documentation (mostly user manual) patches, Ramsay Jones, (Wed Mar 7, 1:19 pm)
Re: Documentation (mostly user manual) patches, J. Bruce Fields, (Sat Mar 10, 9:35 pm)
[PATCH 2/6] user-manual: fix inconsistent example, J. Bruce Fields, (Sat Mar 10, 9:35 pm)
[PATCH 3/6] user-manual: fix inconsistent use of pull and ..., J. Bruce Fields, (Sat Mar 10, 9:35 pm)
[PATCH 5/6] user-manual: fix rendering of history diagrams, J. Bruce Fields, (Sat Mar 10, 9:35 pm)
Re: [PATCH 2/6] user-manual: fix inconsistent example, J. Bruce Fields, (Sat Mar 10, 9:39 pm)
Re: Documentation (mostly user manual) patches, Junio C Hamano, (Sat Mar 10, 10:35 pm)
Re: [PATCH 2/6] user-manual: fix inconsistent example, Ramsay Jones, (Tue Mar 13, 12:31 pm)
Re: [PATCH 2/6] user-manual: fix inconsistent example, J. Bruce Fields, (Wed Mar 14, 4:19 pm)