summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2013-11-10 15:47:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-11-12 22:10:21 (GMT)
commit7c4012812aa87a0cceb13b695e95e66d628516ec (patch)
treef99d335e21c118872b49d67439381aae807b0f44 /Makefile
parent925ceccf050e2998c2b805476b529bdf5352cf74 (diff)
downloadgit-7c4012812aa87a0cceb13b695e95e66d628516ec.zip
git-7c4012812aa87a0cceb13b695e95e66d628516ec.tar.gz
git-7c4012812aa87a0cceb13b695e95e66d628516ec.tar.bz2
lost-found: remove deprecated command
"git lost-found" has been deprecated since commit fc8b5f0 (Deprecate git-lost-found, 2007-11-08), included in version 1.5.4. Signed-off-by: John Keeping <john@keeping.me.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4fc2378..7ffd705 100644
--- a/Makefile
+++ b/Makefile
@@ -452,7 +452,6 @@ SCRIPT_SH += git-am.sh
SCRIPT_SH += git-bisect.sh
SCRIPT_SH += git-difftool--helper.sh
SCRIPT_SH += git-filter-branch.sh
-SCRIPT_SH += git-lost-found.sh
SCRIPT_SH += git-merge-octopus.sh
SCRIPT_SH += git-merge-one-file.sh
SCRIPT_SH += git-merge-resolve.sh