Revert "Merge branch 'nd/exclusion-regression-fix'"

This reverts commit 5e57f9c3df, reversing
changes made to e79112d210.

We will be postponing nd/exclusion-regression-fix topic to later
cycle.
This commit is contained in:
Junio C Hamano
2016-03-18 11:06:15 -07:00
parent 8ad3cb0869
commit 5cee349370
7 changed files with 12 additions and 378 deletions

3
dir.h
View File

@@ -4,7 +4,6 @@
/* See Documentation/technical/api-directory-listing.txt */
#include "strbuf.h"
#include "string-list.h"
struct dir_entry {
unsigned int len;
@@ -35,8 +34,6 @@ struct exclude {
* and from -1 decrementing for patterns from CLI args.
*/
int srcpos;
struct string_list sticky_paths;
};
/*