Gelonida N <gelonida@xxxxxxxxx> writes: [...] > Another small detail: > > Let's assume I have following alias: > > log = log --name-status > > > In this case I directly get the help text for git log > if I typed 'git log --help' (or 'git help log'). > I don't even see, that my log is in reality aliased. That is because it doesn't work: git does not allow for aliasing its built-in commands. -- Jakub Narębski -- 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