From: Junio C Hamano Date: Tue, 29 Jan 2013 19:18:54 +0000 (-0800) Subject: Merge branch 'nd/fix-directory-attrs-off-by-one' into maint X-Git-Tag: v1.8.1.3~19 X-Git-Url: https://repo.or.cz/w/git.git/commitdiff_plain/025ea586e65bac27f7b15c4da8f1d3bd381c3a14 Merge branch 'nd/fix-directory-attrs-off-by-one' into maint The attribute mechanism didn't allow limiting attributes to be applied to only a single directory itself with "path/" like the exclude mechanism does. The initial implementation of this that was merged to 'maint' and 1.8.1.1 had severe performance degradations. * nd/fix-directory-attrs-off-by-one: attr: avoid calling find_basename() twice per path attr: fix off-by-one directory component length calculation --- 025ea586e65bac27f7b15c4da8f1d3bd381c3a14