Update draft release notes to 1.7.8
[gitweb.git] / Documentation / git-lost-found.txt
index 7f808fcd767993a60fb96a2876475e696a0f5900..c406a1100159471cf904629b5d4afc0469c382c0 100644 (file)
@@ -7,12 +7,13 @@ git-lost-found - Recover lost refs that luckily have not yet been pruned
 
 SYNOPSIS
 --------
-'git-lost-found'
+[verse]
+'git lost-found'
 
 DESCRIPTION
 -----------
 
-*NOTE*: this command is deprecated.  Use gitlink:git-fsck[1] with
+*NOTE*: this command is deprecated.  Use linkgit:git-fsck[1] with
 the option '--lost-found' instead.
 
 Finds dangling commits and tags from the object database, and
@@ -67,15 +68,6 @@ $ git rev-parse not-lost-anymore
 1ef2b196d909eed523d4f3c9bf54b78cdd6843c6
 ------------
 
-Author
-------
-Written by Junio C Hamano <gitster@pobox.com>
-
-Documentation
---------------
-Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
-
-
 GIT
 ---
-Part of the gitlink:git[7] suite
+Part of the linkgit:git[1] suite