summaryrefslogtreecommitdiff
path: root/t/t4211-line-log.sh
AgeCommit message (Expand)Author
2020-11-19t4*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-11-04log: diagnose -L used with pathspec as an errorJunio C Hamano
2020-07-30t: remove test_oid_init in testsbrian m. carlson
2020-07-07revision: disable min_age optimization with line-logRené Scharfe
2020-05-11line-log: more responsive, incremental 'git log -L'SZEDER Gábor
2020-05-11t4211-line-log: add tests for parent oidsSZEDER Gábor
2020-02-07t4211: add test cases for SHA-256brian m. carlson
2020-02-07t4211: move SHA-1-specific test cases into a directorybrian m. carlson
2019-08-21line-log: avoid unnecessary full tree diffsSZEDER Gábor
2019-03-11line-log: detect unsupported formatsJeff King
2019-03-08line-log: suppress diff output with "-s"Jeff King
2018-11-12parse-options: replace opterror() with optname()Nguyễn Thái Ngọc Duy
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test ! -s'SZEDER Gábor
2018-06-15log: prevent error if line range ends past end of fileIsabella Stephens
2017-03-03line-log.c: prevent crash during union of too many rangesAllan Xavier
2016-06-24t4211: ensure that log respects --output=<file>Johannes Schindelin
2015-04-20log -L: improve error message on malformed argumentMatthieu Moy
2014-11-06Merge branch 'tm/line-log-first-parent'Junio C Hamano
2014-11-04line-log: fix crash when --first-parent is usedTzvetan Mikov
2013-08-06line-range: teach -L^:RE to search from start of fileEric Sunshine
2013-08-06line-range: teach -L:RE to search from end of previous -L rangeEric Sunshine
2013-08-05log: fix -L bounds checking bugEric Sunshine
2013-08-05t4211: retire soon-to-be unimplementable testsEric Sunshine
2013-08-05t4211: log: demonstrate -L bounds checking bugEric Sunshine
2013-07-24t4211: fix incorrect rebase at f8395edc (range-set: satisfy non-empty ranges ...Junio C Hamano
2013-07-23line-log: fix "log -LN" crash when N is last line of fileEric Sunshine
2013-07-23range-set: satisfy non-empty ranges invariantEric Sunshine
2013-07-23t4211: demonstrate crash when first -L encountered is empty rangeEric Sunshine
2013-07-23t4211: demonstrate empty -L range crashEric Sunshine
2013-07-09range_set: fix coalescing bug when range is a subset of anotherEric Sunshine
2013-07-09t4211: fix broken test when one -L range is subset of anotherEric Sunshine
2013-04-12log -L: store the path instead of a diff_filespecThomas Rast
2013-04-12log -L: test merge of parallel modify/renameThomas Rast
2013-04-12t4211: pass -M to 'git log -M -L...' testThomas Rast
2013-04-05log -L: fix overlapping input rangesThomas Rast
2013-03-28log -L: :pattern:file syntax to find by funcnameThomas Rast
2013-03-28Implement line-history search (git log -L)Thomas Rast