Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2018-12-01object_type: use new enumeration namesEdward Thomson
2018-11-29Merge pull request #4888 from TheBB/add-cbPatrick Steinhardt
2018-11-28khash: remove intricate knowledge of khash typesPatrick Steinhardt
2018-11-28revwalk: Allow changing hide_cbEivind Fonn
2018-09-17revwalk: only check the first commit in the list for an earlier timestampCarlos Martín Nieto
2018-09-17revwalk: use the max value for a signed integerCarlos Martín Nieto
2018-08-21revwalk: The left operand of '<' is a garbage valueEtienne Samson
2018-07-29revwalk: remove tautologic condition for hiding a commitJulian Ganz
2018-06-22Clear revwalk sorting when resettingNika Layzell
2018-06-18Merge pull request #4606 from libgit2/cmn/revwalk-iterationEdward Thomson
2018-06-18revwalk: formatting updatesEdward Thomson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-04-12revwalk: fix uninteresting revs sometimes not limiting graphwalkPatrick Steinhardt
2018-04-12revwalk: remove one useless layer of functionsCarlos Martín Nieto
2018-04-01revwalk: avoid walking the entire history when output is unsortedCarlos Martín Nieto
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-03-09Skip uninteresting commits in revwalk timesort iteratorAdam Niedzielski
2017-02-17oidmap: remove GIT__USE_OIDMAP macroPatrick Steinhardt
2017-02-17khash: avoid using `kh_key`/`kh_val` as lvaluePatrick Steinhardt
2017-02-17khash: avoid using `kh_put` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_val`/`kh_value` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_get` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_end` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_foreach`/`kh_foreach_value` directlyPatrick Steinhardt
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-12-12revwalk: do not re-declare `commit` variablePatrick Steinhardt
2016-10-06revwalk: don't show commits that become uninteresting after being enqueuedCarlos Martín Nieto
2016-10-06revwalk: update the description for the default sortingCarlos Martín Nieto
2016-10-06revwalk: remove a useless enqueueing phase for topological and default sortingCarlos Martín Nieto
2016-10-06revwalk: get rid of obsolete marking codeCarlos Martín Nieto
2016-10-06revwalk: style changeCarlos Martín Nieto
2016-10-06revwalk: port over the topological sortingCarlos Martín Nieto
2016-10-06revwalk: get closer to gitCarlos Martín Nieto
2016-02-23revwalk: use GITERR_CHECK_ALLOC_BUFPatrick Steinhardt
2015-10-28pool: Simplify implementationVicent Marti
2015-07-31Remove extra semicolon outside of a functionStefan Widgren
2015-04-17Merge pull request #3042 from libgit2/cmn/odd-slowdownEdward Thomson
2015-04-14revwalk: detect when we're out of interesting commitsCarlos Martín Nieto
2015-04-09revwalk: don't insert uninteresting commits into the queueCarlos Martín Nieto
2015-03-11Reorder some khash declarationsCarlos Martín Nieto
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2014-11-22peel: reject bad queries with EINVALIDSPECCarlos Martín Nieto
2014-10-08revwalk: clear first-parent flag on resetCarlos Martín Nieto
2014-10-08revwalk: catch no-push and no-hide casesCarlos Martín Nieto
2014-10-08revwalk: mark uninteresting only up to the common ancestorsCarlos Martín Nieto
2014-10-08revwalk: keep a single list of user inputsCarlos Martín Nieto
2014-10-08revwalk: clear the flags on resetCarlos Martín Nieto
2014-07-24revwalk: remove preallocation of the uninteresting commitsCarlos Martín Nieto
2014-06-11revwalk: more sensible array handlingCarlos Martín Nieto