aboutsummaryrefslogtreecommitdiffstats
path: root/line-log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-06Merge branch 'tm/line-log-first-parent'Junio C Hamano1-0/+3
2014-11-04line-log: fix crash when --first-parent is usedTzvetan Mikov1-0/+3
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe1-1/+1
2014-07-17use commit_list_count() to count the members of commit_listsRené Scharfe1-12/+1
2014-07-08line-log: use commit_list_append() instead of duplicating its codeRené Scharfe1-3/+1
2014-02-05line-log: convert to using diff_tree_sha1()Kirill Smelkov1-24/+2
2013-10-30Merge branch 'nd/magic-pathspec'Junio C Hamano1-1/+2
2013-10-22Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flagsNguyễn Thái Ngọc Duy1-1/+2
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano1-1/+1
2013-08-06log: teach -L/RE/ to search from end of previous -L rangeEric Sunshine1-3/+12
2013-08-06line-range: teach -L/RE/ to search relative to anchor pointEric Sunshine1-1/+1
2013-08-06range-set: publish API for re-use by git-blame -LEric Sunshine1-5/+5
2013-08-05log: fix -L bounds checking bugEric Sunshine1-2/+2
2013-07-23line-log: fix "log -LN" crash when N is last line of fileEric Sunshine1-0/+1
2013-07-23range-set: satisfy non-empty ranges invariantEric Sunshine1-0/+2
2013-07-23range-set: fix sort_and_merge_range_set() corner case bugEric Sunshine1-3/+3
2013-07-15line-log: convert to use parse_pathspecNguyễn Thái Ngọc Duy1-1/+1
2013-07-09range_set: fix coalescing bug when range is a subset of anotherEric Sunshine1-1/+2
2013-04-12log -L: improve comments in process_all_files()Thomas Rast1-3/+16
2013-04-12log -L: store the path instead of a diff_filespecThomas Rast1-21/+24
2013-04-05log -L: fix overlapping input rangesThomas Rast1-7/+10
2013-04-05log -L: check range set invariants when we look it upThomas Rast1-0/+26
2013-03-28Speed up log -L... -MThomas Rast1-4/+52
2013-03-28log -L: :pattern:file syntax to find by funcnameThomas Rast1-2/+3
2013-03-28Implement line-history search (git log -L)Thomas Rast1-0/+1179