On Sun, Mar 23, 2008 at 03:19:01PM +0100, Johannes Schindelin wrote: > > > atag = !git tag -a -m "$1" > > Why so complicated? > > atag = tag -a -m > > should work already. The problem is that he needs to duplicate the final argument. I.e., "git atag foo" becomes "git atag -a -m foo foo". -Peff -- 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