summaryrefslogtreecommitdiff
path: root/src/blame.c
Commit message (Expand)AuthorAgeFilesLines
* diff: introduce binary diff callbacksEdward Thomson2015-06-121-2/+2
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-2/+26
* Several CppCat warnings fixedArkady Shapkin2014-09-031-1/+0
* Make init_options fns use unsigned ints and macroRussell Belfer2014-05-021-9/+4
* blame: Fix compare function's data typesJiri Pospisil2014-03-071-6/+9
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+12
* Some fixes for Windows x64 warningsRussell Belfer2014-01-301-1/+1
* Align git_signature_dup.Arthur Schreiber2014-01-141-4/+4
* Fix a double free issue in `git_blame__alloc`.Arthur Schreiber2014-01-131-1/+0
* Add orig_commit.XTao2014-01-081-2/+4
* Cleanups, renames, and leak fixesRussell Belfer2013-12-121-1/+1
* Add git_vector_free_allRussell Belfer2013-12-111-4/+1
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-9/+15
* blame.c: Remove unnecessary error-check and gotoPaul Holden2013-12-051-2/+0
* Don't leak memory when duplicating a NULL signatureBen Straub2013-11-121-4/+2
* Fix buffer blame with new lines at end of fileBen Straub2013-11-121-9/+6
* Duplicate all fields of a blame hunkBen Straub2013-11-121-0/+5
* Blame: change signature to be more binding-friendlyBen Straub2013-11-051-1/+1
* Fix MSVC 64-bit warningsBen Straub2013-11-051-9/+9
* Adjust for diff API changesBen Straub2013-10-281-15/+8
* Move flag dependencies into docs and code.Ben Straub2013-10-101-0/+8
* Include signatures in blame hunksBen Straub2013-10-101-0/+4
* Clean up ported codeBen Straub2013-09-211-16/+8
* Simplify blob loading logicBen Straub2013-09-211-22/+17
* Clean up old methods, format long linesBen Straub2013-09-211-54/+71
* git_blame is a scoreboardBen Straub2013-09-211-18/+16
* Trim fat from git_blame structBen Straub2013-09-201-11/+0
* Add typedefs for internal structsBen Straub2013-09-201-7/+7
* Detect boundaries, support limiting commit rangeBen Straub2013-09-201-0/+1
* blame: allow restriction to line rangeBen Straub2013-09-191-0/+11
* Stop being crazy about freeing memoryBen Straub2013-09-191-26/+2
* Port blame from git.gitBen Straub2013-09-161-0/+492