summaryrefslogtreecommitdiffstats
path: root/git-lost-found.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-29 01:33:58 +0100
committerJunio C Hamano <junkio@cox.net>2007-01-29 01:33:58 +0100
commitdf391b192d285646fe80ca4d3cfe3c0a3beb5989 (patch)
tree6d04a83b4bd6c6f42a4108a59d7a40d9022f65f3 /git-lost-found.sh
parent[PATCH] Rename git-repo-config to git-config. (diff)
downloadgit-df391b192d285646fe80ca4d3cfe3c0a3beb5989.tar.xz
git-df391b192d285646fe80ca4d3cfe3c0a3beb5989.zip
git-fsck-objects is now synonym to git-fsck
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-lost-found.sh')
-rwxr-xr-xgit-lost-found.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-lost-found.sh b/git-lost-found.sh
index b928f2ca52..9360804711 100755
--- a/git-lost-found.sh
+++ b/git-lost-found.sh
@@ -12,7 +12,7 @@ fi
laf="$GIT_DIR/lost-found"
rm -fr "$laf" && mkdir -p "$laf/commit" "$laf/other" || exit
-git fsck-objects --full |
+git fsck --full |
while read dangling type sha1
do
case "$dangling" in