Joey Hess <joeyh@xxxxxxxxxx> writes: > Since tb/convert-peek-in-index is not currently in pu, this reroll isn't > based on it, and will conflict if that topic gets added back into pu. > Not sure what the status of tb/convert-peek-in-index is at this point? It appears that we are converging on _not_ using that topic after all (cf. $gmane/299320). I'll try to apply these on top of a merge between the 'cc/am-apply' topic and the current 'master' branch and requeue. > Improvements from Junio's review: > > fix build with DEVELOPER=1 > style fixes > use test_cmp in test cases > improve robustness of a test case > clean up some confusing code > small performance tweak > > Joey Hess (8): > clarify %f documentation > add smudgeToFile and cleanFromFile filter configs > use cleanFromFile in git add > use smudgeToFile in git checkout etc > warn on unusable smudgeToFile/cleanFromFile config > better recovery from failure of smudgeToFile filter > use smudgeToFile filter in git am > use smudgeToFile filter in recursive merge > > Documentation/config.txt | 18 ++++- > Documentation/gitattributes.txt | 42 ++++++++++++ > apply.c | 16 +++++ > convert.c | 148 ++++++++++++++++++++++++++++++++++++---- > convert.h | 10 +++ > entry.c | 59 ++++++++++++---- > merge-recursive.c | 53 +++++++++++--- > sha1_file.c | 42 ++++++++++-- > t/t0021-conversion.sh | 117 +++++++++++++++++++++++++++++++ > 9 files changed, 459 insertions(+), 46 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html