summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Loeliger <jdl@jdl.com>2006-03-18 00:25:46 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-03-18 04:42:36 (GMT)
commitbeb8e1343745e99988b84b05d257ef3171f127be (patch)
tree98e27270876193a4c66b4d6bf81489dfb0346f42
parent5bfc4f23bca0a89e50853b2bdaa6d0118045a9f6 (diff)
downloadgit-beb8e1343745e99988b84b05d257ef3171f127be.zip
git-beb8e1343745e99988b84b05d257ef3171f127be.tar.gz
git-beb8e1343745e99988b84b05d257ef3171f127be.tar.bz2
Fix minor typo.
Signed-off-by: Jon Loeliger <jdl@jdl.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/git-show-branch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt
index d3b6e62..f115b45 100644
--- a/Documentation/git-show-branch.txt
+++ b/Documentation/git-show-branch.txt
@@ -141,7 +141,7 @@ it, having the following in the configuration file may help:
------------
-With this,`git show-branch` without extra parameters would show
+With this, `git show-branch` without extra parameters would show
only the primary branches. In addition, if you happen to be on
your topic branch, it is shown as well.