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
2015-07-12refdb: delete a ref's reflog upon deletionCarlos Martín Nieto
2015-03-08refdb: use the same id for old and new when renaming a referenceCarlos Martín Nieto
2015-02-15Remove extra semicolon outside of a functionStefan Widgren
2015-02-03Fix branch creation when branch name matches namespace of previously deleted ...Jeff Hostetler
2014-12-16reference_create: validate loose namesEdward Thomson
2014-12-16checkout: disallow bad paths on win32Edward Thomson
2014-09-30Introduce reference transactionsCarlos Martín Nieto
2014-06-02refs: copy the packed refs on iterationCarlos Martín Nieto
2014-05-14Increase use of config snapshotsRussell Belfer
2014-04-26refdb: fix typo and wordingCarlos Martín Nieto
2014-04-01Add efficient git_buf join3 APIRussell Belfer
2014-03-20reflog: remove some dead codeCarlos Martín Nieto
2014-03-20reflog: follow core.logallrefupdatesCarlos Martín Nieto
2014-03-19reflog: handle symref chainsCarlos Martín Nieto
2014-03-19reflog: handle the birth of a branchCarlos Martín Nieto
2014-03-19reflog: simplify the append logicCarlos Martín Nieto
2014-03-19refdb: don't update when there's no needCarlos Martín Nieto
2014-03-18reflog: more comprehensive HEAD testsCarlos Martín Nieto
2014-03-17refs: append to the HEAD reflog when updating the current branchCarlos Martín Nieto
2014-03-07Plug a few leaks in the testsCarlos Martín Nieto
2014-03-06refdb: catch a directory disappearingCarlos Martín Nieto
2014-02-10refs: conditional wording fixupsCarlos Martín Nieto
2014-02-05refs: catch cases where the ref type has changedCarlos Martín Nieto
2014-02-05refs: placeholder conditional deleteCarlos Martín Nieto
2014-02-05refs: factor out old value comparisonCarlos Martín Nieto
2014-02-05refdb: add conditional symbolic updatesCarlos Martín Nieto
2014-02-05refs: fix leak on successful updateCarlos Martín Nieto
2014-02-05refs: return GIT_EMODIFIED if the ref target movedCarlos Martín Nieto
2014-02-05refs: conditional ref updatesCarlos Martín Nieto
2014-02-02Check for errors when dereferencing symbolic refsBen Straub
2014-02-01Reflog: correct "new" id for reattaching HEADBen Straub
2014-01-31Enhance clarityBen Straub
2014-01-31Ensure updating HEAD updates reflogBen Straub
2013-12-18Merge pull request #1920 from libgit2/cmn/ref-with-logVicent Marti
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Improve GIT_EUSER handlingRussell Belfer
2013-12-09refs: expose has_log() on the backendCarlos Martín Nieto
2013-12-09refs: expose a way to ensure a ref has a logCarlos Martín Nieto
2013-12-09reflog: write to the reflog following git's rulesCarlos Martín Nieto
2013-11-23reflog: integrate into the ref writingCarlos Martín Nieto
2013-11-23refdb: add a `message` parameter for appending to the logCarlos Martín Nieto
2013-11-05move mode_t to filebuf_open instead of _commitEdward Thomson
2013-10-28Merge pull request #1802 from libgit2/cmn/reflog-backendBen Straub
2013-10-03Initial iconv hookup for precomposed unicodeRussell Belfer
2013-10-03Put hooks in place for precompose in dirload fnRussell Belfer
2013-10-02reflog: bring _append and _drop back to the frontendCarlos Martín Nieto
2013-10-02reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto
2013-09-24'del' instead of 'delete' for the poor C++ usersEdward Thomson
2013-09-11path: Make direach() return EUSER on callback errornulltoken
2013-08-22Convert sortedcache to use rwlockRussell Belfer