On Mon, Jul 28, 2014 at 2:26 PM, René Scharfe <l.s.r@xxxxxx> wrote: > Convert setup_git_directory_gently_1() and its helper functions > setup_explicit_git_dir(), setup_discovered_git_dir() and > setup_bare_git_dir() to use a struct strbuf to hold the current working > directory. Replacing the PATH_MAX-sized buffer used before removes a > path length limition on some file systems. The functions are converted s/limition/limitation/ > all in one go because they all read and write the variable cwd. > > Signed-off-by: Rene Scharfe <l.s.r@xxxxxx> -- 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