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-18Merge pull request #2608 from libgit2/cmn/remote-pushEdward Thomson
2014-11-15Fixed git2.h not including threads.h anymorePierre-Olivier Latour
2014-11-09remote: use configured push refspecs if none are givenCarlos Martín Nieto
2014-11-09remote: introduce git_remote_push()Carlos Martín Nieto
2014-11-09Rename git_threads_ to git_libgit2_Carlos Martín Nieto
2014-11-09Merge pull request #2698 from libgit2/cmn/fetchhead-refactorEdward Thomson
2014-11-09Merge pull request #2695 from libgit2/cmn/remote-lookupEdward Thomson
2014-11-08branch: add getter for the upstream remote nameCarlos Martín Nieto
2014-11-08remote: rename _load() to _lookup()Carlos Martín Nieto
2014-11-07git_status_file now takes an exact pathUngureanu Marius
2014-11-06Merge pull request #2676 from libgit2/cmn/threadingEdward Thomson
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-11-01ssl: separate locking init from general initCarlos 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