diff options
author | Junio C Hamano <junkio@cox.net> | 2005-11-07 15:15:34 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-11 21:52:20 -0800 |
commit | 04e7ca1a1bd05e733236734bd7078b4cde1f7ce5 (patch) | |
tree | 1683c5aa53165078dba39e82260c8fd0097f6931 /Documentation/git.txt | |
parent | d7b1a1ddbece22c99d52ea45bdecefdb9f17a613 (diff) | |
download | git-04e7ca1a1bd05e733236734bd7078b4cde1f7ce5.tar.gz git-04e7ca1a1bd05e733236734bd7078b4cde1f7ce5.tar.xz |
git-lost+found
This command helps you resurrect accidentally lost tags and commits.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index b7bc4fb23..a9d47c115 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -309,6 +309,9 @@ gitlink:git-convert-objects[1]:: gitlink:git-cvsimport[1]:: Salvage your data out of another SCM people love to hate. +gitlink:git-lost+found[1]:: + Recover lost refs that luckily have not yet been pruned. + gitlink:git-merge-one-file[1]:: The standard helper program to use with "git-merge-index" |