Age | Commit message (Expand) | Author | Files | Lines |
2024-06-11 | line-range: plug leaking find functions | Patrick Steinhardt | 1 | -0/+2 |
2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
2022-12-20 | line-range: fix infinite loop bug with '$' regex | Lars Kellogg-Stedman | 1 | -3/+4 |
2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -1/+1 |
2018-09-21 | line-range.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -8/+14 |
2018-09-21 | userdiff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-06-15 | blame: prevent error if range ends past end of file | Isabella Stephens | 1 | -1/+1 |
2017-01-30 | use SWAP macro | René Scharfe | 1 | -2/+1 |
2013-08-06 | line-range: reject -L line numbers less than 1 | Eric Sunshine | 1 | -1/+4 |
2013-08-06 | line-range: teach -L^:RE to search from start of file | Eric Sunshine | 1 | -2/+7 |
2013-08-06 | line-range: teach -L:RE to search from end of previous -L range | Eric Sunshine | 1 | -5/+7 |
2013-08-06 | line-range: teach -L^/RE/ to search from start of file | Eric Sunshine | 1 | -2/+8 |
2013-08-06 | line-range: teach -L/RE/ to search relative to anchor point | Eric Sunshine | 1 | -4/+26 |
2013-08-05 | blame: reject empty ranges -L,+0 and -L,-0 | Eric Sunshine | 1 | -1/+1 |
2013-08-05 | blame: reject empty ranges -LX,+0 and -LX,-0 | Eric Sunshine | 1 | -0/+2 |
2013-07-17 | line-range: fix "blame -L X,-N" regression | Eric Sunshine | 1 | -0/+7 |
2013-03-28 | log -L: :pattern:file syntax to find by funcname | Thomas Rast | 1 | -1/+135 |
2013-03-28 | Implement line-history search (git log -L) | Thomas Rast | 1 | -1/+18 |
2013-03-28 | Refactor parse_loc | Bo Yang | 1 | -0/+92 |