summaryrefslogtreecommitdiff
path: root/src/revwalk.c
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one like in 8060cdc93cc185e9a71c1aa17091dc0a5ab14457 of upstreamHEADfixupsDaniel Silverstone2014-05-291-2/+2
* 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 codesVicent 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
* repository: Change ownership semanticsVicent Marti2011-11-261-1/+10
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-7/+7
* config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken2011-09-221-1/+1
* Merge pull request #384 from kiryl/warningsVicent Martí2011-09-181-3/+3
|\
| * CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov2011-08-301-3/+3
* | Cleanup legal dataVicent Marti2011-09-191-21/+3
|/
* Drop STRLEN() macrosKirill A. Shutemov2011-08-251-4/+4
* revwalk: fix cast warningKirill A. Shutemov2011-07-251-2/+1
* revwalk: Properly mark uninteresting commitsVicent Marti2011-07-061-8/+6
* revwalk: Do not set error string on revwalk overVicent Marti2011-06-241-4/+7
* oid: Rename methodsVicent Marti2011-06-161-1/+1
* revwalk.c: Move to new error handling mechanismJakob Pfender2011-05-231-12/+12
* Do not set error message on `GIT_EREVWALKOVER`Vicent Marti2011-05-151-3/+3
* Move revwalk.c to the new error handlingschu2011-05-111-10/+10
* Fix -Wunused-but-set-variable warningsschu2011-04-261-2/+2
* Properly check `strtol` for errorsVicent Marti2011-04-091-2/+3