summaryrefslogtreecommitdiff
path: root/line-log.c
AgeCommit message (Expand)Author
2015-06-11Merge branch 'jk/color-diff-plain-is-context'Junio C Hamano
2015-05-27diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXTJeff King
2015-05-06Merge branch 'mm/usage-log-l-can-take-regex'Junio C Hamano
2015-05-06Merge branch 'sb/line-log-plug-pairdiff-leak'Junio C Hamano
2015-04-20log -L: improve error message on malformed argumentMatthieu Moy
2015-03-31line-log.c: fix a memleakStefan Beller
2015-01-15line-log.c: make line_log_data_init() staticJunio C Hamano
2014-11-06Merge branch 'tm/line-log-first-parent'Junio C Hamano
2014-11-04line-log: fix crash when --first-parent is usedTzvetan Mikov
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-07-17use commit_list_count() to count the members of commit_listsRené Scharfe
2014-07-08line-log: use commit_list_append() instead of duplicating its codeRené Scharfe
2014-02-05line-log: convert to using diff_tree_sha1()Kirill Smelkov
2013-10-30Merge branch 'nd/magic-pathspec'Junio C Hamano
2013-10-22Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flagsNguyễn Thái Ngọc Duy
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-08-06log: teach -L/RE/ to search from end of previous -L rangeEric Sunshine
2013-08-06line-range: teach -L/RE/ to search relative to anchor pointEric Sunshine
2013-08-06range-set: publish API for re-use by git-blame -LEric Sunshine
2013-08-05log: fix -L bounds checking bugEric Sunshine
2013-07-23line-log: fix "log -LN" crash when N is last line of fileEric Sunshine
2013-07-23range-set: satisfy non-empty ranges invariantEric Sunshine
2013-07-23range-set: fix sort_and_merge_range_set() corner case bugEric Sunshine
2013-07-15line-log: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-07-09range_set: fix coalescing bug when range is a subset of anotherEric Sunshine
2013-04-12log -L: improve comments in process_all_files()Thomas Rast
2013-04-12log -L: store the path instead of a diff_filespecThomas Rast
2013-04-05log -L: fix overlapping input rangesThomas Rast
2013-04-05log -L: check range set invariants when we look it upThomas Rast
2013-03-28Speed up log -L... -MThomas Rast
2013-03-28log -L: :pattern:file syntax to find by funcnameThomas Rast
2013-03-28Implement line-history search (git log -L)Thomas Rast