X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-lost-found.sh;h=9360804711d6b81983e53df67c86ddc8082e2ab4;hb=fd2a75972e90d34bc8d4bebe1d669645557a2192;hp=3892f52005d1e36676681806a87ef35dc0689f22;hpb=302ebfe52192fff9a2c1c612dff22325fd073acc;p=git.git diff --git a/git-lost-found.sh b/git-lost-found.sh index 3892f5200..936080471 100755 --- a/git-lost-found.sh +++ b/git-lost-found.sh @@ -1,11 +1,18 @@ #!/bin/sh -. git-sh-setup || die "Not a git archive." +USAGE='' +SUBDIRECTORY_OK='Yes' +. git-sh-setup + +if [ "$#" != "0" ] +then + usage +fi laf="$GIT_DIR/lost-found" rm -fr "$laf" && mkdir -p "$laf/commit" "$laf/other" || exit -git fsck-objects | +git fsck --full | while read dangling type sha1 do case "$dangling" in