[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu Nov 10 07:47:43 CST 2011


branch "master" has been updated
       via  5598a772d193bf6dee2d5cb80d96536062c2b278 (commit)
      from  ae5ae765ff759b27c1f5254f645c860efa5ab94e (commit)

Summary of changes:
 gitall-asterisk-scf.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 5598a772d193bf6dee2d5cb80d96536062c2b278
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Thu Nov 10 07:46:51 2011 -0600

    Allow 'clean' commands to be passed through by the gitall-asterisk-scf.sh script.

diff --git a/gitall-asterisk-scf.sh b/gitall-asterisk-scf.sh
index 685fde3..d5cc902 100755
--- a/gitall-asterisk-scf.sh
+++ b/gitall-asterisk-scf.sh
@@ -15,7 +15,7 @@ Options:
 
 Commands:
    pull, push, tag, status, branch, diff, submodule, fetch, remote, gc, fsck,
-   log, grep, stash, checkout, commit, read-tree, reset, merge
+   log, grep, stash, checkout, commit, read-tree, reset, merge, clean
 
    Pull will detect missing repos and clone as necessary.
    Other than pull, all commands accept normal git options.
@@ -105,7 +105,7 @@ cmd=pull
 
 while test $# -gt 0; do
     case $1 in
-        tag|status|branch|diff|submodule|fetch|remote|gc|fsck|log|grep|stash|checkout|commit|read-tree|reset|merge)
+        tag|status|branch|diff|submodule|fetch|remote|gc|fsck|log|grep|stash|checkout|commit|read-tree|reset|merge|clean)
             cmd=passthrough
             break
             ;;

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/gitall.git



More information about the asterisk-scf-commits mailing list