Age | Commit message (Expand) | Author | Files | Lines |
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 |