summaryrefslogtreecommitdiff
path: root/src/commit_list.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4445 from tiennou/shallow/dry-commit-parsingPatrick Steinhardt2019-10-031-76/+28
|\
| * commit_list: store in/out-degrees as uint16_tPatrick Steinhardt2019-10-031-1/+7
| * commit_list: unify commit information parsingEtienne Samson2019-10-031-77/+23
* | commit_list: fix possible buffer overflow in `commit_quick_parse`Patrick Steinhardt2019-08-131-2/+6
* | pool: use `size_t` for sizesEdward Thomson2019-06-241-1/+1
|/
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-3/+3
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-1/+1
* commit_list: avoid use of strtol64 without length limitPatrick Steinhardt2018-10-181-1/+3
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+1
* giterr_set: consistent error messagesEdward Thomson2016-12-291-2/+2
* commit_list: fix the date comparison functionCarlos Martín Nieto2016-10-061-3/+8
* pool: Dot not assume mallocs are zeroed outVicent Marti2015-10-281-1/+1
* revwalk: make commit list use 64 bits for timecmn/quick-parse-64Carlos Martín Nieto2015-10-141-3/+3
* Spelling fixesWill Stamper2014-12-041-1/+1
* Replace pqueue with code from hashsig heapRussell Belfer2014-02-031-3/+3
* Prefer younger merge bases over older ones.Arthur Schreiber2013-06-251-1/+1
* Use git_odb_object_data/_size whereever possibleRussell Belfer2013-04-221-5/+8
* What has science done.Vicent Marti2013-04-221-6/+9
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix error condition typoScott J. Goldman2012-11-291-1/+1
* Fix function name and add real error checkRussell Belfer2012-11-291-3/+7
* Move merge functions to merge.cBen Straub2012-11-271-0/+190