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-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
2014-02-25Remove now-duplicated stdarg.h includeEdward Thomson
2014-02-25Move system directory cache out of utilsEdward Thomson
2014-02-19ReadabilityBen Straub
2014-02-19Improve error propagation in shallow callBen Straub
2014-02-08Merge pull request #2099 from libgit2/bs/more-reflog-stuffRussell Belfer
2014-02-08Fix some Windows warningsRussell Belfer
2014-02-05Add reflog params to git_repository_detach_headBen Straub
2014-01-31Add reflog params to set-head callsBen Straub
2014-01-27config: use git_buf for returning pathsCarlos Martín Nieto
2014-01-27repository: move to use a git_buf for outputting stringsCarlos Martín Nieto
2014-01-18Convert gitdir paths to posix on WindowsRussell Belfer
2014-01-15refs: remove the _with_log differentiationCarlos Martín Nieto
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Add config read fns with controlled error behaviorRussell Belfer
2013-12-03clean up state metadata more consistentlyEdward Thomson
2013-11-05move mode_t to filebuf_open instead of _commitEdward Thomson
2013-10-09Rename new fn to git_repository_reinit_filesystemRussell Belfer
2013-10-08More filemode cleanups for FAT on MacOSRussell Belfer
2013-10-05Add git_repository_reset_filesystem and fix testsRussell Belfer
2013-10-04Update repo init with fewer platform assumptionsRussell Belfer
2013-10-03Clean up annoying warningsRussell Belfer
2013-10-03Add check if we need to precompose unicode on MacRussell Belfer
2013-09-24Clean up newly introduced warningsRussell Belfer
2013-09-20Check error value from git_futils_find_template_dirLinquize
2013-09-19Make init.templatedir workLinquize
2013-09-17Merge pull request #1858 from linquize/win32-template-dirVicent Martí
2013-09-17Add ident filterRussell Belfer
2013-09-17Create public filter object and use itRussell Belfer
2013-09-17Can load default template directoryLinquize
2013-09-17No such thing as an orphan branchCarlos Martín Nieto
2013-08-29Treat detached HEAD as non-empty repoRussell Belfer
2013-08-29repository: Make the is_empty check more explicitVicent Martí
2013-08-29Fix incorrect precedence within git_repository_is_empty()Justin Spahr-Summers
2013-07-15repository: clarify assignment and test orderRémi Duraffort
2013-07-10Add BARE option to git_repository_open_extRussell Belfer
2013-06-12util: It's called `memzero`Vicent Marti
2013-06-12Merge remote-tracking branch 'arrbee/minor-paranoia' into developmentVicent Marti
2013-06-11start implementing diff driver registryRussell Belfer
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-06-07Add safe memset and use itRussell Belfer
2013-06-01Zero memory for major objects before freeingRussell Belfer
2013-05-30What are the chances, reallyVicent Marti
2013-05-24Stop leaking memoryBen Straub
2013-05-24Improve test failure outputBen Straub
2013-05-15Unify whitespaces to tabsLinquize