On Mon, Jul 02, 2007 at 11:23:15PM -0400, linux@xxxxxxxxxxx wrote: > And until git-merge-ff is available, what's the recommended way to > "advance master to tag <foo>, but only if that wouldn't lose anything?" You can ask "do I have anything that foo doesn't?": test "`git-rev-list foo.. | wc -l`" -gt 0 -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