index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pathspec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pathspec.h: move pathspec_needs_expanded_index() from reset.c to here
Shaoxuan Yuan
2022-08-08
1
-0
/
+89
*
Merge branch 'jc/all-negative-pathspec'
Junio C Hamano
2022-06-07
1
-1
/
+1
|
\
|
*
pathspec: correct an empty string used as a pathspec element
Junio C Hamano
2022-05-30
1
-1
/
+1
*
|
add: skip tracked paths outside sparse-checkout cone
Derrick Stolee
2021-09-28
1
-2
/
+3
*
|
pathspec: stop calling ensure_full_index
Derrick Stolee
2021-07-29
1
-2
/
+0
*
|
Merge branch 'mt/add-rm-in-sparse-checkout'
Junio C Hamano
2021-05-07
1
-3
/
+22
|
\
\
|
*
|
add: warn when asked to update SKIP_WORKTREE entries
Matheus Tavares
2021-04-08
1
-0
/
+15
|
*
|
pathspec: allow to ignore SKIP_WORKTREE entries on index matching
Matheus Tavares
2021-04-08
1
-3
/
+7
|
|
/
*
|
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
2021-04-30
1
-3
/
+5
|
\
\
|
*
|
pathspec: ensure full index
Derrick Stolee
2021-04-14
1
-0
/
+2
|
*
|
*: remove 'const' qualifier for struct index_state
Derrick Stolee
2021-04-14
1
-3
/
+3
|
|
/
*
/
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-2
/
+2
|
/
*
strvec: rename struct fields
Jeff King
2020-07-31
1
-1
/
+1
*
strvec: convert remaining callers away from argv_array name
Jeff King
2020-07-29
1
-3
/
+3
*
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
*
prefix_path: show gitdir if worktree unavailable
Emily Shaffer
2020-03-15
1
-2
/
+6
*
prefix_path: show gitdir when arg is outside repo
Emily Shaffer
2020-02-17
1
-1
/
+2
*
pathspec: add new function to parse file
Alexandr Miloslavskiy
2019-11-20
1
-0
/
+38
*
Merge branch 'nd/the-index-final'
Junio C Hamano
2019-02-07
1
-1
/
+0
|
\
|
*
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-1
/
+0
*
|
dir.c: move, rename and export match_attrs()
Nguyễn Thái Ngọc Duy
2018-11-19
1
-0
/
+38
|
/
*
pathspec.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
2018-08-13
1
-1
/
+1
*
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
2018-08-13
1
-1
/
+1
*
Convert remaining die*(BUG) messages
Johannes Schindelin
2018-05-06
1
-1
/
+1
*
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-5
/
+5
*
Merge branch 'ex/deprecate-empty-pathspec-as-match-all'
Junio C Hamano
2017-11-06
1
-7
/
+4
|
\
|
*
pathspec: die on empty strings as pathspec
Emily Xie
2017-06-23
1
-7
/
+4
*
|
pathspec doc: parse_pathspec does not maintain references to args
Jonathan Nieder
2017-09-21
1
-4
/
+0
*
|
Spelling fixes
Ville Skyttä
2017-06-27
1
-1
/
+1
*
|
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
1
-2
/
+1
|
\
\
|
*
|
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
1
-2
/
+1
*
|
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
|
pathspec: convert find_pathspecs_matching_against_index to take an index
Brandon Williams
2017-05-12
1
-4
/
+7
*
|
|
pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP
Brandon Williams
2017-05-12
1
-15
/
+0
*
|
|
pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag
Brandon Williams
2017-05-12
1
-29
/
+0
*
|
|
submodule: add die_in_unpopulated_submodule function
Brandon Williams
2017-05-10
1
-29
/
+0
*
|
|
pathspec: provide a more descriptive die message
Brandon Williams
2017-05-10
1
-1
/
+1
|
/
/
*
|
Merge branch 'ps/pathspec-empty-prefix-origin'
Junio C Hamano
2017-04-26
1
-1
/
+1
|
\
\
|
*
|
pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefix
Patrick Steinhardt
2017-04-15
1
-1
/
+1
*
|
|
pathspec: fix segfault in clear_pathspec
Brandon Williams
2017-04-17
1
-1
/
+1
|
/
/
*
|
pathspec: allow escaped query values
Brandon Williams
2017-03-13
1
-4
/
+48
*
|
pathspec: allow querying for attributes
Brandon Williams
2017-03-13
1
-5
/
+108
*
|
pathspec: don't error out on all-exclusionary pathspec patterns
Linus Torvalds
2017-02-10
1
-5
/
+10
*
|
pathspec magic: add '^' as alias for '!'
Linus Torvalds
2017-02-10
1
-0
/
+6
*
|
pathspec: give better message for submodule related pathspec error
Stefan Beller
2017-01-10
1
-2
/
+33
*
|
pathspec: rename prefix_pathspec to init_pathspec_item
Brandon Williams
2017-01-09
1
-17
/
+7
*
|
pathspec: small readability changes
Brandon Williams
2017-01-09
1
-10
/
+15
*
|
pathspec: create strip submodule slash helpers
Brandon Williams
2017-01-09
1
-26
/
+42
*
|
pathspec: create parse_element_magic helper
Brandon Williams
2017-01-09
1
-17
/
+20
[next]