aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4202-log.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-14Merge branch 'jk/all-negative-diff-filter-fix'Junio C Hamano1-0/+6
2025-07-07setup_revisions(): turn on diffs for all-negative diff filterJeff King1-0/+6
2025-06-25Merge branch 'jc/you-still-use-whatchanged'Junio C Hamano1-9/+25
2025-05-12whatchanged: remove when built with WITH_BREAKING_CHANGESJunio C Hamano1-8/+20
2025-05-12whatchanged: require --i-still-use-thisJunio C Hamano1-5/+9
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-11-04pretty: clear signature checkPatrick Steinhardt1-0/+1
2024-06-12parse-options-cb: stop clamping "--abbrev=" to hash lengthPatrick Steinhardt1-0/+12
2024-06-12config: fix segfault when parsing "core.abbrev" without repoPatrick Steinhardt1-0/+12
2024-05-17t/t4202-log.sh: fix misspelled variableMarcel Telka1-1/+1
2024-01-22t4202: move reffiles specific tests to t0600John Cai1-17/+0
2023-12-09Merge branch 'ps/ref-tests-update'Junio C Hamano1-1/+1
2023-11-03t: convert tests to not access symrefs via the filesystemPatrick Steinhardt1-1/+1
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-9/+9
2023-06-20Merge branch 'jk/log-follow-with-non-literal-pathspec'Junio C Hamano1-0/+15
2023-06-03diff: detect pathspec magic not supported by --followJeff King1-0/+15
2023-05-19t4202-log: modernize test formatJohn Cai1-4/+4
2023-03-28config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason1-2/+6
2023-03-28config API users: test for *_get_value_multi() segfaultsÆvar Arnfjörð Bjarmason1-0/+11
2022-10-21Merge branch 'ab/grep-simplify-extended-expression'Junio C Hamano1-0/+9
2022-10-11grep.c: remove "extended" in favor of "pattern_expression", fix segfaultÆvar Arnfjörð Bjarmason1-0/+9
2022-08-29Merge branch 'ds/decorate-filter-tweak'Junio C Hamano1-3/+129
2022-08-05log: create log.initialDecorationSet=allDerrick Stolee1-0/+3
2022-08-05log: add --clear-decorations optionDerrick Stolee1-3/+100
2022-08-05log: add default decoration filterDerrick Stolee1-0/+20
2022-08-05refs: allow "HEAD" as decoration filterDerrick Stolee1-0/+6
2022-08-01symbolic-ref: refuse to set syntactically invalid targetLinus Torvalds1-2/+2
2022-05-12log test: skip a failing mkstemp() test under valgrindÆvar Arnfjörð Bjarmason1-4/+7
2022-03-16Merge branch 'ab/grep-patterntype'Junio C Hamano1-1/+0
2022-03-13Merge branch 'fs/gpgsm-update'Junio C Hamano1-1/+2
2022-03-04gpg-interface/gpgsm: fix for v2.3Fabian Stelzer1-1/+2
2022-03-04log tests: fix "abort tests early" regression in ff37a60c369Ævar Arnfjörð Bjarmason1-1/+0
2022-02-25Merge branch 'ab/grep-patterntype'Junio C Hamano1-0/+24
2022-02-23Merge branch 'ah/log-no-graph'Junio C Hamano1-0/+69
2022-02-16Merge branch 'js/diff-filter-negation-fix'Junio C Hamano1-0/+13
2022-02-15log tests: check if grep_config() is called by "log"-like cmdsÆvar Arnfjörð Bjarmason1-0/+24
2022-02-11log: add a --no-graph optionAlex Henrie1-0/+69
2022-02-09Merge branch 'jc/name-rev-stdin'Junio C Hamano1-1/+1
2022-01-28diff-filter: be more careful when looking for negative bitsJohannes Schindelin1-0/+13
2022-01-10name-rev: deprecate --stdin in favor of --annotate-stdinJohn Cai1-1/+1
2022-01-05Merge branch 'rs/log-invert-grep-with-headers'Junio C Hamano1-0/+19
2022-01-05Merge branch 'rs/t4202-invert-grep-test-fix'Junio C Hamano1-1/+1
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano1-21/+21
2021-12-21Merge branch 'fs/ssh-signing-key-lifetime'Junio C Hamano1-0/+43
2021-12-17t4202: fix patternType setting in --invert-grep testRené Scharfe1-1/+1
2021-12-17log: let --invert-grep only invert --grepRené Scharfe1-0/+19
2021-12-13t4202: clarify intent by creating expected content less cleverlyEric Sunshine1-21/+21
2021-12-09ssh signing: make git log verify key lifetimeFabian Stelzer1-0/+43
2021-12-01log: load decorations with --simplify-by-decorationJeff King1-0/+15
2021-12-01log: handle --decorate-refs with userformat "%d"Jeff King1-0/+22