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