On Sun, Aug 8, 2010 at 7:32 PM, Johannes Sixt <j6t@xxxxxxxx> wrote: > On Sonntag, 8. August 2010, Jon Seymour wrote: > To catch failures in $(git stash create), you should rewrite lines like this > one as: > > stashid=$(git stash create) && > git tag stash-tag $stashid && > Good point. I've replaced the use of git tag with a variable assignment and dereference and will repost the series with these changes in a day or two. Regards, jon. -- 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