Re: [PATCH v2 0/4] stop storing trailing slash in dir-hash

2013-09-17 Thread Junio C Hamano
Eric Sunshine writes: > * Split v1 patch 1 into v2 patches 1 & 2 to ease review. (This is > possible now that index_name_exists() retains its original behavior.) It really shows in [PATCH 2/4] that illustrates which callers were depending on the old calling convention; I like it. Thanks. --

[PATCH v2 0/4] stop storing trailing slash in dir-hash

2013-09-17 Thread Eric Sunshine
This series changes name-hash to stop storing the (redundant) trailing slash with index_state.dir_hash entries. As an intentional side-effect, the series fixes [1] in a cleaner way (suggested by Junio [2]) than either [3] (680be044 in master) or [4]. Changes since v1 [5]: * Add index_file_exists(