summaryrefslogtreecommitdiff
path: root/line-log.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-28Sync with 2.3.10Libravatar Junio C Hamano1-3/+4
2015-09-28react to errors in xdi_diffLibravatar Jeff King1-3/+4
2015-06-25Merge branch 'jk/color-diff-plain-is-context' into maintLibravatar Junio C Hamano1-3/+3
2015-05-27diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXTLibravatar Jeff King1-3/+3
2015-05-13Merge branch 'sb/line-log-plug-pairdiff-leak' into maintLibravatar Junio C Hamano1-0/+1
2015-05-11Sync with 2.3.8Libravatar Junio C Hamano1-1/+1
2015-04-20log -L: improve error message on malformed argumentLibravatar Matthieu Moy1-1/+1
2015-03-30line-log.c: fix a memleakLibravatar Stefan Beller1-0/+1
2015-01-15line-log.c: make line_log_data_init() staticLibravatar Junio C Hamano1-1/+1
2014-11-06Merge branch 'tm/line-log-first-parent'Libravatar Junio C Hamano1-0/+3
2014-11-04line-log: fix crash when --first-parent is usedLibravatar Tzvetan Mikov1-0/+3
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysLibravatar René Scharfe1-1/+1
2014-07-17use commit_list_count() to count the members of commit_listsLibravatar René Scharfe1-12/+1
2014-07-08line-log: use commit_list_append() instead of duplicating its codeLibravatar René Scharfe1-3/+1
2014-02-05line-log: convert to using diff_tree_sha1()Libravatar Kirill Smelkov1-24/+2
2013-10-30Merge branch 'nd/magic-pathspec'Libravatar Junio C Hamano1-1/+2
2013-10-22Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flagsLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2013-09-09Merge branch 'jl/submodule-mv'Libravatar Junio C Hamano1-1/+1
2013-08-06log: teach -L/RE/ to search from end of previous -L rangeLibravatar Eric Sunshine1-3/+12
2013-08-06line-range: teach -L/RE/ to search relative to anchor pointLibravatar Eric Sunshine1-1/+1
2013-08-06range-set: publish API for re-use by git-blame -LLibravatar Eric Sunshine1-5/+5
2013-08-05log: fix -L bounds checking bugLibravatar Eric Sunshine1-2/+2
2013-07-23line-log: fix "log -LN" crash when N is last line of fileLibravatar Eric Sunshine1-0/+1
2013-07-23range-set: satisfy non-empty ranges invariantLibravatar Eric Sunshine1-0/+2
2013-07-23range-set: fix sort_and_merge_range_set() corner case bugLibravatar Eric Sunshine1-3/+3
2013-07-15line-log: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-07-09range_set: fix coalescing bug when range is a subset of anotherLibravatar Eric Sunshine1-1/+2
2013-04-12log -L: improve comments in process_all_files()Libravatar Thomas Rast1-3/+16
2013-04-12log -L: store the path instead of a diff_filespecLibravatar Thomas Rast1-21/+24
2013-04-05log -L: fix overlapping input rangesLibravatar Thomas Rast1-7/+10
2013-04-05log -L: check range set invariants when we look it upLibravatar Thomas Rast1-0/+26
2013-03-28Speed up log -L... -MLibravatar Thomas Rast1-4/+52
2013-03-28log -L: :pattern:file syntax to find by funcnameLibravatar Thomas Rast1-2/+3
2013-03-28Implement line-history search (git log -L)Libravatar Thomas Rast1-0/+1179