Age | Commit message (Expand) | Author | Files | Lines |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -4/+2 |
2017-06-16 | *.[ch] refactoring: make use of the FREE_AND_NULL() macro | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-05 | diff-tree: convert diff_tree_sha1 to struct object_id | Brandon Williams | 1 | -2/+2 |
2017-06-02 | diff: convert fill_filespec to struct object_id | Brandon Williams | 1 | -3/+3 |
2017-05-08 | line-log: avoid memory leak | Johannes Schindelin | 1 | -0/+1 |
2017-03-12 | Merge branch 'vn/line-log-memcpy-size-fix' | Junio C Hamano | 1 | -1/+2 |
2017-03-12 | Merge branch 'ax/line-log-range-merge-fix' | Junio C Hamano | 1 | -8/+7 |
2017-03-06 | line-log: use COPY_ARRAY to fix mis-sized memcpy | Vegard Nossum | 1 | -1/+2 |
2017-03-03 | line-log.c: prevent crash during union of too many ranges | Allan Xavier | 1 | -8/+7 |
2016-09-29 | use QSORT | René Scharfe | 1 | -1/+1 |
2016-07-19 | Merge branch 'bc/cocci' | Junio C Hamano | 1 | -6/+6 |
2016-07-19 | Merge branch 'js/log-to-diffopt-file' | Junio C Hamano | 1 | -17/+17 |
2016-06-28 | diff: rename struct diff_filespec's sha1_valid member | brian m. carlson | 1 | -5/+5 |
2016-06-28 | diff: convert struct diff_filespec to struct object_id | brian m. carlson | 1 | -1/+1 |
2016-06-27 | Merge branch 'jc/deref-tag' | Junio C Hamano | 1 | -2/+1 |
2016-06-24 | line-log: respect diffopt's configured output file stream | Johannes Schindelin | 1 | -17/+17 |
2016-06-14 | blame, line-log: do not loop around deref_tag() | Junio C Hamano | 1 | -2/+1 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -4/+4 |
2016-02-22 | convert manual allocations to argv_array | Jeff King | 1 | -13/+9 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -3/+3 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -3/+3 |
2015-09-28 | Sync with 2.3.10 | Junio C Hamano | 1 | -3/+4 |
2015-09-28 | react to errors in xdi_diff | Jeff King | 1 | -3/+4 |
2015-06-25 | Merge branch 'jk/color-diff-plain-is-context' into maint | Junio C Hamano | 1 | -3/+3 |
2015-05-27 | diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXT | Jeff King | 1 | -3/+3 |
2015-05-13 | Merge branch 'sb/line-log-plug-pairdiff-leak' into maint | Junio C Hamano | 1 | -0/+1 |
2015-05-11 | Sync with 2.3.8 | Junio C Hamano | 1 | -1/+1 |
2015-04-20 | log -L: improve error message on malformed argument | Matthieu Moy | 1 | -1/+1 |
2015-03-30 | line-log.c: fix a memleak | Stefan Beller | 1 | -0/+1 |
2015-01-15 | line-log.c: make line_log_data_init() static | Junio C Hamano | 1 | -1/+1 |
2014-11-06 | Merge branch 'tm/line-log-first-parent' | Junio C Hamano | 1 | -0/+3 |
2014-11-04 | line-log: fix crash when --first-parent is used | Tzvetan Mikov | 1 | -0/+3 |
2014-09-18 | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 1 | -1/+1 |
2014-07-17 | use commit_list_count() to count the members of commit_lists | René Scharfe | 1 | -12/+1 |
2014-07-08 | line-log: use commit_list_append() instead of duplicating its code | René Scharfe | 1 | -3/+1 |
2014-02-05 | line-log: convert to using diff_tree_sha1() | Kirill Smelkov | 1 | -24/+2 |
2013-10-30 | Merge branch 'nd/magic-pathspec' | Junio C Hamano | 1 | -1/+2 |
2013-10-22 | Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flags | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -1/+1 |
2013-08-06 | log: teach -L/RE/ to search from end of previous -L range | Eric Sunshine | 1 | -3/+12 |
2013-08-06 | line-range: teach -L/RE/ to search relative to anchor point | Eric Sunshine | 1 | -1/+1 |
2013-08-06 | range-set: publish API for re-use by git-blame -L | Eric Sunshine | 1 | -5/+5 |
2013-08-05 | log: fix -L bounds checking bug | Eric Sunshine | 1 | -2/+2 |
2013-07-23 | line-log: fix "log -LN" crash when N is last line of file | Eric Sunshine | 1 | -0/+1 |
2013-07-23 | range-set: satisfy non-empty ranges invariant | Eric Sunshine | 1 | -0/+2 |
2013-07-23 | range-set: fix sort_and_merge_range_set() corner case bug | Eric Sunshine | 1 | -3/+3 |
2013-07-15 | line-log: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-07-09 | range_set: fix coalescing bug when range is a subset of another | Eric Sunshine | 1 | -1/+2 |
2013-04-12 | log -L: improve comments in process_all_files() | Thomas Rast | 1 | -3/+16 |