summaryrefslogtreecommitdiff
path: root/src/revwalk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* revwalk: catch no-push and no-hide casesCarlos Martín Nieto2014-10-081-10/+14
* revwalk: mark uninteresting only up to the common ancestorsCarlos Martín Nieto2014-10-081-1/+73
* revwalk: keep a single list of user inputsCarlos Martín Nieto2014-10-081-24/+20
* revwalk: clear the flags on resetCarlos Martín Nieto2014-10-081-0/+1
* revwalk: remove preallocation of the uninteresting commitsCarlos Martín Nieto2014-07-241-3/+0
* revwalk: more sensible array handlingcmn/revwalk-array-fixCarlos Martín Nieto2014-06-111-2/+2
* No need to find merge base.Anurag Gupta2014-03-311-35/+17
* Conforming to libgit2 coding style.Anurag Gupta2014-03-241-4/+1
* Remove unused push_cb_dataAnurag Gupta2014-03-241-5/+0
* Callback to hide commits in revision walker.Anurag Gupta2014-03-241-0/+28
* revwalk: don't try to find merge bases when there can be noneCarlos Martín Nieto2014-03-201-4/+14
* Merge pull request #2100 from libgit2/rb/update-pqueueVicent Marti2014-02-071-1/+2
|\
| * Convert pqueue to just be a git_vectorRussell Belfer2014-02-041-1/+1
| * Replace pqueue with code from hashsig heapRussell Belfer2014-02-031-2/+3
* | revwalk: remove usage of foreachCarlos Martín Nieto2014-02-051-11/+14
* | revwalk: ignore wrong object type in glob pushesCarlos Martín Nieto2014-02-051-12/+16
* | revwalk: accept committish objectsCarlos Martín Nieto2014-02-051-8/+13
|/
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-7/+1
* Further EUSER and error propagation fixesRussell Belfer2013-12-111-8/+13
* Remove regex usage from places that don't need itRussell Belfer2013-09-231-29/+14
* revwalk: allow simplifying by first-parentCarlos Martín Nieto2013-09-091-4/+18
* revwalk: make mark_unintersting use a loopCarlos Martín Nieto2013-09-061-10/+32