| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ex/deprecate-empty-pathspec-as-match-all' | Junio C Hamano | 2017-11-06 | 1 | -7/+4 |
|\ |
|
| * | pathspec: die on empty strings as pathspecex/deprecate-empty-pathspec-as-match-all | Emily Xie | 2017-06-23 | 1 | -7/+4 |
* | | pathspec doc: parse_pathspec does not maintain references to argsjk/revision-remove-cmdline-pathspec | Jonathan Nieder | 2017-09-21 | 1 | -4/+0 |
* | | Spelling fixesvs/typofixes | 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 indexbw/pathspec-sans-the-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 prefixps/pathspec-empty-prefix-origin | Patrick Steinhardt | 2017-04-14 | 1 | -1/+1 |
* | | | pathspec: fix segfault in clear_pathspecbw/attr-pathspec | Brandon Williams | 2017-04-16 | 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 patternslt/pathspec-negative | 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 errorsb/pathspec-errors | Stefan Beller | 2017-01-09 | 1 | -2/+33 |
* | | pathspec: rename prefix_pathspec to init_pathspec_itembw/pathspec-cleanup | Brandon Williams | 2017-01-08 | 1 | -17/+7 |
* | | pathspec: small readability changes | Brandon Williams | 2017-01-08 | 1 | -10/+15 |
* | | pathspec: create strip submodule slash helpers | Brandon Williams | 2017-01-08 | 1 | -26/+42 |
* | | pathspec: create parse_element_magic helper | Brandon Williams | 2017-01-08 | 1 | -17/+20 |
* | | pathspec: create parse_long_magic function | Brandon Williams | 2017-01-08 | 1 | -35/+57 |
* | | pathspec: create parse_short_magic function | Brandon Williams | 2017-01-08 | 1 | -18/+36 |
* | | pathspec: factor global magic into its own function | Brandon Williams | 2017-01-08 | 1 | -49/+78 |
* | | pathspec: simpler logic to prefix original pathspec elements | Brandon Williams | 2017-01-08 | 1 | -20/+13 |
* | | pathspec: always show mnemonic and name in unsupported_magic | Brandon Williams | 2017-01-08 | 1 | -15/+9 |
* | | pathspec: remove unused variable from unsupported_magic | Brandon Williams | 2017-01-08 | 1 | -3/+2 |
* | | pathspec: copy and free owned memory | Brandon Williams | 2017-01-08 | 1 | -4/+19 |
* | | pathspec: remove the deprecated get_pathspec function | Brandon Williams | 2017-01-08 | 1 | -39/+3 |
* | | Merge branch 'ex/deprecate-empty-pathspec-as-match-all' | Junio C Hamano | 2016-10-26 | 1 | -2/+9 |
|\ \
| |/ |
|
| * | pathspec: warn on empty strings as pathspec | Emily Xie | 2016-06-22 | 1 | -2/+9 |
* | | Merge branch 'rs/qsort' | Junio C Hamano | 2016-10-10 | 1 | -2/+1 |
|\ \ |
|
| * | | use QSORT | René Scharfe | 2016-09-29 | 1 | -2/+1 |
* | | | use COPY_ARRAYrs/copy-array | René Scharfe | 2016-09-25 | 1 | -2/+1 |
|/ / |
|
* | | pathspec: rename free_pathspec() to clear_pathspec()jc/clear-pathspec | Junio C Hamano | 2016-06-02 | 1 | -1/+1 |
|/ |
|
* | convert trivial cases to ALLOC_ARRAY | Jeff King | 2016-02-22 | 1 | -2/+3 |
* | Merge branch 'maint' | Junio C Hamano | 2014-07-21 | 1 | -2/+1 |
|\ |
|
| * | use xcalloc() to allocate zero-initialized memory | René Scharfe | 2014-07-21 | 1 | -2/+1 |
* | | use strbuf_addch for adding single characters | René Scharfe | 2014-07-10 | 1 | -1/+1 |
|/ |
|
* | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -1/+1 |
* | Merge branch 'nd/negative-pathspec' | Junio C Hamano | 2014-01-10 | 1 | -11/+26 |
|\ |
|
| * | pathspec.c: support adding prefix magic to a pathspec with mnemonic magic | Nguyễn Thái Ngọc Duy | 2013-12-06 | 1 | -10/+18 |
| * | Support pathspec magic :(exclude) and its short form :! | Nguyễn Thái Ngọc Duy | 2013-12-06 | 1 | -1/+8 |
* | | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 2013-12-17 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -1/+1 |
* | | Merge branch 'mi/typofixes' | Junio C Hamano | 2013-12-03 | 1 | -2/+2 |
|\ \
| |/
|/| |
|