summaryrefslogtreecommitdiff
path: root/src/revwalk.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typosDimitris Apostolou2022-01-051-1/+1
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-6/+6
* revspec: rename git_revparse_mode_t to git_revspec_tethomson/revparseEdward Thomson2021-01-311-1/+1
* revwalk: use GIT_ASSERTEdward Thomson2020-11-271-14/+31
* git_pool_init: handle failure casesethomson/poolinitEdward Thomson2020-06-011-5/+3
* push: check error code returned by `git_revwalk_hide`Patrick Steinhardt2020-02-071-1/+1
* revwalk functions: return an intEdward Thomson2020-01-241-3/+8
* smart: implement by-date insertion when revwalkingEtienne Samson2019-08-231-1/+3
* revwalk: expose more ways of scheduling commitsEtienne Samson2019-08-231-18/+46
* revwalk: update error message for clarityEdward Thomson2019-05-121-1/+1
* revwalk: fix memory leak in error handlingHeiko Voigt2019-05-101-1/+2
* git_revwalk_push_range: do not crash if range is missingHeiko Voigt2019-05-031-0/+6
* oidmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-151-5/+2
* oidmap: introduce high-level getter for valuesPatrick Steinhardt2019-02-151-3/+2
* maps: use uniform lifecycle management functionsPatrick Steinhardt2019-02-151-2/+2
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-10/+10
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-2/+2
* Merge pull request #4888 from TheBB/add-cbPatrick Steinhardt2018-11-291-7/+3
|\
| * revwalk: Allow changing hide_cbEivind Fonn2018-11-281-7/+3
* | khash: remove intricate knowledge of khash typesPatrick Steinhardt2018-11-281-1/+1
|/
* revwalk: only check the first commit in the list for an earlier timestampcmn/revwalk-sign-regressionCarlos Martín Nieto2018-09-171-2/+8
* revwalk: use the max value for a signed integerCarlos Martín Nieto2018-09-171-1/+1
* revwalk: The left operand of '<' is a garbage valueEtienne Samson2018-08-211-1/+1
* revwalk: remove tautologic condition for hiding a commitJulian Ganz2018-07-291-2/+2
* Clear revwalk sorting when resettingNika Layzell2018-06-221-2/+3
* Merge pull request #4606 from libgit2/cmn/revwalk-iterationEdward Thomson2018-06-181-9/+42
|\
| * revwalk: formatting updatescmn/revwalk-iterationEdward Thomson2018-06-181-17/+17
| * revwalk: remove one useless layer of functionsCarlos Martín Nieto2018-04-111-32/+17
| * revwalk: avoid walking the entire history when output is unsortedCarlos Martín Nieto2018-04-011-9/+57
* | Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* | revwalk: fix uninteresting revs sometimes not limiting graphwalkPatrick Steinhardt2018-04-121-24/+9
|/
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+2
* Skip uninteresting commits in revwalk timesort iteratorAdam Niedzielski2017-03-091-3/+6
* oidmap: remove GIT__USE_OIDMAP macroPatrick Steinhardt2017-02-171-2/+0
* khash: avoid using `kh_key`/`kh_val` as lvaluePatrick Steinhardt2017-02-171-1/+1
* khash: avoid using `kh_put` directlyPatrick Steinhardt2017-02-171-1/+1
* khash: avoid using `kh_val`/`kh_value` directlyPatrick Steinhardt2017-02-171-2/+2
* khash: avoid using `kh_get` directlyPatrick Steinhardt2017-02-171-1/+1
* khash: avoid using `kh_end` directlyPatrick Steinhardt2017-02-171-1/+1
* khash: avoid using `kh_foreach`/`kh_foreach_value` directlyPatrick Steinhardt2017-02-171-1/+1
* giterr_set: consistent error messagesEdward Thomson2016-12-291-3/+3
* revwalk: do not re-declare `commit` variablePatrick Steinhardt2016-12-121-1/+1
* revwalk: don't show commits that become uninteresting after being enqueuedcmn/walk-limit-enoughCarlos Martín Nieto2016-10-061-8/+13
* revwalk: update the description for the default sortingCarlos Martín Nieto2016-10-061-4/+0
* revwalk: remove a useless enqueueing phase for topological and default sortingCarlos Martín Nieto2016-10-061-23/+22
* revwalk: get rid of obsolete marking codeCarlos Martín Nieto2016-10-061-122/+9
* revwalk: style changeCarlos Martín Nieto2016-10-061-4/+2
* revwalk: port over the topological sortingCarlos Martín Nieto2016-10-061-47/+107
* revwalk: get closer to gitCarlos Martín Nieto2016-10-061-43/+174
* revwalk: use GITERR_CHECK_ALLOC_BUFPatrick Steinhardt2016-02-231-2/+1