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