aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4211-line-log.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-03line-log: protect inner strbuf from freeDerrick Stolee1-0/+28
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-2/+2
2022-12-20line-range: fix infinite loop bug with '$' regexLars Kellogg-Stedman1-0/+22
2021-12-13t4000-t4999: detect and signal failure within loopEric Sunshine1-1/+1
2020-11-19t4*: adjust the references to the default branch name "main"Johannes Schindelin1-1/+1
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-11-04log: diagnose -L used with pathspec as an errorJunio C Hamano1-0/+22
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-1/+0
2020-07-06revision: disable min_age optimization with line-logRené Scharfe1-0/+8
2020-05-11line-log: more responsive, incremental 'git log -L'SZEDER Gábor1-1/+1
2020-05-11t4211-line-log: add tests for parent oidsSZEDER Gábor1-0/+68
2020-02-07t4211: add test cases for SHA-256brian m. carlson1-1/+2
2020-02-07t4211: move SHA-1-specific test cases into a directorybrian m. carlson1-1/+1
2019-08-21line-log: avoid unnecessary full tree diffsSZEDER Gábor1-0/+82
2019-03-11line-log: detect unsupported formatsJeff King1-0/+10
2019-03-08line-log: suppress diff output with "-s"Jeff King1-0/+7
2018-11-12parse-options: replace opterror() with optname()Nguyễn Thái Ngọc Duy1-1/+1
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano1-1/+1
2018-08-21tests: use 'test_must_be_empty' instead of 'test ! -s'SZEDER Gábor1-1/+1
2018-06-15log: prevent error if line range ends past end of fileIsabella Stephens1-3/+2
2017-03-03line-log.c: prevent crash during union of too many rangesAllan Xavier1-0/+10
2016-06-24t4211: ensure that log respects --output=<file>Johannes Schindelin1-0/+7
2015-04-20log -L: improve error message on malformed argumentMatthieu Moy1-4/+4
2014-11-06Merge branch 'tm/line-log-first-parent'Junio C Hamano1-0/+5
2014-11-04line-log: fix crash when --first-parent is usedTzvetan Mikov1-0/+5
2013-08-06line-range: teach -L^:RE to search from start of fileEric Sunshine1-0/+1
2013-08-06line-range: teach -L:RE to search from end of previous -L rangeEric Sunshine1-1/+0
2013-08-05log: fix -L bounds checking bugEric Sunshine1-1/+1
2013-08-05t4211: retire soon-to-be unimplementable testsEric Sunshine1-13/+0
2013-08-05t4211: log: demonstrate -L bounds checking bugEric Sunshine1-0/+30
2013-07-24t4211: fix incorrect rebase at f8395edc (range-set: satisfy non-empty ranges ...Junio C Hamano1-1/+0
2013-07-23line-log: fix "log -LN" crash when N is last line of fileEric Sunshine1-1/+1
2013-07-23range-set: satisfy non-empty ranges invariantEric Sunshine1-1/+2
2013-07-23t4211: demonstrate crash when first -L encountered is empty rangeEric Sunshine1-0/+5
2013-07-23t4211: demonstrate empty -L range crashEric Sunshine1-0/+8
2013-07-09range_set: fix coalescing bug when range is a subset of anotherEric Sunshine1-2/+2
2013-07-09t4211: fix broken test when one -L range is subset of anotherEric Sunshine1-2/+2
2013-04-12log -L: store the path instead of a diff_filespecThomas Rast1-1/+1
2013-04-12log -L: test merge of parallel modify/renameThomas Rast1-4/+12
2013-04-12t4211: pass -M to 'git log -M -L...' testThomas Rast1-1/+1
2013-04-05log -L: fix overlapping input rangesThomas Rast1-0/+6
2013-03-28log -L: :pattern:file syntax to find by funcnameThomas Rast1-0/+4
2013-03-28Implement line-history search (git log -L)Thomas Rast1-0/+49