aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-11-07 15:15:34 -0800
committerJunio C Hamano <junkio@cox.net>2005-11-11 21:52:20 -0800
commit04e7ca1a1bd05e733236734bd7078b4cde1f7ce5 (patch)
tree1683c5aa53165078dba39e82260c8fd0097f6931 /Makefile
parentd7b1a1ddbece22c99d52ea45bdecefdb9f17a613 (diff)
downloadgit-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 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4dca5f22..b75cb1378 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,8 @@ SCRIPT_SH = \
git-tag.sh git-verify-tag.sh git-whatchanged.sh git.sh \
git-applymbox.sh git-applypatch.sh git-am.sh \
git-merge.sh git-merge-stupid.sh git-merge-octopus.sh \
- git-merge-resolve.sh git-merge-ours.sh git-grep.sh
+ git-merge-resolve.sh git-merge-ours.sh git-grep.sh \
+ git-lost+found.sh
SCRIPT_PERL = \
git-archimport.perl git-cvsimport.perl git-relink.perl \