Hello Brian, one more minor nitpick: On Thu, Mar 12, 2009 at 01:56:29AM -0400, Brian Campbell wrote: > -[ -n "$name" ] || name="$(git symbolic-ref HEAD | sed 's#^refs/\(heads\|top-bases\)/##')" > +[ -n "$name" ] || name="$(current_branch)" current_branch doesn't look like the correct name. I'd prefer current_tgpatch is better?! (For current_branch I would expect that only refs/heads is stripped.) Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | http://www.pengutronix.de/ | -- 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