From: Junio C Hamano Date: Sat, 23 Dec 2006 10:29:52 +0000 (+0000) Subject: Autogenerated HTML docs for v1.4.4.3-g6be93 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=30e1db15139610fc3147dbaab1234da67625c152;p=git.git Autogenerated HTML docs for v1.4.4.3-g6be93 --- diff --git a/git-show-branch.html b/git-show-branch.html index 1bc5993db..13e5eb309 100644 --- a/git-show-branch.html +++ b/git-show-branch.html @@ -273,7 +273,7 @@ git-show-branch(1) Manual Page

SYNOPSIS

-
git-show-branch [--all] [--heads] [--tags] [--topo-order] [--current] +
git-show-branch [--all] [--remotes] [--topo-order] [--current] [--more=<n> | --list | --independent | --merge-base] [--no-name | --sha1-name] [--topics] [<rev> | <glob>]…
@@ -310,12 +310,19 @@ no <rev> nor <glob> is given on the command line.

---all --heads --tags +-r|--remotes

- Show all refs under $GIT_DIR/refs, $GIT_DIR/refs/heads, - and $GIT_DIR/refs/tags, respectively. + Show the remote-tracking branches. +

+
+
+-a|--all +
+
+

+ Show both remote-tracking branches and local branches.

@@ -493,7 +500,7 @@ your topic branch, it is shown as well.

diff --git a/git-show-branch.txt b/git-show-branch.txt index 948ff10e6..dafacd430 100644 --- a/git-show-branch.txt +++ b/git-show-branch.txt @@ -8,7 +8,7 @@ git-show-branch - Show branches and their commits SYNOPSIS -------- [verse] -'git-show-branch' [--all] [--heads] [--tags] [--topo-order] [--current] +'git-show-branch' [--all] [--remotes] [--topo-order] [--current] [--more= | --list | --independent | --merge-base] [--no-name | --sha1-name] [--topics] [ | ]... @@ -37,9 +37,11 @@ OPTIONS branches under $GIT_DIR/refs/heads/topic, giving `topic/*` would show all of them. ---all --heads --tags:: - Show all refs under $GIT_DIR/refs, $GIT_DIR/refs/heads, - and $GIT_DIR/refs/tags, respectively. +-r|--remotes:: + Show the remote-tracking branches. + +-a|--all:: + Show both remote-tracking branches and local branches. --current:: With this option, the command includes the current