summaryrefslogtreecommitdiff
path: root/t/t4211-line-log.sh
Commit message (Expand)AuthorAgeFilesLines
* line-range: fix infinite loop bug with '$' regexLars Kellogg-Stedman2022-12-201-0/+22
* t4000-t4999: detect and signal failure within loopEric Sunshine2021-12-131-1/+1
* t4*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-1/+1
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* log: diagnose -L used with pathspec as an errorJunio C Hamano2020-11-041-0/+22
* t: remove test_oid_init in testsbrian m. carlson2020-07-301-1/+0
* revision: disable min_age optimization with line-logRené Scharfe2020-07-061-0/+8
* line-log: more responsive, incremental 'git log -L'SZEDER Gábor2020-05-111-1/+1
* t4211-line-log: add tests for parent oidsSZEDER Gábor2020-05-111-0/+68
* t4211: add test cases for SHA-256brian m. carlson2020-02-071-1/+2
* t4211: move SHA-1-specific test cases into a directorybrian m. carlson2020-02-071-1/+1
* line-log: avoid unnecessary full tree diffsSZEDER Gábor2019-08-211-0/+82
* line-log: detect unsupported formatsJeff King2019-03-111-0/+10
* line-log: suppress diff output with "-s"Jeff King2019-03-081-0/+7
* parse-options: replace opterror() with optname()Nguyễn Thái Ngọc Duy2018-11-121-1/+1
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-1/+1
|\
| * tests: use 'test_must_be_empty' instead of 'test ! -s'SZEDER Gábor2018-08-211-1/+1
* | log: prevent error if line range ends past end of fileIsabella Stephens2018-06-151-3/+2
|/
* line-log.c: prevent crash during union of too many rangesax/line-log-range-merge-fixAllan Xavier2017-03-031-0/+10
* t4211: ensure that log respects --output=<file>Johannes Schindelin2016-06-241-0/+7
* log -L: improve error message on malformed argumentmm/usage-log-l-can-take-regexMatthieu Moy2015-04-201-4/+4
* Merge branch 'tm/line-log-first-parent'Junio C Hamano2014-11-061-0/+5
|\
| * line-log: fix crash when --first-parent is usedtm/line-log-first-parentTzvetan Mikov2014-11-041-0/+5
* | line-range: teach -L^:RE to search from start of fileEric Sunshine2013-08-061-0/+1
* | line-range: teach -L:RE to search from end of previous -L rangeEric Sunshine2013-08-061-1/+0
* | log: fix -L bounds checking bugEric Sunshine2013-08-051-1/+1
* | t4211: retire soon-to-be unimplementable testsEric Sunshine2013-08-051-13/+0
* | t4211: log: demonstrate -L bounds checking bugEric Sunshine2013-08-051-0/+30
|/
* t4211: fix incorrect rebase at f8395edc (range-set: satisfy non-empty ranges ...tr/line-logJunio C Hamano2013-07-241-1/+0
* line-log: fix "log -LN" crash when N is last line of filees/line-log-further-fixesEric Sunshine2013-07-231-1/+1
* range-set: satisfy non-empty ranges invariantEric Sunshine2013-07-231-1/+2
* t4211: demonstrate crash when first -L encountered is empty rangeEric Sunshine2013-07-231-0/+5
* t4211: demonstrate empty -L range crashEric Sunshine2013-07-231-0/+8
* range_set: fix coalescing bug when range is a subset of anotheres/overlapping-range-setEric Sunshine2013-07-091-2/+2
* t4211: fix broken test when one -L range is subset of anotherEric Sunshine2013-07-091-2/+2
* log -L: store the path instead of a diff_filespecThomas Rast2013-04-121-1/+1
* log -L: test merge of parallel modify/renameThomas Rast2013-04-121-4/+12
* t4211: pass -M to 'git log -M -L...' testThomas Rast2013-04-121-1/+1
* log -L: fix overlapping input rangesThomas Rast2013-04-051-0/+6
* log -L: :pattern:file syntax to find by funcnameThomas Rast2013-03-281-0/+4
* Implement line-history search (git log -L)Thomas Rast2013-03-281-0/+49