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-21Add git_diff_commit and last-changed examplerb/commit-modified-fileRussell Belfer
2014-04-21Merge pull request #2275 from jacquesg/apple-warningRussell Belfer
2014-04-21attrcache: fix use-after-freeCarlos Martín Nieto
2014-04-21sysdir: free the path if we cannot find the fileCarlos Martín Nieto
2014-04-20Introduce AddCFlagIfSupported CMake macroJacques Germishuys
2014-04-19Merge pull request #2273 from jacquesg/ssh-interactiveVicent Marti
2014-04-19Merge pull request #2279 from libgit2/rb/moar-eegnöre-fîxésVicent Marti
2014-04-19Minor fixesRussell Belfer
2014-04-19Fix ignore difference from git with trailing /*Russell Belfer
2014-04-19Preload attribute files that may contain macrosRussell Belfer
2014-04-18Only zero sensitive information on destruction (and memory actually allocated...Jacques Germishuys
2014-04-18Cleanup tests with helper functionsRussell Belfer
2014-04-18Pop ignore only if whole relative path matchesRussell Belfer
2014-04-18Only disable deprecation warnings on Apple for OpenSSLJacques Germishuys
2014-04-18Use CHECK_C_COMPILER_FLAG to determine if the compiler supports a flagJacques Germishuys
2014-04-18Fix inconsistent use of lower-case and upper-case names for macrosJacques Germishuys
2014-04-18Merge pull request #2213 from ethomson/safecrlfRussell Belfer
2014-04-18Replace void * with proper callback typesJacques Germishuys
2014-04-18Make git_cred_ssh_custom_new() naming more consistentJacques Germishuys
2014-04-18Introduce git_cred_ssh_interactive_new()Jacques Germishuys
2014-04-18Merge pull request #2274 from libgit2/cmn/ssh-expect-usernameVicent Marti
2014-04-18cred: tighten username rulesCarlos Martín Nieto
2014-04-18Merge pull request #2108 from libgit2/rb/threadsafe-index-iteratorVicent Marti
2014-04-18cherry-pick: terminate the commit id stringCarlos Martín Nieto
2014-04-18Some memory leak fixesRussell Belfer
2014-04-18Fix broken logic for attr cache invalidationRussell Belfer
2014-04-18Lock attribute file while reparsing dataRussell Belfer
2014-04-18Fix race checking for existing index itemsRussell Belfer
2014-04-18Fix tests with new attr cache codeRussell Belfer
2014-04-18Attribute file cache refactorRussell Belfer
2014-04-18Minor tree cache speedupsRussell Belfer
2014-04-18Fix leak in git_index_conflict_cleanupRussell Belfer
2014-04-18Fix leak when using push and pop with ignoresRussell Belfer
2014-04-18Fix refcount issues with mutex protected ignoresRussell Belfer
2014-04-18Fix threading tests when threads disabledRussell Belfer
2014-04-18Clean up index snapshot function namingRussell Belfer
2014-04-18Index locking and entry allocation changesRussell Belfer
2014-04-18Add diff threading tests and attr file cache locksRussell Belfer
2014-04-18Decouple index iterator sort from indexRussell Belfer
2014-04-18Add mutex around index entries changesRussell Belfer
2014-04-18Add index snapshot and use it for iteratorRussell Belfer
2014-04-18Add public diff print helpersRussell Belfer
2014-04-18Some index internals refactoringRussell Belfer
2014-04-18Some vector utility tweaksRussell Belfer
2014-04-16Merge pull request #2261 from jacquesg/format-patchVicent Marti
2014-04-16Merge pull request #2270 from csware/fix_git_branch_t_enumVicent Marti
2014-04-16Add GIT_BRANCH_ALL to git_branch_t enumSven Strickroth
2014-04-16Merge pull request #2269 from libgit2/rb/fix-leading-slash-ignoresVicent Marti
2014-04-15Merge pull request #2235 from jacquesg/cherry-pickVicent Marti
2014-04-15Added a test case for formatting a binary patch e-mailJacques Germishuys