summaryrefslogtreecommitdiff
path: root/line-log.c
Commit message (Expand)AuthorAgeFilesLines
* line-log.c: fix a memleaksb/line-log-plug-pairdiff-leakStefan Beller2015-03-301-0/+1
* Merge branch 'tm/line-log-first-parent'Junio C Hamano2014-11-061-0/+3
|\
| * line-log: fix crash when --first-parent is usedtm/line-log-first-parentTzvetan Mikov2014-11-041-0/+3
* | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-181-1/+1
* | use commit_list_count() to count the members of commit_listsRené Scharfe2014-07-171-12/+1
* | line-log: use commit_list_append() instead of duplicating its codeRené Scharfe2014-07-081-3/+1
* | line-log: convert to using diff_tree_sha1()Kirill Smelkov2014-02-051-24/+2
* | Merge branch 'nd/magic-pathspec'Junio C Hamano2013-10-301-1/+2
|\ \
| * | Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flagsNguyễn Thái Ngọc Duy2013-10-221-1/+2
* | | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-1/+1
|\ \ \ | |/ /
| * | line-log: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
* | | log: teach -L/RE/ to search from end of previous -L rangeEric Sunshine2013-08-061-3/+12
* | | line-range: teach -L/RE/ to search relative to anchor pointEric Sunshine2013-08-061-1/+1
* | | range-set: publish API for re-use by git-blame -LEric Sunshine2013-08-061-5/+5
* | | log: fix -L bounds checking bugEric Sunshine2013-08-051-2/+2
| |/ |/|
* | line-log: fix "log -LN" crash when N is last line of filees/line-log-further-fixesEric Sunshine2013-07-231-0/+1
* | range-set: satisfy non-empty ranges invariantEric Sunshine2013-07-231-0/+2
* | range-set: fix sort_and_merge_range_set() corner case bugEric Sunshine2013-07-231-3/+3
* | range_set: fix coalescing bug when range is a subset of anotheres/overlapping-range-setEric Sunshine2013-07-091-1/+2
|/
* log -L: improve comments in process_all_files()Thomas Rast2013-04-121-3/+16
* log -L: store the path instead of a diff_filespecThomas Rast2013-04-121-21/+24
* log -L: fix overlapping input rangesThomas Rast2013-04-051-7/+10
* log -L: check range set invariants when we look it upThomas Rast2013-04-051-0/+26
* Speed up log -L... -MThomas Rast2013-03-281-4/+52
* log -L: :pattern:file syntax to find by funcnameThomas Rast2013-03-281-2/+3
* Implement line-history search (git log -L)Thomas Rast2013-03-281-0/+1179