projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
revision.c: use Bloom filters to speed up path based revision walks
[git]
/
t
/
t5607-clone-bundle.sh
diff --git
a/t/t5607-clone-bundle.sh
b/t/t5607-clone-bundle.sh
index
b7a3fdf
..
9108ff6
100755
(executable)
--- a/
t/t5607-clone-bundle.sh
+++ b/
t/t5607-clone-bundle.sh
@@
-64,7
+64,7
@@
test_expect_success 'ridiculously long subject in boundary' '
test -s heads &&
git fetch long-subject-bundle.bdl &&
sed -n "/^-/{p;q;}" long-subject-bundle.bdl >boundary &&
- grep "^-
[0-9a-f]\\{40\\}
" boundary
+ grep "^-
$OID_REGEX
" boundary
'
test_expect_success 'prerequisites with an empty commit message' '