summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Organov <osv@javad.com>2007-11-13 18:19:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-11-14 10:04:46 (GMT)
commit2f29dac5a902a6be58ffddc598c4e17f79a0d841 (patch)
tree61cb13d9635d607bb3d5fe20cec359fb95c207ab
parentf141bd804d2cba4500769934f9d9e7f0f7bcf282 (diff)
downloadgit-2f29dac5a902a6be58ffddc598c4e17f79a0d841.zip
git-2f29dac5a902a6be58ffddc598c4e17f79a0d841.tar.gz
git-2f29dac5a902a6be58ffddc598c4e17f79a0d841.tar.bz2
user-manual.txt: fix a few mistakes
Signed-off-by: Sergei Organov <osv@javad.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/user-manual.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index d99adc6..60e1385 100644
--- 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
-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:
-------------------------------------------------
@@ -1567,8 +1567,8 @@ old history using, for example,
$ 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:
-------------------------------------------------