On Mon, Aug 02, 2010 at 12:03:53PM +0200, Matthieu Moy wrote: > The shell command is ran (in the directory where the rebase was started > by the user) I disagree with how intuitive this behavior is. "rebase" is a repository level command - It modifies the objects in the repository. As a side effect, the working tree attached to a (non-bare) repository is changed, even outside of where the rebase was ran. Since the rebase affects the entire repository, I think it makes sense for the commands to be run out of the repository root. Perhaps a command-line option for toggling this behavior would be a good compromise. -- 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