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
2012-01-26gitignore: Add `clar` dataclay-renameVicent Martí
2012-01-25Rename the Clay test suite to ClarVicent Martí
2012-01-24config: don't use 'section "subsection"' internal form on config_setCarlos Martín Nieto
2012-01-24remote: add test which creates a basic remote entry in the repository configu...nulltoken
2012-01-20Merge branch 'fix-subdir-attr-paths' into developmentRussell Belfer
2012-01-20diff-index: fix leakCarlos Martín Nieto
2012-01-20http: use PRIuZCarlos Martín Nieto
2012-01-19Merge pull request #538 from carlosmn/ref-noleakVicent Martí
2012-01-19refs: don't leak the packref when deleting/renamingCarlos Martín Nieto
2012-01-19hashtable: add remove2 to retrieve the value that was removedCarlos Martín Nieto
2012-01-19indexer: save the pack index with the right nameCarlos Martín Nieto
2012-01-19remote: don't try to free the ref on errorCarlos Martín Nieto
2012-01-19Merge pull request #537 from nulltoken/fix/download-segfaultVicent Martí
2012-01-19transport: prevent git_remote_download() from segfaulting when being passed a...nulltoken
2012-01-18Move path related functions from fileops to pathRussell Belfer
2012-01-17Merge pull request #536 from nulltoken/fix/transport-segfaultVicent Martí
2012-01-17repository: add the invalid repository path to the error messagenulltoken
2012-01-17transport: prevent the transport determination mechanism from segfaulting whe...nulltoken
2012-01-17Fix MSVC compilation warningnulltoken
2012-01-17Remove poor git__removechar functionRussell Belfer
2012-01-17Fix handling of relative paths for attrsRussell Belfer
2012-01-17Merge pull request #531 from arrbee/gitignoreRussell Belfer
2012-01-17Patch cleanup for mergeRussell Belfer
2012-01-16Windows: store all 64 bits of the size in the stat structureCarlos Martín Nieto
2012-01-16Fix #534: 64-bit issues in WindowsVicent Martí
2012-01-13config: handle EOF properlyCarlos Martín Nieto
2012-01-13examples: use git_repository_odb instead of _databaseCarlos Martín Nieto
2012-01-12Fix several memory issuesRussell Belfer
2012-01-12Convert git_path_walk_up to regular functionRussell Belfer
2012-01-12Fix bug in dir_for_pathRussell Belfer
2012-01-12Allow ignores (and attribs) for nonexistent filesRussell Belfer
2012-01-12Fix up status testsRussell Belfer
2012-01-12Initial implementation of gitignore supportRussell Belfer
2012-01-10Restore portability to git_path_prettify.Russell Belfer
2012-01-06Merge pull request #528 from arrbee/valgrind-fixes-2Vicent Martí
2012-01-06clay tests: free resourcesCarlos Martín Nieto
2012-01-06Fix memory leak in git_index_remove.Russell Belfer
2012-01-06Throw first error in chain, not rethrow.Russell Belfer
2012-01-06Remove repo open immediately after init in testRussell Belfer
2012-01-06reflog_write: don't access free()'d memoryJeff King
2012-01-05Merge remote-tracking branch 'nulltoken/topix/path_fromurl' into developmentVicent Martí
2012-01-05Merge pull request #526 from nulltoken/fix/attrVicent Martí
2012-01-05Fix Windows specific off-by-one errornulltoken
2012-01-04Fix MSVC compilation warningsnulltoken
2012-01-03Merge pull request #525 from euler0/add-missing-semicolonRussell Belfer
2012-01-03Add missing semicolonVincent Lee
2012-01-02clay: Move `file_create` to the helpers fileVicent Martí
2012-01-02Merge remote-tracking branch 'drizzd/diff-index-tests' into developmentVicent Martí
2012-01-02Merge remote-tracking branch 'arrbee/git-attributes' into developmentVicent Martí
2011-12-31config: Rename the `delete` callback nameVicent Martí