]> Pileus Git - ~andy/git/blobdiff - path.c
git-submodule.sh: properly initialize shell variables
[~andy/git] / path.c
diff --git a/path.c b/path.c
index 03d284ba8bc76d873d289efbf45404cad58f111a..aaa9345ebca4140317d8509ba95ec61cff82192d 100644 (file)
--- a/path.c
+++ b/path.c
@@ -222,7 +222,6 @@ int git_mkstemps_mode(char *pattern, int suffix_len, int mode)
        }
        /* We return the null string if we can't find a unique file name.  */
        pattern[0] = '\0';
-       errno = EINVAL;
        return -1;
 }
 
@@ -690,7 +689,7 @@ int daemon_avoid_alias(const char *p)
        /*
         * This resurrects the belts and suspenders paranoia check by HPA
         * done in <435560F7.4080006@zytor.com> thread, now enter_repo()
-        * does not do getcwd() based path canonicalizations.
+        * does not do getcwd() based path canonicalization.
         *
         * sl becomes true immediately after seeing '/' and continues to
         * be true as long as dots continue after that without intervening