summaryrefslogtreecommitdiff
path: root/src/blame_git.c
Commit message (Expand)AuthorAgeFilesLines
* blame_git: fix coalescing step never being executedPatrick Steinhardt2018-03-281-5/+8
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+1
* blame_git: check return value of `git__calloc`Patrick Steinhardt2017-04-041-3/+4
* blame_git: remove spuriuous gotoPatrick Steinhardt2017-03-241-1/+0
* blame_git: check return value of object lookupPatrick Steinhardt2017-03-211-5/+9
* blame: do not decrement commit refcount in make_originPatrick Steinhardt2016-06-291-8/+18
* blame_git: handle error returned by `git_commit_parent`Patrick Steinhardt2016-03-111-1/+2
* blame: use size_t for line counts in git_blame__entryPatrick Steinhardt2015-12-011-16/+22
* blame: guard xdiff calls for large filesEdward Thomson2015-10-051-7/+27
* xdiff: upgrade to core git 2.4.5Edward Thomson2015-07-071-15/+10
* Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-131-5/+5
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-2/+6
* Reset num_parents to 1 only for merge commitsJuan Rubén2014-02-261-1/+1
* Add option to limit blame to first parentJuan Rubén2014-02-231-2/+4
* Fix MSVC 64-bit warningsBen Straub2013-11-051-1/+1
* Adjust for diff API changesBen Straub2013-10-281-11/+11
* :heart: boolBen Straub2013-10-281-1/+1
* Blame: minor cleanupBen Straub2013-09-251-3/+4
* Clean up ported codeBen Straub2013-09-211-102/+121
* git_blame is a scoreboardBen Straub2013-09-211-49/+50
* Add typedefs for internal structsBen Straub2013-09-201-53/+57
* Detect boundaries, support limiting commit rangeBen Straub2013-09-201-3/+12
* Check errors from libgit2 callsBen Straub2013-09-171-13/+10
* Port blame from git.gitBen Straub2013-09-161-0/+591