On 2/18/10, Junio C Hamano <gitster@xxxxxxxxx> wrote: > * nd/root-git (2010-02-14) 5 commits > - Add test for using Git at root of file system > - Support working directory located at root > - Move offset_1st_component() to path.c > - init-db, rev-parse --git-dir: do not append redundant slash > - make_absolute_path(): Do not append redundant slash > > How does this interact with the much larger series to rework the set-up > codepath? They fix different issues. This one fixes root dir issue. The other one fixes some code path that tries to access repository when the repository is not properly found. There is a small conflict in setup_git_directory_gently(). I plan to split the larger series, pushing "call setup_git_directory_gently() in run_builtin()" part first, the rest may come later. -- Duy -- 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