aboutsummaryrefslogtreecommitdiff
path: root/show-branch.c
diff options
context:
space:
mode:
authorNikolai Weibull <mailing-lists.git@rawuncut.elitemail.org>2005-12-09 00:28:05 +0100
committerJunio C Hamano <junkio@cox.net>2005-12-08 15:50:14 -0800
commitd4ce5f7e508c0a52aea2938cf2f7e25bf62eec3a (patch)
treeeaee4952908006b3041b5abd7178bb1caf65a4d8 /show-branch.c
parent674b28085e89c3be37d07063b253069101669b55 (diff)
downloadgit-d4ce5f7e508c0a52aea2938cf2f7e25bf62eec3a.tar.gz
git-d4ce5f7e508c0a52aea2938cf2f7e25bf62eec3a.tar.xz
Add documentation for the --topo-order option to git-show-branch.
Signed-off-by: Nikolai Weibull <nikolai@bitwi.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'show-branch.c')
-rw-r--r--show-branch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/show-branch.c b/show-branch.c
index 3cb335d68..ab158eb7d 100644
--- a/show-branch.c
+++ b/show-branch.c
@@ -5,7 +5,7 @@
#include "refs.h"
static const char show_branch_usage[] =
-"git-show-branch [--all] [--heads] [--tags] [--more=count | --list | --independent | --merge-base ] [<refs>...]";
+"git-show-branch [--all] [--heads] [--tags] [--topo-order] [--more=count | --list | --independent | --merge-base ] [<refs>...]";
#define UNINTERESTING 01