Merge branch 'db/delta-applier' into db/text-delta
[gitweb.git] / Documentation / git-symbolic-ref.txt
index 63925388073b17c3087d32813979513580adfa2a..d7795ed65777c18e648ba1b23b1b63330b78c9ce 100644 (file)
@@ -49,14 +49,10 @@ cumbersome.  On some platforms, `ln -sf` does not even work as
 advertised (horrors).  Therefore symbolic links are now deprecated
 and symbolic refs are used by default.
 
-'git-symbolic-ref' will exit with status 0 if the contents of the
+'git symbolic-ref' will exit with status 0 if the contents of the
 symbolic ref were printed correctly, with status 1 if the requested
 name is not a symbolic ref, or 128 if another error occurs.
 
-Author
-------
-Written by Junio C Hamano <gitster@pobox.com>
-
 GIT
 ---
 Part of the linkgit:git[1] suite