summaryrefslogtreecommitdiff
path: root/src/revwalk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-111-1/+1
* git_revision -> git_revspecVicent Marti2013-04-151-7/+7
* Is this crazy?Vicent Marti2013-04-151-9/+10
* Change git_revparse to output git_object pointersBen Straub2013-04-151-3/+5
* Deprecate git_revparse_single and _rangelikeBen Straub2013-04-091-8/+6
* revwalk: Parse revision rangesGreg Price2013-04-061-0/+25
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix function name and add real error checkRussell Belfer2012-11-291-2/+3
* Move merge functions to merge.cBen Straub2012-11-271-467/+38
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-1/+1
* revwalk: fix off-by-one errorMichael Schubert2012-09-271-1/+2
* git_mergebase: Constness-Fix for consistencySascha Cunz2012-09-091-1/+1
* Diff iteratorsRussell Belfer2012-09-051-11/+19
* revwalk: refuse push of non-commit objectsMichael Schubert2012-08-271-6/+14
* revwalk: relax the parsing of the commit timenulltoken2012-07-111-7/+24
* revwalk: make git_revwalk_(push|hide)_glob() leverage git_reference_foreach_g...nulltoken2012-06-221-8/+3
* Merge pull request #753 from nulltoken/topic/merge-base-manyVicent Martí2012-06-181-0/+56
|\
| * merge: Expose git_merge_base_many()nulltoken2012-06-071-0/+56
* | Fix fragile commit parsing in revwalkRussell Belfer2012-06-111-15/+21
|/
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-1/+1
* errors: Rename the generic return codesVicent Martí2012-05-181-11/+11