Age | Commit message (Expand) | Author | Files | Lines |
2020-12-07 | t6300: avoid using the default name of the initial branch | Johannes Schindelin | 1 | -88/+90 |
2020-09-09 | Merge branch 'hv/ref-filter-misc' | Junio C Hamano | 1 | -0/+35 |
2020-08-31 | Merge branch 'hv/ref-filter-trailers-atom-parsing-fix' | Junio C Hamano | 1 | -38/+18 |
2020-08-28 | ref-filter: add `sanitize` option for 'subject' atom | Hariom Verma | 1 | -0/+7 |
2020-08-28 | ref-filter: add `short` modifier to 'parent' atom | Hariom Verma | 1 | -0/+6 |
2020-08-28 | ref-filter: add `short` modifier to 'tree' atom | Hariom Verma | 1 | -0/+6 |
2020-08-28 | ref-filter: support different email formats | Hariom Verma | 1 | -0/+16 |
2020-08-21 | ref-filter: 'contents:trailers' show error if `:` is missing | Hariom Verma | 1 | -0/+8 |
2020-08-21 | t6300: unify %(trailers) and %(contents:trailers) tests | Hariom Verma | 1 | -42/+14 |
2020-07-31 | t6300: fix issues related to %(contents:size) | Alban Gruin | 1 | -2/+2 |
2020-07-16 | ref-filter: add support for %(contents:size) | Christian Couder | 1 | -0/+19 |
2020-07-10 | t6300: test refs pointing to tree and blob | Christian Couder | 1 | -0/+19 |
2020-05-08 | Merge branch 'jk/for-each-ref-multi-key-sort-fix' | Junio C Hamano | 1 | -6/+88 |
2020-05-04 | ref-filter: apply fallback refname sort only after all user sorts | Jeff King | 1 | -6/+48 |
2020-05-04 | ref-filter: apply --ignore-case to all sorting keys | Jeff King | 1 | -0/+40 |
2020-02-24 | t6300: make hash algorithm independent | brian m. carlson | 1 | -1/+1 |
2020-02-24 | t6300: abstract away SHA-1-specific constants | brian m. carlson | 1 | -9/+16 |
2019-09-09 | Merge branch 'mp/for-each-ref-missing-name-or-email' | Junio C Hamano | 1 | -0/+19 |
2019-08-22 | ref-filter: initialize empty name or email fields | Mischa POSLAWSKY | 1 | -0/+19 |
2019-06-27 | ref-filter.c: find disjoint pattern prefixes | Taylor Blau | 1 | -0/+26 |
2019-04-18 | ref-filter: use correct branch for %(push:track) | Damien Robert | 1 | -2/+11 |
2018-12-28 | ref-filter: add tests for deltabase | Olga Telezhnaya | 1 | -0/+3 |
2018-12-28 | ref-filter: add tests for objectsize:disk | Olga Telezhnaya | 1 | -0/+3 |
2018-09-17 | Merge branch 'jk/trailer-fixes' | Junio C Hamano | 1 | -0/+23 |
2018-08-23 | pretty, ref-filter: format %(trailers) with no_divider option | Jeff King | 1 | -0/+23 |
2018-07-30 | tests: make use of the test_must_be_empty function | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2018-07-24 | Merge branch 'jk/for-each-ref-icase' | Junio C Hamano | 1 | -0/+11 |
2018-07-03 | ref-filter: avoid backend filtering with --ignore-case | Jeff King | 1 | -1/+1 |
2018-07-03 | t6300: add a test for --ignore-case | Jeff King | 1 | -0/+11 |
2018-05-14 | t: switch $_z40 to $ZERO_OID | brian m. carlson | 1 | -1/+1 |
2018-02-13 | t6300-for-each-ref: fix "more than one quoting style" tests | SZEDER Gábor | 1 | -5/+2 |
2017-11-15 | Merge branch 'js/for-each-ref-remote-name-and-ref' | Junio C Hamano | 1 | -0/+32 |
2017-11-08 | for-each-ref: test :remotename and :remoteref | Johannes Schindelin | 1 | -0/+32 |
2017-10-18 | Merge branch 'jk/ref-filter-colors-fix' | Junio C Hamano | 1 | -0/+5 |
2017-10-17 | tag: respect color.ui config | Jeff King | 1 | -0/+5 |
2017-10-11 | Merge branch 'tb/show-trailers-in-ref-filter' | Junio C Hamano | 1 | -2/+88 |
2017-10-07 | Merge branch 'tb/ref-filter-empty-modifier' | Junio C Hamano | 1 | -0/+1 |
2017-10-05 | ref-filter.c: pass empty-string as NULL to atom parsers | Taylor Blau | 1 | -0/+1 |
2017-10-04 | provide --color option for all ref-filter users | Jeff King | 1 | -2/+2 |
2017-10-04 | test-terminal: set TERM=vt100 | Jeff King | 1 | -2/+1 |
2017-10-02 | ref-filter.c: parse trailers arguments with %(contents) atom | Taylor Blau | 1 | -0/+38 |
2017-10-02 | ref-filter.c: use trailer_opts to format trailers | Taylor Blau | 1 | -0/+41 |
2017-10-02 | t6300: refactor %(trailers) tests | Taylor Blau | 1 | -2/+9 |
2017-07-13 | ref-filter: consult want_color() before emitting colors | Jeff King | 1 | -11/+26 |
2017-07-13 | t: use test_decode_color rather than literal ANSI codes | Jeff King | 1 | -10/+8 |
2017-03-10 | Merge branch 'jk/t6300-cleanup' | Junio C Hamano | 1 | -1/+1 |
2017-02-27 | t6300: avoid creating refs/heads/HEAD | Jeff King | 1 | -1/+1 |
2017-02-07 | ref-filter: resurrect "strip" as a synonym to "lstrip" | Junio C Hamano | 1 | -0/+12 |
2017-01-31 | ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnames | Karthik Nayak | 1 | -0/+19 |
2017-01-31 | ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>' | Karthik Nayak | 1 | -6/+6 |