Merge branch 'jc/apply-ws-fix-tab-in-indent' into maint

* jc/apply-ws-fix-tab-in-indent:
  test: resurrect q_to_tab
  apply --whitespace=fix: avoid running over the postimage buffer
This commit is contained in:
Junio C Hamano
2013-04-22 11:26:56 -07:00
4 changed files with 41 additions and 7 deletions

View File

@ -91,6 +91,10 @@ q_to_tab () {
tr Q '\011'
}
qz_to_tab_space () {
tr QZ '\011\040'
}
append_cr () {
sed -e 's/$/Q/' | tr Q '\015'
}