Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sp/fix-smart-http-deadlock-on-error'
[gitweb.git]
/
t
/
t6012-rev-list-simplify.sh
diff --git
a/t/t6012-rev-list-simplify.sh
b/t/t6012-rev-list-simplify.sh
index 510bb9679f29c10645c902caea020651a797aa2f..af34a1e81711ca183680c9882353bd786b55e79f 100755
(executable)
--- a/
t/t6012-rev-list-simplify.sh
+++ b/
t/t6012-rev-list-simplify.sh
@@
-8,9
+8,6
@@
note () {
git tag "$1"
}
-_x40='[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]'
-_x40="$_x40$_x40$_x40$_x40$_x40$_x40$_x40$_x40"
-
unnote () {
git name-rev --tags --stdin | sed -e "s|$_x40 (tags/\([^)]*\)) |\1 |g"
}