Sign in
googlers
/
jrn
/
git
/
4120294cbf8e434c1de408434842d570eba0e25d
/
pathspec.h
b29ad38
pathspec.h: move pathspec_needs_expanded_index() from reset.c to here
by Shaoxuan Yuan
· 2 years, 7 months ago
a78537a
pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>)
by Ævar Arnfjörð Bjarmason
· 3 years, 3 months ago
8e62a85
Merge branch 'ds/gender-neutral-doc'
by Junio C Hamano
· 3 years, 8 months ago
0e20b22
comments: avoid using the gender of our users
by Felipe Contreras
· 3 years, 9 months ago
fe069dc
Merge branch 'mt/add-rm-in-sparse-checkout'
by Junio C Hamano
· 3 years, 10 months ago
847a9e5
*: remove 'const' qualifier for struct index_state
by Derrick Stolee
· 4 years ago
a20f704
add: warn when asked to update SKIP_WORKTREE entries
by Matheus Tavares
· 4 years ago
719630e
pathspec: allow to ignore SKIP_WORKTREE entries on index matching
by Matheus Tavares
· 4 years ago
26c816a
Merge branch 'hw/doc-in-header'
by Junio C Hamano
· 5 years ago
24e4750
pathspec: add new function to parse file
by Alexandr Miloslavskiy
· 5 years ago
19ef3dd
pathspec: move doc to pathspec.h
by Heba Waly
· 5 years ago
22af33b
dir.c: move, rename and export match_attrs()
by Nguyễn Thái Ngọc Duy
· 6 years ago
93e2379
pathspec.h: clean up "extern" in function declarations
by Nguyễn Thái Ngọc Duy
· 6 years ago
ef3ca95
Add missing includes and forward declarations
by Elijah Newren
· 7 years ago
f4f233e
Merge branch 'bw/pathspec-match-submodule-boundary'
by Junio C Hamano
· 7 years ago
eef3df5
pathspec: only match across submodule boundaries when requested
by Brandon Williams
· 7 years ago
29c0e90
pathspec doc: parse_pathspec does not maintain references to args
by Jonathan Nieder
· 7 years ago
08de915
pathspec: convert find_pathspecs_matching_against_index to take an index
by Brandon Williams
· 8 years ago
2249d4d
pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP
by Brandon Williams
· 8 years ago
c08397e
pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag
by Brandon Williams
· 8 years ago
b0db704
pathspec: allow querying for attributes
by Brandon Williams
· 8 years ago
8aee769
pathspec: copy and free owned memory
by Brandon Williams
· 8 years ago
34305f7
pathspec: remove the deprecated get_pathspec function
by Brandon Williams
· 8 years ago
570b449
Merge branch 'bw/pathspec-remove-unused-extern-decl'
by Junio C Hamano
· 8 years ago
e78d57e
pathspec: remove unnecessary function prototypes
by Brandon Williams
· 8 years ago
ed6e803
pathspec: rename free_pathspec() to clear_pathspec()
by Junio C Hamano
· 9 years ago
ef79b1f
Support pathspec magic :(exclude) and its short form :!
by Nguyễn Thái Ngọc Duy
· 11 years ago
4a2d5ae
pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses
by Nguyễn Thái Ngọc Duy
· 11 years ago
fadf96a
Merge branch 'nd/magic-pathspec'
by Junio C Hamano
· 12 years ago
93d9353
parse_pathspec: accept :(icase)path syntax
by Nguyễn Thái Ngọc Duy
· 12 years ago
bd30c2e
pathspec: support :(glob) syntax
by Nguyễn Thái Ngọc Duy
· 12 years ago
5c6933d
pathspec: support :(literal) syntax for noglob pathspec
by Nguyễn Thái Ngọc Duy
· 12 years ago
341003e
kill limit_pathspec_to_literal() as it's only used by parse_pathspec()
by Nguyễn Thái Ngọc Duy
· 12 years ago
645a29c
parse_pathspec: make sure the prefix part is wildcard-free
by Nguyễn Thái Ngọc Duy
· 12 years ago
b3920bb
rename field "raw" to "_raw" in struct pathspec
by Nguyễn Thái Ngọc Duy
· 12 years ago
84b8b5d
remove match_pathspec() in favor of match_pathspec_depth()
by Nguyễn Thái Ngọc Duy
· 12 years ago
9a08727
remove init_pathspec() in favor of parse_pathspec()
by Nguyễn Thái Ngọc Duy
· 12 years ago
931eab6
check-ignore: convert to use parse_pathspec
by Nguyễn Thái Ngọc Duy
· 12 years ago
8f4f8f4
guard against new pathspec magic in pathspec matching code
by Nguyễn Thái Ngọc Duy
· 12 years ago
dad2586
parse_pathspec: support prefixing original patterns
by Nguyễn Thái Ngọc Duy
· 12 years ago
8745024
parse_pathspec: support stripping/checking submodule paths
by Nguyễn Thái Ngọc Duy
· 12 years ago
b69bb3f
parse_pathspec: support stripping submodule trailing slashes
by Nguyễn Thái Ngọc Duy
· 12 years ago
6330a17
parse_pathspec: add special flag for max_depth feature
by Nguyễn Thái Ngọc Duy
· 12 years ago
fc12261
parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags
by Nguyễn Thái Ngọc Duy
· 12 years ago
d2ce133
parse_pathspec: save original pathspec for reporting
by Nguyễn Thái Ngọc Duy
· 12 years ago
87323bd
add parse_pathspec() that converts cmdline args to struct pathspec
by Nguyễn Thái Ngọc Duy
· 12 years ago
e4d92cd
pathspec: add copy_pathspec
by Nguyễn Thái Ngọc Duy
· 12 years ago
64acde9
move struct pathspec and related functions to pathspec.[ch]
by Nguyễn Thái Ngọc Duy
· 12 years ago
512aaf9
add.c: extract new die_if_path_beyond_symlink() for reuse
by Adam Spiers
· 12 years ago
9d67b61
add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse
by Adam Spiers
· 12 years ago
4b78d7b
pathspec.c: rename newly public functions for clarity
by Adam Spiers
· 12 years ago
6f525e7
add.c: move pathspec matchers into new pathspec.c for reuse
by Adam Spiers
· 12 years ago