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
2013-12-03Include git2/revert.h in git2.hLinquize
2013-12-03Merge pull request #1977 from ethomson/revertVicent Martí
2013-12-03clean up state metadata more consistentlyEdward Thomson
2013-12-03Introduce git_revert to revert a single commitEdward Thomson
2013-12-03GIT_DIFF_FIND_REMOVE_UNMODIFIED sounds betterRussell Belfer
2013-12-03Add GIT_DIFF_FIND_DELETE_UNMODIFIED flagRussell Belfer
2013-11-20transport: document ssh-agent authenticationAlessandro Ghedini
2013-11-20libgit2 0.20.0 "anmeldung"v0.20.0Vicent Marti
2013-11-20Formatting fix for cred_acquire_cbCarlos Martín Nieto
2013-11-19Add content offset to git_diff_lineNick Hengeveld
2013-11-18Introduce git_cred_default for NTLM/SPNEGO authEdward Thomson
2013-11-15Update files that reference tests-clarBen Straub
2013-11-14Merge pull request #1951 from victorgp/create-remote-plus-fetchVicent Martí
2013-11-11Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí
2013-11-11remote: make _ls return the list directlyCarlos Martín Nieto
2013-11-11remote: don't allow such direct access to the refspecsCarlos Martín Nieto
2013-11-08fixing typoVictor Garcia
2013-11-08splitting funcionality in two methods to avoid ambiguity with NULLVictor Garcia
2013-11-07Allow callers to set mode on packfile creationEdward Thomson
2013-11-07adding doc for new param and test to check fetch spec is correctly addedVictor Garcia
2013-11-07Add git_packbuilder_hash to query pack filenameEdward Thomson
2013-11-07allowing create remote with custom fetch specVictor Garcia
2013-11-06Merge pull request #1946 from arthurschreiber/change-branch-iterator-definitionCarlos Martín Nieto
2013-11-05Change the git_branch_iterator_new and git_branch_next definitions to use git...Arthur Schreiber
2013-11-05Blame: change signature to be more binding-friendlyBen Straub
2013-11-05merge branch into current, updating workdirEdward Thomson
2013-11-05Merge pull request #1938 from libgit2/cmn/branch-iteratorVicent Martí
2013-11-05Merge pull request #1941 from libgit2/rb/preserve-iterator-errorVicent Martí
2013-11-05branch: move from foreach to an iteratorCarlos Martín Nieto
2013-11-05error: Simplify giterr_detachVicent Marti
2013-11-05Take umask into account in filebuf_commitEdward Thomson
2013-11-05Add giterr_detach API to get and clear errorRussell Belfer
2013-11-05Merge pull request #1939 from ethomson/readwrite_odbVicent Martí
2013-11-04Allow backend consumers to specify file modeEdward Thomson
2013-11-04Merge pull request #1317 from libgit2/blameRussell Belfer
2013-11-04Merge pull request #1937 from scunz/checkout_assertVicent Martí
2013-11-02Checkout: Don't assert if treeish is NULLSascha Cunz
2013-11-02Checkout: Unifiy const-ness of `opts` parameterSascha Cunz
2013-11-02remote: download HEAD when no refspecs are givenCarlos Martín Nieto
2013-11-01Add git_diff_options_init helperRussell Belfer
2013-11-01Convert git_index_read to have a "force" flagRussell Belfer
2013-11-01Make diff and status perform soft index reloadRussell Belfer
2013-11-01Merge pull request #1918 from libgit2/cmn/indexer-namingVicent Martí
2013-11-01Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño
2013-10-30Remove leftover function declarationCarlos Martín Nieto
2013-10-30indexer: remove the stream infixCarlos Martín Nieto
2013-10-28Merge remote-tracking branch 'libgit2/development' into blameBen Straub
2013-10-28Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí
2013-10-28Merge pull request #1904 from libgit2/cmn/ssh-namingVicent Martí
2013-10-28Merge pull request #1802 from libgit2/cmn/reflog-backendBen Straub