summaryrefslogtreecommitdiff
path: root/src/revwalk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* really reset walker with git_revwalk_resetNico von Geyso2012-05-151-0/+3
* Remove old and unused error codesVicent Martí2012-05-021-1/+1
* Fix Win32 warningsRussell Belfer2012-04-261-1/+1
* Merge pull request #642 from arrbee/mem-poolsRussell Belfer2012-04-251-73/+32
|\
| * Rename git_khash_str to git_strmap, etc.Russell Belfer2012-04-251-5/+5
| * Convert hashtable usage over to khashRussell Belfer2012-04-251-21/+17
| * Convert revwalk to use git_poolRussell Belfer2012-04-251-53/+16
* | revwalk: return GIT_EREVWALKER earlier if no references were pushedCarlos Martín Nieto2012-04-251-0/+7
|/
* Rename to git_reference_name_to_oidRussell Belfer2012-04-231-1/+1
* Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-39/+36
* Add git_reference_lookup_oid and lookup_resolvedRussell Belfer2012-04-171-12/+3
* error-handling: revwalkCarlos Martín Nieto2012-04-121-100/+104
* Move git_merge_base() to is own header and document itCarlos Martín Nieto2012-04-121-0/+1
* revwalk: use a priority queue for calculating merge basesCarlos Martín Nieto2012-04-121-37/+36
* revwalk: use merge bases to speed up processingCarlos Martín Nieto2012-04-121-2/+39
* Implement git_merge_base()Carlos Martín Nieto2012-04-121-9/+167
* revwalk: allow pushing/hiding a reference by nameCarlos Martín Nieto2012-04-121-38/+33
* revwalk: don't assume malloc succeedsCarlos Martín Nieto2012-04-121-3/+9
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-4/+2
* revwalk: add convenience function to push/hide HEADCarlos Martín Nieto2012-02-271-0/+33
* revwalk: introduce pushing and hiding by globCarlos Martín Nieto2012-02-271-0/+87
* Update Copyright headerschu2012-02-131-1/+1
* revwalk: unmark commits as uninteresting on resetCarlos Martín Nieto2012-02-071-0/+1
* Rename all `_close` methodsVicent Marti2011-11-261-2/+2