On Mon, Apr 4, 2016 at 8:42 AM, Michael Rappazzo <rappazzo@xxxxxxxxx> wrote: > Executing `git-rev-parse --git-common-dir` from the root of the main > worktree results in '.git', which is the relative path to the git dir. > When executed from a subpath of the main tree it returned somthing like: > 'sub/path/.git'. Change this to return the proper relative path to the > git directory (similar to `--show-cdup`). I faced a similar problem just a couple days ago, I expected "git rev-parse --git-path" to return a path relative to cwd too, but it returned relative to git dir. The same solution (or Eric's, which is cleaner in my opinion) applies. --shared-index-path also does puts(git_path(... and has the same problem. Do you want to fix them too? -- 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