Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/gitweb-path-info-unquote' into maint-1.7.11
[gitweb.git]
/
t
/
t7003-filter-branch.sh
diff --git
a/t/t7003-filter-branch.sh
b/t/t7003-filter-branch.sh
index e0227730deb88413301b37501fdb165a2c90460e..4d13e10de1f2594ab304b3a2b7b5905d75d6ff84 100755
(executable)
--- a/
t/t7003-filter-branch.sh
+++ b/
t/t7003-filter-branch.sh
@@
-5,7
+5,8
@@
test_description='git filter-branch'
test_expect_success 'setup' '
test_commit A &&
- test_commit B &&
+ GIT_COMMITTER_DATE="@0 +0000" GIT_AUTHOR_DATE="@0 +0000" &&
+ test_commit --notick B &&
git checkout -b branch B &&
test_commit D &&
mkdir dir &&