[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
Mon Mar 21 11:22:23 CDT 2011
branch "master" has been updated
via 2712c77fdffd8ea1c46fbf62a3cb85eda89ceb74 (commit)
from 01dea494b7c1ed3f006fe72e456f9ea8332d64db (commit)
Summary of changes:
gitall-asterisk-scf.sh | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 2712c77fdffd8ea1c46fbf62a3cb85eda89ceb74
Author: David M. Lee <dlee at digium.com>
Date: Mon Mar 21 11:22:19 2011 -0500
Enable git grep across all repos.
diff --git a/gitall-asterisk-scf.sh b/gitall-asterisk-scf.sh
index 78d049a..56f001d 100755
--- a/gitall-asterisk-scf.sh
+++ b/gitall-asterisk-scf.sh
@@ -14,7 +14,8 @@ Options:
--ssh-key Specify the key-file to use for git. Usually fine without it.
Commands:
- pull, push, tag, status, branch, diff, submodule
+ pull, push, tag, status, branch, diff, submodule, fetch, remote, gc, fsck,
+ log, grep
Pull will detect missing repos and clone as necessary.
Other than pull, all commands accept normal git options.
@@ -72,7 +73,7 @@ cmd=pull
while test $# -gt 0; do
case $1 in
- tag|status|branch|diff|submodule|fetch|remote|gc|fsck|log)
+ tag|status|branch|diff|submodule|fetch|remote|gc|fsck|log|grep)
cmd=passthrough
break
;;
-----------------------------------------------------------------------
--
asterisk-scf/integration/gitall.git
More information about the asterisk-scf-commits
mailing list