Merge branch 'jn/rebase-rename-am' into maint
[gitweb.git] / t / test-lib.sh
index e8f21d577ce4da474e2a9545a667ff5dc6dc145f..29fd7209cf1aff851f0f1f95ccecd0d949b3da6c 100644 (file)
@@ -256,6 +256,10 @@ q_to_cr () {
        tr Q '\015'
 }
 
+q_to_tab () {
+       tr Q '\011'
+}
+
 append_cr () {
        sed -e 's/$/Q/' | tr Q '\015'
 }