Merge branch 'nd/attr-match-optim-more'
authorJeff King <peff@peff.net>
Fri, 9 Nov 2012 17:42:25 +0000 (12:42 -0500)
committerJeff King <peff@peff.net>
Fri, 9 Nov 2012 17:42:25 +0000 (12:42 -0500)
commit5f836422aba81b5a990ca5251892bfe26ec8125c
treed5eb91a8ead36a41c428b75c36ea8962837ebb86
parent8736c9010c23fb1e903fc2b16351f18d477c56aa
parent82dce998c2028b6ee96691921b7037a6e182ec89
Merge branch 'nd/attr-match-optim-more'

Start laying the foundation to build the "wildmatch" after we can
agree on its desired semantics.

* nd/attr-match-optim-more:
  attr: more matching optimizations from .gitignore
  gitignore: make pattern parsing code a separate function
  exclude: split pathname matching code into a separate function
  exclude: fix a bug in prefix compare optimization
  exclude: split basename matching code into a separate function
  exclude: stricten a length check in EXC_FLAG_ENDSWITH case
Documentation/gitattributes.txt
attr.c
dir.c
t/t0003-attributes.sh