Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rp/link-curl-before-ssl' into maint
[gitweb.git]
/
git-filter-branch.sh
diff --git
a/git-filter-branch.sh
b/git-filter-branch.sh
index 5b3f63d8bbc65e80d1f4278e1ec6e27df604dc9a..fff8093d4f301b96a455a74dc062f7f645b15eed 100755
(executable)
--- a/
git-filter-branch.sh
+++ b/
git-filter-branch.sh
@@
-347,7
+347,7
@@
while read commit parents; do
fi
{
- while read -r header_line && test -n "$header_line"
+ while
IFS=''
read -r header_line && test -n "$header_line"
do
# skip header lines...
:;