index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pathspec.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'as/pathspec-h-typofix'
Junio C Hamano
2024-07-12
1
-1
/
+1
|
\
|
*
pathspec: fix typo "glossary-context.txt" -> "glossary-content.txt"
Abhijeet Sonar
2024-07-01
1
-1
/
+1
*
|
Merge branch 'jk/log-follow-with-non-literal-pathspec'
Junio C Hamano
2023-06-21
1
-0
/
+8
|
\
\
|
*
|
pathspec: factor out magic-to-name function
Jeff King
2023-06-03
1
-0
/
+8
|
|
/
*
/
dir.h: refactor to no longer need to include cache.h
Elijah Newren
2023-02-24
1
-0
/
+5
|
/
*
pathspec.h: move pathspec_needs_expanded_index() from reset.c to here
Shaoxuan Yuan
2022-08-08
1
-0
/
+12
*
pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>)
Ævar Arnfjörð Bjarmason
2021-12-07
1
-2
/
+1
*
Merge branch 'ds/gender-neutral-doc'
Junio C Hamano
2021-07-17
1
-1
/
+1
|
\
|
*
comments: avoid using the gender of our users
Felipe Contreras
2021-06-16
1
-1
/
+1
*
|
Merge branch 'mt/add-rm-in-sparse-checkout'
Junio C Hamano
2021-05-07
1
-2
/
+16
|
\
\
|
*
|
add: warn when asked to update SKIP_WORKTREE entries
Matheus Tavares
2021-04-08
1
-0
/
+8
|
*
|
pathspec: allow to ignore SKIP_WORKTREE entries on index matching
Matheus Tavares
2021-04-08
1
-2
/
+8
|
|
/
*
/
*: remove 'const' qualifier for struct index_state
Derrick Stolee
2021-04-14
1
-3
/
+3
|
/
*
Merge branch 'hw/doc-in-header'
Junio C Hamano
2019-12-16
1
-1
/
+34
|
\
|
*
pathspec: move doc to pathspec.h
Heba Waly
2019-11-18
1
-1
/
+34
*
|
pathspec: add new function to parse file
Alexandr Miloslavskiy
2019-11-20
1
-0
/
+10
|
/
*
dir.c: move, rename and export match_attrs()
Nguyễn Thái Ngọc Duy
2018-11-19
1
-0
/
+3
*
pathspec.h: clean up "extern" in function declarations
Nguyễn Thái Ngọc Duy
2018-11-19
1
-12
/
+12
*
Add missing includes and forward declarations
Elijah Newren
2018-08-15
1
-0
/
+2
*
Merge branch 'bw/pathspec-match-submodule-boundary'
Junio C Hamano
2017-12-19
1
-0
/
+1
|
\
|
*
pathspec: only match across submodule boundaries when requested
Brandon Williams
2017-12-05
1
-0
/
+1
*
|
pathspec doc: parse_pathspec does not maintain references to args
Jonathan Nieder
2017-09-21
1
-0
/
+7
|
/
*
pathspec: convert find_pathspecs_matching_against_index to take an index
Brandon Williams
2017-05-12
1
-2
/
+5
*
pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP
Brandon Williams
2017-05-12
1
-6
/
+4
*
pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag
Brandon Williams
2017-05-12
1
-11
/
+3
*
pathspec: allow querying for attributes
Brandon Williams
2017-03-13
1
-1
/
+14
*
pathspec: copy and free owned memory
Brandon Williams
2017-01-09
1
-2
/
+2
*
pathspec: remove the deprecated get_pathspec function
Brandon Williams
2017-01-09
1
-1
/
+0
*
Merge branch 'bw/pathspec-remove-unused-extern-decl'
Junio C Hamano
2016-09-22
1
-2
/
+0
|
\
|
*
pathspec: remove unnecessary function prototypes
Brandon Williams
2016-09-14
1
-2
/
+0
*
|
pathspec: rename free_pathspec() to clear_pathspec()
Junio C Hamano
2016-06-02
1
-2
/
+2
|
/
*
Support pathspec magic :(exclude) and its short form :!
Nguyễn Thái Ngọc Duy
2013-12-06
1
-1
/
+3
*
pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses
Nguyễn Thái Ngọc Duy
2013-10-28
1
-0
/
+7
*
Merge branch 'nd/magic-pathspec'
Junio C Hamano
2013-09-09
1
-1
/
+1
*
parse_pathspec: accept :(icase)path syntax
Nguyễn Thái Ngọc Duy
2013-07-15
1
-1
/
+21
*
pathspec: support :(glob) syntax
Nguyễn Thái Ngọc Duy
2013-07-15
1
-1
/
+3
*
pathspec: support :(literal) syntax for noglob pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
1
-1
/
+3
*
kill limit_pathspec_to_literal() as it's only used by parse_pathspec()
Nguyễn Thái Ngọc Duy
2013-07-15
1
-2
/
+0
*
parse_pathspec: make sure the prefix part is wildcard-free
Nguyễn Thái Ngọc Duy
2013-07-15
1
-1
/
+1
*
rename field "raw" to "_raw" in struct pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
1
-1
/
+1
*
remove match_pathspec() in favor of match_pathspec_depth()
Nguyễn Thái Ngọc Duy
2013-07-15
1
-2
/
+2
*
remove init_pathspec() in favor of parse_pathspec()
Nguyễn Thái Ngọc Duy
2013-07-15
1
-1
/
+0
*
check-ignore: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
1
-0
/
+1
*
guard against new pathspec magic in pathspec matching code
Nguyễn Thái Ngọc Duy
2013-07-15
1
-0
/
+7
*
parse_pathspec: support prefixing original patterns
Nguyễn Thái Ngọc Duy
2013-07-15
1
-0
/
+1
*
parse_pathspec: support stripping/checking submodule paths
Nguyễn Thái Ngọc Duy
2013-07-15
1
-0
/
+10
*
parse_pathspec: support stripping submodule trailing slashes
Nguyễn Thái Ngọc Duy
2013-07-15
1
-0
/
+2
*
parse_pathspec: add special flag for max_depth feature
Nguyễn Thái Ngọc Duy
2013-07-15
1
-1
/
+5
*
parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags
Nguyễn Thái Ngọc Duy
2013-07-15
1
-0
/
+4
*
parse_pathspec: save original pathspec for reporting
Nguyễn Thái Ngọc Duy
2013-07-15
1
-0
/
+1
[next]