Make git-add -i accept ranges like 7-
[gitweb.git] / Documentation / git-symbolic-ref.txt
index a88f7228605ee35002573123f3dbe63c3e405dc6..5709dee20835e1b8c2f7832632f5f6184be2984b 100644 (file)
@@ -27,6 +27,7 @@ OPTIONS
 -------
 
 -q::
+--quiet::
        Do not issue an error message if the <name> is not a
        symbolic ref but a detached HEAD; instead exit with
        non-zero status silently.
@@ -54,8 +55,8 @@ name is not a symbolic ref, or 128 if another error occurs.
 
 Author
 ------
-Written by Junio C Hamano <junkio@cox.net>
+Written by Junio C Hamano <gitster@pobox.com>
 
 GIT
 ---
-Part of the gitlink:git[7] suite
+Part of the linkgit:git[1] suite