diff options
author | Jon Loeliger <jdl@jdl.com> | 2006-03-17 18:25:46 -0600 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-17 20:42:36 -0800 |
commit | beb8e1343745e99988b84b05d257ef3171f127be (patch) | |
tree | 98e27270876193a4c66b4d6bf81489dfb0346f42 /Documentation | |
parent | 5bfc4f23bca0a89e50853b2bdaa6d0118045a9f6 (diff) | |
download | git-beb8e1343745e99988b84b05d257ef3171f127be.tar.gz git-beb8e1343745e99988b84b05d257ef3171f127be.tar.xz |
Fix minor typo.
Signed-off-by: Jon Loeliger <jdl@jdl.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-show-branch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index d3b6e620a..f115b45ef 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. |