X-Git-Url: https://git.octo.it/?p=git.git;a=blobdiff_plain;f=git-lost-found.sh;h=ba6d587f3199e5847dc942810ea85b2dbec656b9;hp=2beec2aa635d2876482294a162923a1dfd1572f6;hb=HEAD;hpb=9cac9d368934f68e75810df95211a6522d4d139e diff --git a/git-lost-found.sh b/git-lost-found.sh index 2beec2aa..ba6d587f 100755 --- a/git-lost-found.sh +++ b/git-lost-found.sh @@ -1,6 +1,14 @@ #!/bin/sh -GIT_DIR=`git-rev-parse --git-dir` || exit $? +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