summaryrefslogtreecommitdiff
path: root/src/revwalk.c
Commit message (Expand)AuthorAgeFilesLines
* revwalk: update error message for clarityEdward Thomson2019-05-121-1/+1
* revwalk: fix memory leak in error handlingHeiko Voigt2019-05-101-1/+2
* git_revwalk_push_range: do not crash if range is missingHeiko Voigt2019-05-031-0/+6
* oidmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-151-5/+2
* oidmap: introduce high-level getter for valuesPatrick Steinhardt2019-02-151-3/+2
* maps: use uniform lifecycle management functionsPatrick Steinhardt2019-02-151-2/+2
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-10/+10
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-2/+2
* Merge pull request #4888 from TheBB/add-cbPatrick Steinhardt2018-11-291-7/+3
|\
| * revwalk: Allow changing hide_cbEivind Fonn2018-11-281-7/+3
* | khash: remove intricate knowledge of khash typesPatrick Steinhardt2018-11-281-1/+1
|/
* revwalk: only check the first commit in the list for an earlier timestampcmn/revwalk-sign-regressionCarlos Martín Nieto2018-09-171-2/+8
* revwalk: use the max value for a signed integerCarlos Martín Nieto2018-09-171-1/+1
* revwalk: The left operand of '<' is a garbage valueEtienne Samson2018-08-211-1/+1
* revwalk: remove tautologic condition for hiding a commitJulian Ganz2018-07-291-2/+2
* Clear revwalk sorting when resettingNika Layzell2018-06-221-2/+3
* Merge pull request #4606 from libgit2/cmn/revwalk-iterationEdward Thomson2018-06-181-9/+42
|\
| * revwalk: formatting updatescmn/revwalk-iterationEdward Thomson2018-06-181-17/+17
| * revwalk: remove one useless layer of functionsCarlos Martín Nieto2018-04-111-32/+17
| * revwalk: avoid walking the entire history when output is unsortedCarlos Martín Nieto2018-04-011-9/+57
* | Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* | revwalk: fix uninteresting revs sometimes not limiting graphwalkPatrick Steinhardt2018-04-121-24/+9
|/
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+2
* Skip uninteresting commits in revwalk timesort iteratorAdam Niedzielski2017-03-091-3/+6
* oidmap: remove GIT__USE_OIDMAP macroPatrick Steinhardt2017-02-171-2/+0
* khash: avoid using `kh_key`/`kh_val` as lvaluePatrick Steinhardt2017-02-171-1/+1
* khash: avoid using `kh_put` directlyPatrick Steinhardt2017-02-171-1/+1
* khash: avoid using `kh_val`/`kh_value` directlyPatrick Steinhardt2017-02-171-2/+2
* khash: avoid using `kh_get` directlyPatrick Steinhardt2017-02-171-1/+1
* khash: avoid using `kh_end` directlyPatrick Steinhardt2017-02-171-1/+1
* khash: avoid using `kh_foreach`/`kh_foreach_value` directlyPatrick Steinhardt2017-02-171-1/+1
* giterr_set: consistent error messagesEdward Thomson2016-12-291-3/+3
* revwalk: do not re-declare `commit` variablePatrick Steinhardt2016-12-121-1/+1
* revwalk: don't show commits that become uninteresting after being enqueuedcmn/walk-limit-enoughCarlos Martín Nieto2016-10-061-8/+13
* revwalk: update the description for the default sortingCarlos Martín Nieto2016-10-061-4/+0
* revwalk: remove a useless enqueueing phase for topological and default sortingCarlos Martín Nieto2016-10-061-23/+22
* revwalk: get rid of obsolete marking codeCarlos Martín Nieto2016-10-061-122/+9
* revwalk: style changeCarlos Martín Nieto2016-10-061-4/+2
* revwalk: port over the topological sortingCarlos Martín Nieto2016-10-061-47/+107
* revwalk: get closer to gitCarlos Martín Nieto2016-10-061-43/+174
* revwalk: use GITERR_CHECK_ALLOC_BUFPatrick Steinhardt2016-02-231-2/+1
* pool: Simplify implementationVicent Marti2015-10-281-4/+2
* Remove extra semicolon outside of a functionStefan Widgren2015-07-311-1/+1
* Merge pull request #3042 from libgit2/cmn/odd-slowdownEdward Thomson2015-04-161-2/+22
|\
| * revwalk: detect when we're out of interesting commitscmn/odd-slowdownCarlos Martín Nieto2015-04-141-2/+22
* | revwalk: don't insert uninteresting commits into the queueCarlos Martín Nieto2015-04-081-0/+4
|/
* Reorder some khash declarationsCarlos Martín Nieto2015-03-111-0/+2
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-5/+1
* peel: reject bad queries with EINVALIDSPECcmn/peeling-errorsCarlos Martín Nieto2014-11-221-1/+1
* revwalk: clear first-parent flag on resetcmn/revwalk-merge-baseCarlos Martín Nieto2014-10-081-0/+1