summaryrefslogtreecommitdiff
path: root/src/revwalk.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Always free the parents of a revwalk commitVicent Marti2011-03-221-0/+11
* I broke your bindingsVicent Marti2011-03-201-6/+7
* Fix headers for the new Revision WalkerVicent Marti2011-03-161-1/+2
* Change the Revwalk reset behavior to the old versionVicent Marti2011-03-161-94/+85
* Properly free commit a commit list in revwalkVicent Marti2011-03-161-4/+8
* Rewrite the Revision WalkerVicent Marti2011-03-141-255/+363
* Fix segmentation fault when freeing a repositoryVicent Marti2011-03-051-3/+3
* Implement reference counting for git_objectsVicent Marti2011-03-031-0/+3
* Rewrite git_hashtable internalsVicent Marti2011-02-221-18/+10
* Fix segfault when iterating a revlist backwardsVicent Marti2011-02-181-0/+4
* Make more methods return error codesVicent Marti2011-02-051-5/+9
* Merge branch 'timezone'Vicent Marti2010-12-181-2/+2
|\
| * Rename 'git_person' to 'git_signature'Vicent Marti2010-12-181-2/+2
* | Fix initialization & freeing of inexistent reposVicent Marti2010-12-131-0/+12
|/
* Commit parents now use the common 'vector' codeVicent Marti2010-12-021-4/+7
* Improve error handlingVicent Marti2010-11-051-14/+16
* Add getter methods for object ownersVicent Marti2010-10-291-0/+6
* Add setter methods & write support for git_commitVicent Marti2010-09-201-7/+0
* Redesigned the walking/object lookup interfaceVicent Marti2010-08-121-107/+337
* Add external API to access detailed commit attributesVicent Marti2010-07-151-4/+5
* Add support for tree objects in revision poolsVicent Marti2010-07-151-0/+3
* Changed revpool's object table to support arbitrary objectsVicent Marti2010-07-151-9/+21
* Fixed memory leaks in test suiteVicent Marti2010-07-101-0/+1