summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8fe9277)
raw | patch | inline | side by side (parent: 8fe9277)
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>
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 |
index dfbd8869799dabb61506fe7a93ca63a04aee85c2..e062030e91ae2b2a25c2ef7bafc4c026015e1f5e 100644 (file)
SYNOPSIS
--------
-'git-update-ref' <ref> <newvalue> [<oldvalue>] [-m <reason>]
+'git-update-ref' [-m <reason>] <ref> <newvalue> [<oldvalue>]
DESCRIPTION
-----------