summaryrefslogtreecommitdiff
path: root/t/t4211-line-log.sh
AgeCommit message (Expand)AuthorFilesLines
2020-02-07t4211: add test cases for SHA-256Libravatar brian m. carlson1-1/+2
2020-02-07t4211: move SHA-1-specific test cases into a directoryLibravatar brian m. carlson1-1/+1
2019-08-21line-log: avoid unnecessary full tree diffsLibravatar SZEDER Gábor1-0/+82
2019-03-11line-log: detect unsupported formatsLibravatar Jeff King1-0/+10
2019-03-08line-log: suppress diff output with "-s"Libravatar Jeff King1-0/+7
2018-11-12parse-options: replace opterror() with optname()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-27Merge branch 'sg/test-must-be-empty'Libravatar Junio C Hamano1-1/+1
2018-08-21tests: use 'test_must_be_empty' instead of 'test ! -s'Libravatar SZEDER Gábor1-1/+1
2018-06-15log: prevent error if line range ends past end of fileLibravatar Isabella Stephens1-3/+2
2017-03-03line-log.c: prevent crash during union of too many rangesLibravatar Allan Xavier1-0/+10
2016-06-24t4211: ensure that log respects --output=<file>Libravatar Johannes Schindelin1-0/+7
2015-04-20log -L: improve error message on malformed argumentLibravatar Matthieu Moy1-4/+4
2014-11-06Merge branch 'tm/line-log-first-parent'Libravatar Junio C Hamano1-0/+5
2014-11-04line-log: fix crash when --first-parent is usedLibravatar Tzvetan Mikov1-0/+5
2013-08-06line-range: teach -L^:RE to search from start of fileLibravatar Eric Sunshine1-0/+1
2013-08-06line-range: teach -L:RE to search from end of previous -L rangeLibravatar Eric Sunshine1-1/+0
2013-08-05log: fix -L bounds checking bugLibravatar Eric Sunshine1-1/+1
2013-08-05t4211: retire soon-to-be unimplementable testsLibravatar Eric Sunshine1-13/+0
2013-08-05t4211: log: demonstrate -L bounds checking bugLibravatar Eric Sunshine1-0/+30
2013-07-24t4211: fix incorrect rebase at f8395edc (range-set: satisfy non-empty ranges ...Libravatar Junio C Hamano1-1/+0
2013-07-23line-log: fix "log -LN" crash when N is last line of fileLibravatar Eric Sunshine1-1/+1
2013-07-23range-set: satisfy non-empty ranges invariantLibravatar Eric Sunshine1-1/+2
2013-07-23t4211: demonstrate crash when first -L encountered is empty rangeLibravatar Eric Sunshine1-0/+5
2013-07-23t4211: demonstrate empty -L range crashLibravatar Eric Sunshine1-0/+8
2013-07-09range_set: fix coalescing bug when range is a subset of anotherLibravatar Eric Sunshine1-2/+2
2013-07-09t4211: fix broken test when one -L range is subset of anotherLibravatar Eric Sunshine1-2/+2
2013-04-12log -L: store the path instead of a diff_filespecLibravatar Thomas Rast1-1/+1
2013-04-12log -L: test merge of parallel modify/renameLibravatar Thomas Rast1-4/+12
2013-04-12t4211: pass -M to 'git log -M -L...' testLibravatar Thomas Rast1-1/+1
2013-04-05log -L: fix overlapping input rangesLibravatar Thomas Rast1-0/+6
2013-03-28log -L: :pattern:file syntax to find by funcnameLibravatar Thomas Rast1-0/+4
2013-03-28Implement line-history search (git log -L)Libravatar Thomas Rast1-0/+49