Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add virtualization support to git-daemon
[gitweb.git]
/
Documentation
/
git-update-ref.txt
diff --git
a/Documentation/git-update-ref.txt
b/Documentation/git-update-ref.txt
index dfbd8869799dabb61506fe7a93ca63a04aee85c2..e062030e91ae2b2a25c2ef7bafc4c026015e1f5e 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
-----------