projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe9277
)
Change order of -m option to update-ref.
author
Shawn Pearce
<spearce@spearce.org>
Fri, 19 May 2006 09:15:50 +0000
(
05:15
-0400)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 19 May 2006 22:03:10 +0000
(15:03 -0700)
The actual position doesn't matter but most people prefer to see
options appear before the arguments.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-update-ref.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-update-ref.txt
b/Documentation/git-update-ref.txt
index
dfbd886
..
e062030
100644
(file)
--- a/
Documentation/git-update-ref.txt
+++ b/
Documentation/git-update-ref.txt
@@
-7,7
+7,7
@@
git-update-ref - update the object name stored in a ref safely
SYNOPSIS
--------
-'git-update-ref'
<ref> <newvalue> [<oldvalue>] [-m <reason
>]
+'git-update-ref'
[-m <reason>] <ref> <newvalue> [<oldvalue
>]
DESCRIPTION
-----------