summaryrefslogtreecommitdiff
path: root/src/blame.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: do not compile deprecated functions with hard deprecationPatrick Steinhardt2020-06-091-0/+2
* Fix segfault when calling git_blame_buffer()lhchavez2020-03-231-1/+1
* blame: use a size_t for the bufferEdward Thomson2019-11-221-2/+9
* oid: `is_zero` instead of `iszero`Edward Thomson2019-06-161-2/+2
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-1/+6
* blame: make hunk_cmp handle unsigned differencesEdward Thomson2019-01-251-1/+6
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-9/+9
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-1/+1
* blame: check error code when loading the mailmapEtienne Samson2018-07-061-2/+5
* mailmap: Rewrite API to support accurate mailmap resolutionNika Layzell2018-06-141-1/+1
* mailmap: Fix more bugs which snuck in when I rebasedNika Layzell2018-06-141-0/+1
* mailmap: Integrate mailmaps with blame and signaturesNika Layzell2018-06-141-4/+10
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+1
* blame: handle error when resoling HEAD in normalize_optionsPatrick Steinhardt2016-03-111-3/+8
* blame: use size_t for line counts in git_blame_hunkPatrick Steinhardt2015-12-011-12/+12
* blame: guard xdiff calls for large filesEdward Thomson2015-10-051-1/+1
* 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