aboutsummaryrefslogtreecommitdiff
path: root/line-log.c
Commit message (Expand)AuthorAge
* ALLOC_GROW: avoid -Wsign-compare warningsRamsay Jones2017-09-22
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24
|\
| * *.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason2017-06-16
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
* | diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams2017-06-05
* | diff: convert fill_filespec to struct object_idBrandon Williams2017-06-02
|/
* line-log: avoid memory leakJohannes Schindelin2017-05-08
* Merge branch 'vn/line-log-memcpy-size-fix'Junio C Hamano2017-03-12
|\
| * line-log: use COPY_ARRAY to fix mis-sized memcpyVegard Nossum2017-03-06
* | Merge branch 'ax/line-log-range-merge-fix'Junio C Hamano2017-03-12
|\ \
| * | line-log.c: prevent crash during union of too many rangesAllan Xavier2017-03-03
| |/
* | use QSORTRené Scharfe2016-09-29
|/
* Merge branch 'bc/cocci'Junio C Hamano2016-07-19
|\
| * diff: rename struct diff_filespec's sha1_valid memberbrian m. carlson2016-06-28
| * diff: convert struct diff_filespec to struct object_idbrian m. carlson2016-06-28
* | Merge branch 'js/log-to-diffopt-file'Junio C Hamano2016-07-19
|\ \
| * | line-log: respect diffopt's configured output file streamJohannes Schindelin2016-06-24
| |/
* | Merge branch 'jc/deref-tag'Junio C Hamano2016-06-27
|\ \ | |/ |/|
| * blame, line-log: do not loop around deref_tag()Junio C Hamano2016-06-14
* | convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
* | convert manual allocations to argv_arrayJeff King2016-02-22
* | Remove get_object_hash.brian m. carlson2015-11-20
* | Add several uses of get_object_hash.brian m. carlson2015-11-20
|/
* Sync with 2.3.10Junio C Hamano2015-09-28
|\
| * react to errors in xdi_diffJeff King2015-09-28
* | Merge branch 'jk/color-diff-plain-is-context' into maintJunio C Hamano2015-06-25
|\ \
| * | diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXTJeff King2015-05-27
* | | Merge branch 'sb/line-log-plug-pairdiff-leak' into maintJunio C Hamano2015-05-13
|\ \ \
| * | | line-log.c: fix a memleakStefan Beller2015-03-30
| |/ /
* | | Sync with 2.3.8Junio C Hamano2015-05-11
|\ \ \ | | |/ | |/|
| * | log -L: improve error message on malformed argumentMatthieu Moy2015-04-20
| |/
* | line-log.c: make line_log_data_init() staticJunio C Hamano2015-01-15
|/
* Merge branch 'tm/line-log-first-parent'Junio C Hamano2014-11-06
|\
| * line-log: fix crash when --first-parent is usedTzvetan Mikov2014-11-04
* | use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-18
* | use commit_list_count() to count the members of commit_listsRené Scharfe2014-07-17
* | line-log: use commit_list_append() instead of duplicating its codeRené Scharfe2014-07-08
* | line-log: convert to using diff_tree_sha1()Kirill Smelkov2014-02-05
* | Merge branch 'nd/magic-pathspec'Junio C Hamano2013-10-30
|\ \
| * | Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flagsNguyễn Thái Ngọc Duy2013-10-22
* | | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \ \ | |/ /
| * | line-log: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
* | | log: teach -L/RE/ to search from end of previous -L rangeEric Sunshine2013-08-06
* | | line-range: teach -L/RE/ to search relative to anchor pointEric Sunshine2013-08-06
* | | range-set: publish API for re-use by git-blame -LEric Sunshine2013-08-06
* | | log: fix -L bounds checking bugEric Sunshine2013-08-05
| |/ |/|
* | line-log: fix "log -LN" crash when N is last line of fileEric Sunshine2013-07-23
* | range-set: satisfy non-empty ranges invariantEric Sunshine2013-07-23
* | range-set: fix sort_and_merge_range_set() corner case bugEric Sunshine2013-07-23
* | range_set: fix coalescing bug when range is a subset of anotherEric Sunshine2013-07-09
|/