"Marcel M. Cary" <marcel@xxxxxxxxxxxxxxxx> writes: > * Change "git rev-parse --show-cdup" to print a full path instead of > a series of "../" when it prints anything But that is contrary to the _name_ of option. It is --show-cdup, as in "show cd up". And I think your change will break a few scripts. I think you should use "git rev-parse --work-tree" for full path to working directory: --show-cdup When the command is invoked from a subdirectory, show the path of the top-level directory relative to the current directory (typically a sequence of "../", or an empty string). -- Jakub Narebski Poland ShadeHawk on #git -- 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