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-08-19cred: add a free function wrapperCarlos Martín Nieto
2015-08-19transport: provide a way to get the callbacksCarlos Martín Nieto
2015-08-12config: perform unlocking via git_transactionCarlos Martín Nieto
2015-08-12config: expose locking via the main APICarlos Martín Nieto
2015-08-12config: implement basic transactional supportCarlos Martín Nieto
2015-08-03Make giterr_detach no longer publicMichael Procter
2015-08-01Merge pull request #3332 from phatblat/ben/doc-warningsCarlos Martín Nieto
2015-07-28Fix remaining documentation warningsBen Chatelain
2015-07-28Use correct Doxygen trailing comment syntaxBen Chatelain
2015-07-27Fix @param names in doc commentsBen Chatelain
2015-07-24Merge pull request #3303 from libgit2/cmn/index-add-submoduleEdward Thomson
2015-07-24Merge pull request #3305 from libgit2/cmn/reflog-del-backendEdward Thomson
2015-07-20Document git_fetch_options struct and fix typo.Ryan Roden-Corrent
2015-07-12refdb: delete a ref's reflog upon deletionCarlos Martín Nieto
2015-07-12errors: add EDIRECTORYCarlos Martín Nieto
2015-07-10git_cert: child types use proper base typeEdward Thomson
2015-07-09Merge pull request #3281 from ethomson/wildcard_filtersCarlos Martín Nieto
2015-07-07Merge pull request #3277 from git-up/git_diff_index_to_indexCarlos Martín Nieto
2015-07-03filter: add docs for streaming filtersCarlos Martín Nieto
2015-07-01submodule: completely remove reload_allCarlos Martín Nieto
2015-07-01filters: custom filters with wildcard attributesEdward Thomson
2015-06-30Added git_diff_index_to_index()Pierre-Olivier Latour
2015-06-28Bump version to 0.23.0 and SOVERSION to 23Carlos Martín Nieto
2015-06-26Merge pull request #3259 from ethomson/stash_apply_arghCarlos Martín Nieto
2015-06-26Merge pull request #3255 from libgit2/cmn/rename-unspecifiedEdward Thomson
2015-06-26stash: don't allow apply with staged changesEdward Thomson
2015-06-25Merge pull request #3246 from libgit2/cmn/dont-grow-borrowedEdward Thomson
2015-06-25Rename FALLBACK to UNSPECIFIEDCarlos Martín Nieto
2015-06-25errors: introduce EINVALIDCarlos Martín Nieto
2015-06-25blob: don't recomment using git_buf_growCarlos Martín Nieto
2015-06-25Merge pull request #3097 from libgit2/cmn/submodule-config-stateCarlos Martín Nieto
2015-06-24curl: extract certificate informationCarlos Martín Nieto
2015-06-24stream: add support for setting a proxyCarlos Martín Nieto
2015-06-24Merge pull request #3131 from urkud/const-charEdward Thomson
2015-06-22submodule: remove the RESET enum valuesCarlos Martín Nieto
2015-06-22submodule: get rid of `_save()`Carlos Martín Nieto
2015-06-22submodule: make `_set_url()` affect the configurationCarlos Martín Nieto
2015-06-22submodule: make `_set_branch()` affect the configurationCarlos Martín Nieto
2015-06-22submodule: make `_set_update_fetch_recurse_submodules()` affect the configCarlos Martín Nieto
2015-06-22submodule: make `_set_update()` affect the configurationCarlos Martín Nieto
2015-06-22submodule: add an ignore option to statusCarlos Martín Nieto
2015-06-22submodule: don't let status change an existing instanceCarlos Martín Nieto
2015-06-22submodule: make set_ignore() affect the configurationCarlos Martín Nieto
2015-06-22commit: allow retrieving an arbitrary header fieldCarlos Martín Nieto
2015-06-19index: use the checksum to check whether it's been modifiedCarlos Martín Nieto
2015-06-12diff: introduce binary diff callbacksEdward Thomson
2015-06-11Merge pull request #3155 from mgorny/userpass-constCarlos Martín Nieto
2015-06-10Introduce `git_filter_list_contains`Edward Thomson
2015-05-31Include git2/transaction.hCarlos Martín Nieto
2015-05-31remote: apply insteadOf configuration.Patrick Steinhardt