Age | Commit message (Expand) | Author | Files | Lines |
2020-11-19 | t4*: adjust the references to the default branch name "main" | Johannes Schindelin | 1 | -1/+1 |
2020-11-19 | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 1 | -0/+3 |
2020-11-04 | log: diagnose -L used with pathspec as an error | Junio C Hamano | 1 | -0/+22 |
2020-07-30 | t: remove test_oid_init in tests | brian m. carlson | 1 | -1/+0 |
2020-07-06 | revision: disable min_age optimization with line-log | René Scharfe | 1 | -0/+8 |
2020-05-11 | line-log: more responsive, incremental 'git log -L' | SZEDER Gábor | 1 | -1/+1 |
2020-05-11 | t4211-line-log: add tests for parent oids | SZEDER Gábor | 1 | -0/+68 |
2020-02-07 | t4211: add test cases for SHA-256 | brian m. carlson | 1 | -1/+2 |
2020-02-07 | t4211: move SHA-1-specific test cases into a directory | brian m. carlson | 1 | -1/+1 |
2019-08-21 | line-log: avoid unnecessary full tree diffs | SZEDER Gábor | 1 | -0/+82 |
2019-03-11 | line-log: detect unsupported formats | Jeff King | 1 | -0/+10 |
2019-03-08 | line-log: suppress diff output with "-s" | Jeff King | 1 | -0/+7 |
2018-11-12 | parse-options: replace opterror() with optname() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-08-27 | Merge branch 'sg/test-must-be-empty' | Junio C Hamano | 1 | -1/+1 |
2018-08-21 | tests: use 'test_must_be_empty' instead of 'test ! -s' | SZEDER Gábor | 1 | -1/+1 |
2018-06-15 | log: prevent error if line range ends past end of file | Isabella Stephens | 1 | -3/+2 |
2017-03-03 | line-log.c: prevent crash during union of too many ranges | Allan Xavier | 1 | -0/+10 |
2016-06-24 | t4211: ensure that log respects --output=<file> | Johannes Schindelin | 1 | -0/+7 |
2015-04-20 | log -L: improve error message on malformed argument | Matthieu Moy | 1 | -4/+4 |
2014-11-06 | Merge branch 'tm/line-log-first-parent' | Junio C Hamano | 1 | -0/+5 |
2014-11-04 | line-log: fix crash when --first-parent is used | Tzvetan Mikov | 1 | -0/+5 |
2013-08-06 | line-range: teach -L^:RE to search from start of file | Eric Sunshine | 1 | -0/+1 |
2013-08-06 | line-range: teach -L:RE to search from end of previous -L range | Eric Sunshine | 1 | -1/+0 |
2013-08-05 | log: fix -L bounds checking bug | Eric Sunshine | 1 | -1/+1 |
2013-08-05 | t4211: retire soon-to-be unimplementable tests | Eric Sunshine | 1 | -13/+0 |
2013-08-05 | t4211: log: demonstrate -L bounds checking bug | Eric Sunshine | 1 | -0/+30 |
2013-07-24 | t4211: fix incorrect rebase at f8395edc (range-set: satisfy non-empty ranges ... | Junio C Hamano | 1 | -1/+0 |
2013-07-23 | line-log: fix "log -LN" crash when N is last line of file | Eric Sunshine | 1 | -1/+1 |
2013-07-23 | range-set: satisfy non-empty ranges invariant | Eric Sunshine | 1 | -1/+2 |
2013-07-23 | t4211: demonstrate crash when first -L encountered is empty range | Eric Sunshine | 1 | -0/+5 |
2013-07-23 | t4211: demonstrate empty -L range crash | Eric Sunshine | 1 | -0/+8 |
2013-07-09 | range_set: fix coalescing bug when range is a subset of another | Eric Sunshine | 1 | -2/+2 |
2013-07-09 | t4211: fix broken test when one -L range is subset of another | Eric Sunshine | 1 | -2/+2 |
2013-04-12 | log -L: store the path instead of a diff_filespec | Thomas Rast | 1 | -1/+1 |
2013-04-12 | log -L: test merge of parallel modify/rename | Thomas Rast | 1 | -4/+12 |
2013-04-12 | t4211: pass -M to 'git log -M -L...' test | Thomas Rast | 1 | -1/+1 |
2013-04-05 | log -L: fix overlapping input ranges | Thomas Rast | 1 | -0/+6 |
2013-03-28 | log -L: :pattern:file syntax to find by funcname | Thomas Rast | 1 | -0/+4 |
2013-03-28 | Implement line-history search (git log -L) | Thomas Rast | 1 | -0/+49 |