shunichi fuji schrieb:
--- /usr/bin/git-clean 2007-11-14 08:26:20.000000000 +0900 +++ git-clean 2007-11-14 09:43:03.000000000 +0900 @@ -81,9 +81,14 @@ if [ "$ignoredonly" ]; then excl="$excl --ignored" fi + core_excl="`git-config core.excludesfile`"
Please make this core_excl=$(git-config core.excludesfile) -- Hannes - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html