projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2c487c
)
lost-found: use fsck-objects --full
author
Junio C Hamano
<junkio@cox.net>
Fri, 28 Jul 2006 05:15:01 +0000
(22:15 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 28 Jul 2006 05:15:01 +0000
(22:15 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-lost-found.sh
patch
|
blob
|
history
diff --git
a/git-lost-found.sh
b/git-lost-found.sh
index ba6d587f3199e5847dc942810ea85b2dbec656b9..b928f2ca52c1991ee50838fc47580ed83c58fb64 100755
(executable)
--- 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 |
+git fsck-objects
--full
|
while read dangling type sha1
do
case "$dangling" in