diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-11-22 03:11:56 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-11-30 20:25:21 -0600 |
commit | 8feb6c0387ad28f7dfe6e07fdf7b1820597b7d78 (patch) | |
tree | f37a24962571bedff0bd345ec59a3f45b52538cf /g | |
parent | d41f1866bcb7f2b74c158bbf3ab51d10cb324e9b (diff) |
oops: remove a debugging flags in g
Diffstat (limited to 'g')
-rwxr-xr-x | g | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # # Wrapper for git to handle more subdirs at the same time # -set -x + # no params, no action if [ "$#" -eq "0" ] ; then git |