Namhyung Kim <namhyung.kim@xxxxxxx> writes: > - printf("`git %s' is aliased to `%s'\n", argv[0], alias); > + printf("`git %s' is aliased to `git %s'\n", argv[0], alias); NAK. What would the above change will do to one of my favorite alias? $ git help who `git who' is aliased to `!sh -c 'git log -1 --format="%an <%ae>" --author="$1"' -' Wouldn't removing "git " from the first phrase be a better solution? -- 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