Unconnect git command in git-export

The git-checkout-index command on my local computer cannot be accessed
using `git-checkout-index`, only `git checkout-index`. I believe the
latter is garunteed to work as git mangles it as needed, but that's a
guess.
This commit is contained in:
Abhishek Mukherjee
2009-09-01 17:07:27 -04:00
parent 0179df238a
commit 806feb8be5
+2 -2
View File
@@ -31,7 +31,7 @@ while true ; do
--)
shift; break ;;
*)
echo "Invalid argument found!" >&2
die "Invalid argument found!"
exit 2;
;;
esac
@@ -55,4 +55,4 @@ cd_to_toplevel
echo "Exporting git repository to ${destination}"
git-checkout-index -a --prefix=${destination}/
git checkout-index -a --prefix=${destination}/