Re: [PATCH 3/8] archive: add a failure test wrt .gitattributes misreading
From: Junio C Hamano <hidden> Date: 2016-06-15 22:46:37
René Scharfe [off-list ref] writes:
I think the fixing, tweaking or even breaking will be done by the user,
when editing the attribute files in the work tree. git then only
applies or evaluates these attributes, creating the archive using a
different source of meta data. "--worktree-attributes" captures this
nicely.
Yeah, that sounds like a sane idea. I see you already made it so with
your v2 4/5.
Thanks.