Joey Hess <joeyh@xxxxxxxxxx> writes: > This is the same as v3, except rebased on top of tb/convert-peek-in-index > to fix a build failure in pu. This is somewhat unfortunate, as tb/convert-peek-in-index probably needs further rerolls after getting reviewed by somebody (other than me) and this topic will have to be rebased every time. Let's see how it goes. Thanks. > > 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 ++++++++++++ > builtin/apply.c | 16 +++++ > convert.c | 147 +++++++++++++++++++++++++++++++++++----- > convert.h | 11 +++ > entry.c | 53 +++++++++++---- > merge-recursive.c | 42 +++++++++--- > sha1_file.c | 44 ++++++++++-- > t/t0021-conversion.sh | 115 +++++++++++++++++++++++++++++++ > 9 files changed, 441 insertions(+), 47 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