mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +00:00
Revert "Merge branch 'nd/exclusion-regression-fix'"
This reverts commit5e57f9c3df, reversing changes made toe79112d210. We will be postponing nd/exclusion-regression-fix topic to later cycle.
This commit is contained in:
3
dir.h
3
dir.h
@@ -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;
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user