summaryrefslogtreecommitdiff
path: root/src/revwalk.h
Commit message (Expand)AuthorAgeFilesLines
* smart: implement by-date insertion when revwalkingEtienne Samson2019-08-231-0/+1
* revwalk: expose more ways of scheduling commitsEtienne Samson2019-08-231-0/+19
* revwalk: avoid walking the entire history when output is unsortedCarlos Martín Nieto2018-04-011-1/+2
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* Reorder some khash declarationsCarlos Martín Nieto2015-03-111-1/+1
* Remove extra semicolon outside of a functionStefan Widgren2015-02-151-1/+1
* revwalk: catch no-push and no-hide casesCarlos Martín Nieto2014-10-081-1/+3
* revwalk: keep a single list of user inputsCarlos Martín Nieto2014-10-081-3/+2
* No need to find merge base.Anurag Gupta2014-03-311-2/+1
* Callback to hide commits in revision walker.Anurag Gupta2014-03-241-0/+4
* revwalk: don't try to find merge bases when there can be noneCarlos Martín Nieto2014-03-201-1/+2
* revwalk: allow simplifying by first-parentCarlos Martín Nieto2013-09-091-1/+2
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix function name and add real error checkRussell Belfer2012-11-291-1/+1
* Move merge functions to merge.cBen Straub2012-11-271-0/+44
* Fix headers for the new Revision WalkerVicent Marti2011-03-161-11/+0
* Rewrite the Revision WalkerVicent Marti2011-03-141-56/+0
* Change the library include fileVicent Marti2010-12-061-2/+2
* Redesigned the walking/object lookup interfaceVicent Marti2010-08-121-8/+50
* Changed revpool's object table to support arbitrary objectsVicent Marti2010-07-151-1/+3
* msvc: Fix an "conversion, loss of data" compiler warningRamsay Jones2010-06-021-1/+1
* Added new error codes. Improved error handling.Vicent Marti2010-06-021-1/+1
* Fixed brace placement and converted spaces to tabs.Vicent Marti2010-06-021-6/+6
* Add external API for revision sorting.Vicent Marti2010-06-021-5/+3
* Add commit caching on the commit table.Vicent Marti2010-06-021-2/+11
* Changed 'git_commit_list' from a linked list to a doubly-linked list.Vicent Marti2010-06-021-2/+2
* Add arbritrary ordering revision walking.Vicent Marti2010-06-021-1/+0
* Split git_commit_lookup into separate functions.Vicent Marti2010-06-021-0/+1
* Add commit parents to parsed commits and commit lists to the revpool.Vicent Marti2010-06-021-0/+5
* Remove unnecessary import of stdlib.h from revwalk.hShawn O. Pearce2008-12-301-1/+0
* Rename git_revpool_* functions gitrp_*Andreas Ericsson2008-11-221-0/+12