On Thu, Mar 8, 2012 at 10:08 PM, Jiang Xin <worldhello.net@xxxxxxxxx> wrote: > diff --git a/po/po-helper.sh b/po/po-helper.sh > new file mode 100755 > index 0000000..166ebb7 > --- /dev/null > +++ b/po/po-helper.sh > @@ -0,0 +1,387 @@ > +#!/bin/sh > +# > +# Copyright (c) 2012 Jiang Xin > + > +GIT=git I think it's customary to just write `git` in shell scripts. It looks nicer then seeing $GIT everywhere, IMO. I guess this could be helpful in the future but I don't see GIT being reassigned anywhere. Cheers, -- David -- 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