Age | Commit message (Expand) | Author | Files | Lines |
2025-04-01 | pathspec: fix sign comparison warnings | Arnav Bhate | 1 | -15/+17 |
2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
2024-09-12 | environment: make `get_git_work_tree()` accept a repository | Patrick Steinhardt | 1 | -1/+1 |
2024-09-12 | environment: make `get_git_dir()` accept a repository | Patrick Steinhardt | 1 | -1/+1 |
2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
2023-11-04 | attr: enable attr pathspec magic for git-add and git-stash | Joanna Wang | 1 | -9/+30 |
2023-10-20 | grep: die gracefully when outside repository | Kristoffer Haugsbakk | 1 | -1/+6 |
2023-09-29 | parse: separate out parsing functions from config.h | Calvin Wan | 1 | -1/+1 |
2023-06-21 | git-compat-util.h: remove unneccessary include of wildmatch.h | Elijah Newren | 1 | -0/+1 |
2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+1 |
2023-06-21 | read-cache*.h: move declarations for read-cache.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
2023-06-20 | Merge branch 'jk/log-follow-with-non-literal-pathspec' | Junio C Hamano | 1 | -7/+12 |
2023-06-03 | pathspec: factor out magic-to-name function | Jeff King | 1 | -7/+12 |
2023-05-17 | Merge branch 'jc/attr-source-tree' | Junio C Hamano | 1 | -1/+1 |
2023-05-06 | attr: teach "--attr-source=<tree>" global option to "git" | John Cai | 1 | -1/+1 |
2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
2023-04-24 | symlinks.h: move declarations for symlinks.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
2023-03-21 | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
2023-03-21 | abspath.h: move absolute path functions from cache.h | Elijah Newren | 1 | -0/+1 |
2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
2023-02-06 | docs & comments: replace mentions of "git-add--interactive.perl" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2023-01-23 | Merge branch 'kn/attr-from-tree' | Junio C Hamano | 1 | -1/+1 |
2023-01-14 | attr: add flag `--source` to work with tree-ish | Karthik Nayak | 1 | -1/+1 |
2023-01-09 | use DUP_ARRAY | René Scharfe | 1 | -4/+2 |
2022-08-08 | pathspec.h: move pathspec_needs_expanded_index() from reset.c to here | Shaoxuan Yuan | 1 | -0/+89 |
2022-06-07 | Merge branch 'jc/all-negative-pathspec' | Junio C Hamano | 1 | -1/+1 |
2022-05-29 | pathspec: correct an empty string used as a pathspec element | Junio C Hamano | 1 | -1/+1 |
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 |
2017-01-08 | pathspec: simpler logic to prefix original pathspec elements | Brandon Williams | 1 | -20/+13 |
2017-01-08 | pathspec: always show mnemonic and name in unsupported_magic | Brandon Williams | 1 | -15/+9 |
2017-01-08 | pathspec: remove unused variable from unsupported_magic | Brandon Williams | 1 | -3/+2 |
2017-01-08 | pathspec: copy and free owned memory | Brandon Williams | 1 | -4/+19 |
2017-01-08 | pathspec: remove the deprecated get_pathspec function | Brandon Williams | 1 | -39/+3 |
2016-10-26 | Merge branch 'ex/deprecate-empty-pathspec-as-match-all' | Junio C Hamano | 1 | -2/+9 |
2016-10-10 | Merge branch 'rs/qsort' | Junio C Hamano | 1 | -2/+1 |
2016-09-29 | use QSORT | René Scharfe | 1 | -2/+1 |
2016-09-25 | use COPY_ARRAY | René Scharfe | 1 | -2/+1 |
2016-06-22 | pathspec: warn on empty strings as pathspec | Emily Xie | 1 | -2/+9 |
2016-06-02 | pathspec: rename free_pathspec() to clear_pathspec() | Junio C Hamano | 1 | -1/+1 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -2/+3 |
2014-07-21 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+1 |
2014-07-21 | use xcalloc() to allocate zero-initialized memory | René Scharfe | 1 | -2/+1 |
2014-07-10 | use strbuf_addch for adding single characters | René Scharfe | 1 | -1/+1 |
2014-02-24 | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-01-10 | Merge branch 'nd/negative-pathspec' | Junio C Hamano | 1 | -11/+26 |
2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -1/+1 |
2013-12-06 | pathspec.c: support adding prefix magic to a pathspec with mnemonic magic | Nguyễn Thái Ngọc Duy | 1 | -10/+18 |
2013-12-06 | Support pathspec magic :(exclude) and its short form :! | Nguyễn Thái Ngọc Duy | 1 | -1/+8 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -1/+1 |
2013-12-03 | Merge branch 'mi/typofixes' | Junio C Hamano | 1 | -2/+2 |
2013-11-12 | typofixes: fix misspelt comments | Masanari Iida | 1 | -2/+2 |
2013-10-28 | pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses | Nguyễn Thái Ngọc Duy | 1 | -1/+8 |
2013-09-09 | Merge branch 'nd/magic-pathspec' | Junio C Hamano | 1 | -1/+3 |
2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -39/+410 |
2013-09-05 | pathspec: catch prepending :(prefix) on pathspec with short magic | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
2013-07-15 | parse_pathspec: accept :(icase)path syntax | Nguyễn Thái Ngọc Duy | 1 | -1/+8 |
2013-07-15 | pathspec: support :(glob) syntax | Nguyễn Thái Ngọc Duy | 1 | -5/+42 |
2013-07-15 | pathspec: make --literal-pathspecs disable pathspec magic | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-07-15 | pathspec: support :(literal) syntax for noglob pathspec | Nguyễn Thái Ngọc Duy | 1 | -3/+8 |
2013-07-15 | kill limit_pathspec_to_literal() as it's only used by parse_pathspec() | Nguyễn Thái Ngọc Duy | 1 | -2/+6 |
2013-07-15 | parse_pathspec: preserve prefix length via PATHSPEC_PREFIX_ORIGIN | Nguyễn Thái Ngọc Duy | 1 | -5/+36 |
2013-07-15 | parse_pathspec: make sure the prefix part is wildcard-free | Nguyễn Thái Ngọc Duy | 1 | -4/+17 |
2013-07-15 | rename field "raw" to "_raw" in struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2013-07-15 | remove match_pathspec() in favor of match_pathspec_depth() | Nguyễn Thái Ngọc Duy | 1 | -12/+7 |
2013-07-15 | remove init_pathspec() in favor of parse_pathspec() | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2013-07-15 | add: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 1 | -43/+0 |
2013-07-15 | check-ignore: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+5 |
2013-07-15 | parse_pathspec: support prefixing original patterns | Nguyễn Thái Ngọc Duy | 1 | -1/+11 |
2013-07-15 | parse_pathspec: support stripping/checking submodule paths | Nguyễn Thái Ngọc Duy | 1 | -0/+26 |
2013-07-15 | parse_pathspec: support stripping submodule trailing slashes | Nguyễn Thái Ngọc Duy | 1 | -0/+9 |
2013-07-15 | parse_pathspec: add special flag for max_depth feature | Nguyễn Thái Ngọc Duy | 1 | -2/+6 |
2013-07-15 | parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags | Nguyễn Thái Ngọc Duy | 1 | -1/+12 |
2013-07-15 | parse_pathspec: save original pathspec for reporting | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2013-07-15 | add parse_pathspec() that converts cmdline args to struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -38/+130 |
2013-07-15 | pathspec: add copy_pathspec | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
2013-07-15 | pathspec: i18n-ize error strings in pathspec parsing code | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2013-07-15 | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 1 | -0/+150 |
2013-07-09 | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2013-01-06 | add.c: extract new die_if_path_beyond_symlink() for reuse | Adam Spiers | 1 | -0/+12 |
2013-01-06 | add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse | Adam Spiers | 1 | -0/+31 |
2013-01-06 | pathspec.c: rename newly public functions for clarity | Adam Spiers | 1 | -8/+9 |
2013-01-06 | add.c: move pathspec matchers into new pathspec.c for reuse | Adam Spiers | 1 | -0/+57 |