Hi, On Wed, 28 Dec 2005, Simon Richter wrote: > Well, the most important thing for such a tool IMO would be that it wouldn't > overwrite any uncommitted changes, so it's not as trivial as it seems. Ah, but that's easy: test -z "$(git-diff-index --name-only HEAD)" || exit 1 (This is just the idea; you should also output an error message.) Hth, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Dec 29 03:19:05 2005
This archive was generated by hypermail 2.1.8 : 2005-12-29 03:19:14 EST