From 6443678c44e44d7ae487aa4906f868cf79a7ff86 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 20 Oct 2010 16:20:55 +0200 Subject: [PATCH] git-recurse: show on stderr what it is doing --- git-recurse | 1 + 1 file changed, 1 insertion(+) 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`: $*" "$@" } -- 2.39.2