Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'fk/blame' into next
[gitweb.git]
/
t
/
t6000lib.sh
diff --git
a/t/t6000lib.sh
b/t/t6000lib.sh
old mode 100644
(file)
new mode 100755
(executable)
index
01f796e
..
c6752af
--- a/
t/t6000lib.sh
+++ b/
t/t6000lib.sh
@@
-51,7
+51,12
@@
as_author()
export GIT_AUTHOR_EMAIL="$_author"
"$@"
- export GIT_AUTHOR_EMAIL="$_save"
+ if test -z "$_save"
+ then
+ unset GIT_AUTHOR_EMAIL
+ else
+ export GIT_AUTHOR_EMAIL="$_save"
+ fi
}
commit_date()