mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-19 03:56:52 +00:00
Merge remote-tracking branch 'origin/matthiaskrgr/all_grep'
This commit is contained in:
commit
45b21798ff
@ -958,8 +958,17 @@ case "$cmd" in
|
||||
$ECHO " $SELF keygen"
|
||||
$ECHO " $SELF push|commit [-s]"
|
||||
$ECHO " $SELF update|pull [-N] [-s | -h [-p] | -g [-p]] [-l de|nl|default]"
|
||||
$ECHO " $SELF grep \"<regex>\""
|
||||
handled=false
|
||||
;;
|
||||
grep)
|
||||
for d in $repos; do
|
||||
if verbose cd "$d0/$d"; then
|
||||
git grep -In "$@" || true
|
||||
cd "$d0"
|
||||
fi
|
||||
done
|
||||
;;
|
||||
*)
|
||||
handled=false
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user