renommer UTOOLS en UTOOLS_AUTO et NOPUSH en UTOOLS_NOPUSH

bug avec git_commit qui ne tenait plus compte de UTOOLS_NOPUSH
This commit is contained in:
2014-02-25 05:34:54 +04:00
parent 9e8b262d6c
commit c877207f20
4 changed files with 33 additions and 32 deletions

View File

@@ -1 +1 @@
22
23

View File

@@ -363,8 +363,9 @@ function git_mkdir() {
git mkdir "$@"
}
function git_commit() {
local all=auto push=auto args
normyesval nopush "$NOPUSH"
local all=auto push=auto nopush args
normyesval nopush "$UTOOLS_NOPUSH"
[ -n "$nopush" ] && push=
parse_opts + "${PRETTYOPTS[@]}" \
-a,--all all=1 \
-c,--cached all= \