diff options
author | Jon Loeliger <jdl@jdl.com> | 2006-03-18 01:25:46 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-18 05:42:36 +0100 |
commit | beb8e1343745e99988b84b05d257ef3171f127be (patch) | |
tree | 98e27270876193a4c66b4d6bf81489dfb0346f42 /Documentation/git-show-branch.txt | |
parent | Reference git-commit-tree for env vars. (diff) | |
download | git-beb8e1343745e99988b84b05d257ef3171f127be.tar.xz git-beb8e1343745e99988b84b05d257ef3171f127be.zip |
Fix minor typo.
Signed-off-by: Jon Loeliger <jdl@jdl.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-show-branch.txt')
-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 d3b6e620a8..f115b45ef6 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. |