Code

reflog inspection: introduce shortcut "-g"
[git.git] / Documentation / git-symbolic-ref.txt
index 1e818bb02dcad32095e5e14236d177360fe0f3a1..f93b79a85e1259f789551a94ab422a846cf4cf65 100644 (file)
@@ -3,7 +3,7 @@ git-symbolic-ref(1)
 
 NAME
 ----
-git-symbolic-ref - read and modify symbolic refs
+git-symbolic-ref - Read and modify symbolic refs
 
 SYNOPSIS
 --------
@@ -44,6 +44,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
+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 <junkio@cox.net>