X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=git-lost-found.sh;h=58570dff137adfdeb72ebf3f088af7379eded522;hb=9aef12673e966fcbefea7716239e159c03b8d94e;hp=b928f2ca52c1991ee50838fc47580ed83c58fb64;hpb=205be1ee07fe509ecfce3825d3709c32f4161e31;p=git.git diff --git a/git-lost-found.sh b/git-lost-found.sh index b928f2ca5..58570dff1 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 --no-reflogs | while read dangling type sha1 do case "$dangling" in