From 0ed430e6cba20908c98c0f199d79e0ab5f85d0da Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Wed, 22 Sep 2010 14:27:50 +0200 Subject: let commitenv use authorinfo and committerinfo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Doesn't improve visibly as authorinfo and committerinfo are not yet implemented. Signed-off-by: Uwe Kleine-König --- uglib.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/uglib.sh b/uglib.sh index 7168e97..1c2398b 100644 --- a/uglib.sh +++ b/uglib.sh @@ -25,8 +25,7 @@ commitenv() { local commit commit="$1"; shift - # XXX: apply the right dose of authorinfo(), committerinfo(), eval and sq() - env GIT_AUTHOR_NAME='Uwe Kleine-König' GIT_AUTHOR_EMAIL='ukl@pengutronix.de' GIT_AUTHOR_DATE='1283281597 +0200' GIT_COMMITTER_NAME='Uwe Kleine-König' GIT_COMMITTER_EMAIL='ukl@pengutronix.de' GIT_COMMITTER_DATE='1283281597 +0200' "$@" + eval env $(authorinfo "$commit") $(committerinfo "$commit") "$(sq "$@")" } ## commiterinfo ## {{{2 -- cgit v1.2.3