This is the re-roll of this series that I said I would do. This just swaps the order of the top two patches around and *hopefully* improves the commit messages. My original "attr.c: respect core.ignorecase.." patch was broken and I intended to mark it as WIP. Your patch fixes it, but it's nicer if your patch comes first, that way the test suite (and git) is never broken. This is built on top of aae0befee293ebdf9aa6391a074eb0e7c10cdf75 in bc/attr-ignore-case, which hopefully makes it easy to replace the top two commits in that branch with these two commits. I know this is already in next, and you seem poised to merge to master, so feel free to drop these if you want. Brandon Casey (1): attr.c: respect core.ignorecase when matching attribute patterns Junio C Hamano (1): attr: read core.attributesfile from git_default_core_config attr.c | 20 ++++------------ builtin/check-attr.c | 2 + cache.h | 1 + config.c | 3 ++ environment.c | 1 + t/t0003-attributes.sh | 60 ++++++++++++++++++++++++++++++++++++++++++++++++- 6 files changed, 71 insertions(+), 16 deletions(-) -- 1.7.7.1.ge3b6f -- 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