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-01Fix 8.3 filename tests failure when 8.3 is disabledLinquize
2015-06-25Merge pull request #3097 from libgit2/cmn/submodule-config-stateCarlos Martín Nieto
2015-06-24Fixed invalid error handling in git_repository_open_ext()Pierre-Olivier Latour
2015-06-23repository: check the format versionCarlos Martín Nieto
2015-06-23repository: don't error out if there is no versionCarlos Martín Nieto
2015-06-22submodule: remove the per-repo cacheCarlos Martín Nieto
2015-04-10Merge pull request #3030 from linquize/symlink_supportedEdward Thomson
2015-04-04For bare repository, use repo_dir to test if symlinks are supportedLinquize
2015-03-24squash some leaksEdward Thomson
2015-03-18Merge remote-tracking branch 'ethomson/submodule_8dot3'Carlos Martín Nieto
2015-03-16Add annotated commit versions of reflog-modifying functionsCarlos Martín Nieto
2015-03-10repository: in-memory repos are bare by defaultEdward Thomson
2015-03-04Plug a few leaksCarlos Martín Nieto
2015-03-03config: borrow refcounted referencesCarlos Martín Nieto
2015-03-03repository: remove log message override for switching the active branchCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-02-27repository: Introduce "reserved names"Edward Thomson
2015-02-19git_filter_opt_t -> git_filter_flag_tEdward Thomson
2015-02-06repository: parse init.templatedir as a pathCarlos Martín Nieto
2015-02-03win32: cleanup 8.3 disabled testsEdward Thomson
2015-01-30Fix test failures when 8.3 is disabledLinquize
2015-01-26Merge pull request #2837 from swisspol/set_indexEdward Thomson
2015-01-24Fixed git_repository_set_bare() not setting "core.bare" correctlyPierre-Olivier Latour
2015-01-24Allow passing a NULL index to git_repository_set_index()Pierre-Olivier Latour
2015-01-21Remove logically dead code (we're already asserting)Jacques Germishuys
2014-12-30Check the result of git_buf_joinpathJacques Germishuys
2014-12-16checkout: disallow bad paths on win32Edward Thomson
2014-10-27Introduce git_rebase to set up a rebase sessionEdward Thomson
2014-10-04repository_head_unborn: clear error when HEAD is unbornEdward Thomson
2014-09-17repository: Do not double-free configThe rugged tests are fragile
2014-09-16Fix attribute lookup in index for bare reposRussell Belfer
2014-09-03Introduce option to use relative paths for repository work directoryJameson Miller
2014-07-22git_cherry_pick -> git_cherrypickEdward Thomson
2014-05-24Address style concerns in setting mkdir/copy flags.Edward Lee
2014-05-16Fixed permissions on template directories.Edward Lee
2014-05-14Increase use of config snapshotsRussell Belfer
2014-05-12Merge pull request #2336 from libgit2/rb/unicode-branch-namesRussell Belfer
2014-05-12Minor fixes for warnings and error propagationRussell Belfer
2014-05-12Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer
2014-05-09Pass unconverted data when iconv doesn't like itRussell Belfer
2014-05-07repository: introduce a convenience config snapshot methodCarlos Martín Nieto
2014-05-07Add filter options and ALLOW_UNSAFERussell Belfer
2014-05-02Make init_options fns use unsigned ints and macroRussell Belfer
2014-04-20Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley
2014-04-18Use config snapshottingCarlos Martín Nieto
2014-04-09Rewrite `git_repository__cleanup_files`vmg/state-cleanupVicent Marti
2014-04-07git_repository_state_cleanup() should remove rebase-merge/, rebase-apply/ and...Jacques Germishuys
2014-04-01Make a real submodule cache objectRussell Belfer
2014-03-06Added function-based initializers for every options struct.Matthew Bowen
2014-02-25Merge pull request #2138 from ethomson/sysdirVicent Marti