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
2014-03-02Merge pull request #2144 from linquize/branch-f-currentBen Straub
2014-03-02Add unit test to show git_branch_create() fails if attempt to force create cu...Linquize
2014-02-10refs: move current_id before the reflog parametersCarlos Martín Nieto
2014-02-08Merge pull request #2099 from libgit2/bs/more-reflog-stuffRussell Belfer
2014-02-05refs: add an unconditional deleteCarlos Martín Nieto
2014-02-05refs: catch cases where the ref type has changedCarlos Martín Nieto
2014-02-05refs: check the ref's old value when deletingCarlos Martín Nieto
2014-02-05refs: bring conditional symbolic updates to the frontendCarlos Martín Nieto
2014-02-05refs: add tests for conditional updatesCarlos Martín Nieto
2014-02-05Add reflog params to git_repository_detach_headBen Straub
2014-02-04Reset helpers: use revparse insteadBen Straub
2014-02-02Add `git_reference_is_note`.Arthur Schreiber
2014-01-31Allow tests to run without user configBen Straub
2014-01-31Enhance testing of signature parametersBen Straub
2014-01-31Provide good default reflog messages in branch apiBen Straub
2014-01-31Ensure moving a branch updates the reflogBen Straub
2014-01-31Ensure renaming a reference updates the reflogBen Straub
2014-01-31Add reflog parameters to git_branch_moveBen Straub
2014-01-31Deleting a branch deletes its reflogBen Straub
2014-01-31Add reflog params to git_branch_createBen Straub
2014-01-31Add passing reflog testsBen Straub
2014-01-27branch: move to git_buf when outputting newly-allocated stringsCarlos Martín Nieto
2014-01-15refs: remove the _with_log differentiationCarlos Martín Nieto
2013-12-18Merge pull request #1920 from libgit2/cmn/ref-with-logVicent Marti
2013-12-12More tests of canceling from callbacksRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Improve GIT_EUSER handlingRussell Belfer
2013-12-09Clean up warningsEdward Thomson
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: remove git_reflog_append_to()Carlos Martín Nieto
2013-11-23reflog: integrate into the ref writingCarlos Martín Nieto
2013-11-23refs: adjust to the new reflog APICarlos Martín Nieto
2013-11-23refs: Introduce git_reference_symbolic_set_target_with_log()nulltoken
2013-11-23refs: Introduce git_reference_set_target_with_log()nulltoken
2013-11-23refs: Introduce git_reference_symbolic_create_with_log()nulltoken
2013-11-23refs: Introduce git_reference_create_with_log()nulltoken
2013-11-15Rename tests-clar to testsBen Straub