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-12Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough
2015-06-09Initialize a few variablesCarlos Martín Nieto
2015-04-21rebase: include checkout opts within rebase optsEdward Thomson
2015-04-20rebase: init and open take a rebase_optionsEdward Thomson
2015-04-20rebase: take `checkout_options` where appropriateEdward Thomson
2015-04-20rebase: block rebase_commit with unstaged changesEdward Thomson
2015-04-20rebase: identify a rebase that has not startedEdward Thomson
2015-03-04Plug a few leaksCarlos Martín Nieto
2015-03-03reset: remove reflog message overrideCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-02-27rebase: check alloc resultEdward Thomson
2015-02-15Merge pull request #2831 from ethomson/merge_lockCarlos Martín Nieto
2015-02-14indexwriter: an indexwriter for repo operationsEdward Thomson
2015-02-14merge-like operations: lock index while workingEdward Thomson
2015-02-13rebase: `CHECKOUT_SAFE` instead of `FORCE`Edward Thomson
2015-02-13rebase: allow `NULL` branch to indicate `HEAD`Edward Thomson
2015-02-13rebase: provide NULL `exec` on non-EXEC operationsEdward Thomson
2015-02-12Check rebase options version on public entry pointsJameson Miller
2014-12-30Check the result of git_buf_joinpathJacques Germishuys
2014-12-29Plug some leaksJacques Germishuys
2014-12-06notes: move the notes name argumentCarlos Martín Nieto
2014-10-27rebase: updates based on PR commentsEdward Thomson
2014-10-27s/git_merge_head/git_annotated_commitEdward Thomson
2014-10-27rebase: clean up some warnings and memory leaksEdward Thomson
2014-10-27rebase: oid member of operation should be constEdward Thomson
2014-10-27git_rebase: iterators for operationsEdward Thomson
2014-10-27rebase: preload all operationsEdward Thomson
2014-10-27rebase: init/open a git_rebase objectEdward Thomson
2014-10-27git_rebase_next: provide info about the operationEdward Thomson
2014-10-27git_rebase_finish: rewrite notes when finishing rebaseEdward Thomson
2014-10-27git_rebase_commit: write HEAD's reflog appropriatelyEdward Thomson
2014-10-27Introduce git_rebase_finish to complete a rebaseEdward Thomson
2014-10-27git_rebase_commit: drop already-picked commitsEdward Thomson
2014-10-27Introduce git_rebase_commitEdward Thomson
2014-10-27git_rebase_next: write conflicts nicely during rebaseEdward Thomson
2014-10-27Introduce git_rebase_nextEdward Thomson
2014-10-27Introduce git_rebase_abortEdward Thomson
2014-10-27Introduce git_rebase to set up a rebase sessionEdward Thomson