* [PATCH] Documentation/git-branch.txt: add short option to git branch synopsis
@ 2015-01-17 7:36 Alexander Kuleshov
2015-01-17 8:54 ` Andreas Schwab
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kuleshov @ 2015-01-17 7:36 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Alexander Kuleshov
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
Documentation/git-branch.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index 311b336..722f865 100644
--- a/Documentation/git-branch.txt
+++ b/Documentation/git-branch.txt
@@ -8,7 +8,7 @@ git-branch - List, create, or delete branches
SYNOPSIS
--------
[verse]
-'git branch' [--color[=<when>] | --no-color] [-r | -a]
+'git branch' [--color[=<when>] | --no-color] [(-r|--remotes) | (-a|--all)]
[--list] [-v [--abbrev=<length> | --no-abbrev]]
[--column[=<options>] | --no-column]
[(--merged | --no-merged | --contains) [<commit>]] [<pattern>...]
--
2.3.0.rc0.286.ga3dc223.dirty
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation/git-branch.txt: add short option to git branch synopsis
2015-01-17 7:36 [PATCH] Documentation/git-branch.txt: add short option to git branch synopsis Alexander Kuleshov
@ 2015-01-17 8:54 ` Andreas Schwab
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2015-01-17 8:54 UTC (permalink / raw)
To: Alexander Kuleshov; +Cc: Junio C Hamano, git
s/short/long/
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-17 8:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-17 7:36 [PATCH] Documentation/git-branch.txt: add short option to git branch synopsis Alexander Kuleshov
2015-01-17 8:54 ` Andreas Schwab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).