projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f6826c
)
t7003: make test repeatable
author
Junio C Hamano
<gitster@pobox.com>
Tue, 5 Jun 2007 07:07:31 +0000
(
00:07
-0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 5 Jun 2007 07:07:31 +0000
(
00:07
-0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7003-filter-branch.sh
patch
|
blob
|
history
diff --git
a/t/t7003-filter-branch.sh
b/t/t7003-filter-branch.sh
index 9a4dae44f2038d8442a37b4bce4161a2cc578e64..c82ff1d6e900526ffcdcf6a1f79fb22694734d4b 100755
(executable)
--- a/
t/t7003-filter-branch.sh
+++ b/
t/t7003-filter-branch.sh
@@
-7,6
+7,7
@@
make_commit () {
lower=$(echo $1 | tr A-Z a-z)
echo $lower > $lower
git add $lower
+ test_tick
git commit -m $1
git tag $1
}