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-11-03Merge pull request #2661 from swisspol/2656Edward Thomson
2014-11-02merge: talk about the merging state after git_merge()Carlos Martín Nieto
2014-10-27Changed context_lines and interhunk_lines to uint32_t to match struct s_xdemi...Pierre-Olivier Latour
2014-10-27rebase: updates based on PR commentsEdward Thomson
2014-10-27s/git_merge_head/git_annotated_commitEdward 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-27Introduce `git_note_author`, `git_note_committer`Edward 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-27Introduce git_rebase_nextEdward Thomson
2014-10-27Introduce git_rebase_abortEdward Thomson
2014-10-27git_reset: const the git_signature argEdward Thomson
2014-10-27Introduce git_rebase to set up a rebase sessionEdward Thomson
2014-10-25Merge pull request #2638 from libgit2/cmn/config-refresh-removeEdward Thomson
2014-10-25Merge pull request #2646 from libgit2/cmn/remote-renameEdward Thomson
2014-10-24remote: accept a repo and name for renamingCarlos Martín Nieto
2014-10-24remote: delete git_remote_supported_url()Carlos Martín Nieto
2014-10-23config: remove the refresh function and backend fieldCarlos Martín Nieto
2014-10-18Update some documentationCarlos Martín Nieto
2014-10-11Move un-namespaced constant to internal headerRussell Belfer
2014-10-10Merge pull request #2593 from libgit2/cmn/remote-delete-nameEdward Thomson
2014-10-10Merge pull request #2575 from cirosantilli/factor-struct-typedefCarlos Martín Nieto
2014-10-10Merge pull request #2588 from swansontec/ssl-cert-path2Carlos Martín Nieto
2014-10-10Merge pull request #2499 from csware/hard-reset-checkout-callbacksCarlos Martín Nieto
2014-10-10Merge pull request #2574 from csware/hostname-for-certificate_check_cbEdward Thomson
2014-10-10Treat an empty list of refspecs the same as a NULL value.Arthur Schreiber
2014-10-10Merge pull request #2592 from libgit2/cmn/describeCarlos Martín Nieto
2014-10-09Merge pull request #2448 from libgit2/cmn/reference-transactionEdward Thomson
2014-10-09Merge pull request #2462 from libgit2/cmn/remote-fetch-refsEdward Thomson
2014-10-09transaction: rename lock() to lock_ref()Carlos Martín Nieto
2014-10-09Add git_merge_bases_many.Arthur Schreiber
2014-10-01hashsig: Export as a `sys` headerVicent Marti
2014-10-01Add support for setting the SSL CA locationWilliam Swanson
2014-09-30remote: accept a repository and remote name for deletionCarlos Martín Nieto
2014-09-30transaction: add documentationCarlos Martín Nieto
2014-09-30Introduce reference transactionsCarlos Martín Nieto
2014-09-30reflog: constify byindexCarlos Martín Nieto
2014-09-30remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto
2014-09-30describe: document the APICarlos Martín Nieto
2014-09-30describe: rename git_describe_opts to git_describe_optionsCarlos Martín Nieto
2014-09-30describe: implement describing the workdirCarlos Martín Nieto
2014-09-30describe: split into gather and format stepsCarlos Martín Nieto
2014-09-30describe: rename _object() to _commit()Carlos Martín Nieto
2014-09-30Merge remote-tracking branch 'upstream/master' into cmn/describeCarlos Martín Nieto