Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
user-manual.txt: fix a few mistakes
author
Sergei Organov
<osv@javad.com>
Tue, 13 Nov 2007 18:19:39 +0000
(21:19 +0300)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 14 Nov 2007 10:04:46 +0000
(
02:04
-0800)
Signed-off-by: Sergei Organov <osv@javad.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/user-manual.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
f141bd8
)
diff --git
a/Documentation/user-manual.txt
b/Documentation/user-manual.txt
index d99adc6f728aebfa0b7e4b956c4f784e3d2f7bd4..60e13853dc6a32ecf9a8aa0cad484531c69b2027 100644
(file)
--- a/
Documentation/user-manual.txt
+++ b/
Documentation/user-manual.txt
@@
-475,7
+475,7
@@
Bisecting: 3537 revisions left to test after this
If you run "git branch" at this point, you'll see that git has
temporarily moved you to a new branch named "bisect". This branch
points to a commit (with commit id 65934...) that is reachable from
If you run "git branch" at this point, you'll see that git has
temporarily moved you to a new branch named "bisect". This branch
points to a commit (with commit id 65934...) that is reachable from
-
v2.6.19
but not from v2.6.18. Compile and test it, and see whether
+
"master"
but not from v2.6.18. Compile and test it, and see whether
it crashes. Assume it does crash. Then:
-------------------------------------------------
it crashes. Assume it does crash. Then:
-------------------------------------------------
@@
-1567,8
+1567,8
@@
old history using, for example,
$ git log master@{1}
-------------------------------------------------
$ git log master@{1}
-------------------------------------------------
-This lists the commits reachable from the previous version of the
head
.
-This syntax can be used
to
with any git command that accepts a commit,
+This lists the commits reachable from the previous version of the
branch
.
+This syntax can be used with any git command that accepts a commit,
not just with git log. Some other examples:
-------------------------------------------------
not just with git log. Some other examples:
-------------------------------------------------