summaryrefslogtreecommitdiff
path: root/src/diff_stats.c
Commit message (Expand)AuthorAgeFilesLines
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-1/+1
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-28/+39
* diff: use GIT_ASSERTEdward Thomson2020-11-271-5/+7
* diff stats: fix segfaults with new filesDrew DeVault2020-09-161-5/+6
* tree-wide: mark local functions as staticPatrick Steinhardt2020-06-091-6/+6
* blob: use `git_object_size_t` for object sizeEdward Thomson2019-11-221-1/+1
* blob: validate that blob sizes fit in a size_tEdward Thomson2019-01-251-2/+3
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-1/+1
* diff_stats: use git's formatting of renames with common directoriesPatrick Steinhardt2018-10-041-4/+18
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* Merge branch 'pr/3809'Edward Thomson2016-10-091-10/+18
|\
| * make git_diff_stats_to_buf not show 0 insertions or 0 deletionsSim Domingo2016-10-091-10/+18
* | patch: `patch_diff` -> `patch_generated`Edward Thomson2016-05-261-1/+1
* | patch: abstract patches into diff'ed and parsedEdward Thomson2016-05-261-2/+3
|/
* Don't scale diff stat when not neededRussell Belfer2014-05-121-0/+2
* Replace math fns with simpler integer mathrb/note-git-diff-index-behaviorRussell Belfer2014-04-221-11/+23
* Use git_diff_get_stats in example/diff + refactorRussell Belfer2014-04-221-160/+139
* Introduce git_diff_get_stats, git_diff_stats_files_changed, git_diff_stats_in...Jacques Germishuys2014-04-151-0/+343