summaryrefslogtreecommitdiff
path: root/line-log.c
AgeCommit message (Expand)Author
2017-03-13Merge branch 'vn/line-log-memcpy-size-fix'Junio C Hamano
2017-03-13Merge branch 'ax/line-log-range-merge-fix'Junio C Hamano
2017-03-06line-log: use COPY_ARRAY to fix mis-sized memcpyVegard Nossum
2017-03-03line-log.c: prevent crash during union of too many rangesAllan Xavier
2016-09-29use QSORTRené Scharfe
2016-07-19Merge branch 'bc/cocci'Junio C Hamano
2016-07-19Merge branch 'js/log-to-diffopt-file'Junio C Hamano
2016-06-28diff: rename struct diff_filespec's sha1_valid memberbrian m. carlson
2016-06-28diff: convert struct diff_filespec to struct object_idbrian m. carlson
2016-06-27Merge branch 'jc/deref-tag'Junio C Hamano
2016-06-24line-log: respect diffopt's configured output file streamJohannes Schindelin
2016-06-14blame, line-log: do not loop around deref_tag()Junio C Hamano
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2016-02-22convert manual allocations to argv_arrayJeff King
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-09-28Sync with 2.3.10Junio C Hamano
2015-09-28react to errors in xdi_diffJeff King
2015-06-25Merge branch 'jk/color-diff-plain-is-context' into maintJunio C Hamano
2015-05-27diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXTJeff King
2015-05-13Merge branch 'sb/line-log-plug-pairdiff-leak' into maintJunio C Hamano
2015-05-11Sync with 2.3.8Junio 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