summaryrefslogtreecommitdiff
path: root/Documentation/git-update-ref.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-06-22 21:31:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-06-22 21:31:57 (GMT)
commit66915b5d7cc9b66bf8c452bb62c67da371c21d90 (patch)
tree44a4f9b55c19a4c7d5334f736d0276481a8aae74 /Documentation/git-update-ref.txt
parent5389db544defc9cd9415ffb9d8070c3e179610f2 (diff)
parent3fe8dce6fc5b1d0bffba8fdb4e075fcd16cf5619 (diff)
downloadgit-66915b5d7cc9b66bf8c452bb62c67da371c21d90.zip
git-66915b5d7cc9b66bf8c452bb62c67da371c21d90.tar.gz
git-66915b5d7cc9b66bf8c452bb62c67da371c21d90.tar.bz2
Merge branch 'kh/update-ref'
* kh/update-ref: Make old sha1 optional with git update-ref -d Clean up builtin-update-ref's option parsing
Diffstat (limited to 'Documentation/git-update-ref.txt')
-rw-r--r--Documentation/git-update-ref.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-update-ref.txt b/Documentation/git-update-ref.txt
index 7f7e3d1..bae2c8b 100644
--- 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' [-m <reason>] (-d <ref> <oldvalue> | [--no-deref] <ref> <newvalue> [<oldvalue>])
+'git-update-ref' [-m <reason>] (-d <ref> [<oldvalue>] | [--no-deref] <ref> <newvalue> [<oldvalue>])
DESCRIPTION
-----------