From: Rudolf Polzer Date: Wed, 20 Oct 2010 14:20:55 +0000 (+0200) Subject: git-recurse: show on stderr what it is doing X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdiv0-gittools.git;a=commitdiff_plain;h=6443678c44e44d7ae487aa4906f868cf79a7ff86 git-recurse: show on stderr what it is doing --- diff --git a/git-recurse b/git-recurse index 19fbc64..c27b6d9 100755 --- a/git-recurse +++ b/git-recurse @@ -72,6 +72,7 @@ processargs() fi set -- "$@" "`processarg "$X"`" done + echo >&2 "In `pwd`: $*" "$@" }