summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-20Implement git_index_remove_directory in index wrapperezwiebel
2016-10-08Merge remote-tracking branch 'upstream/v24' into remote-refinementsMirko Nosenzo
2016-10-08Remote Rename FixMirko Nosenzo
2016-10-03Merge pull request #345 from kdambekalns/commit-message-rawCarlos Martín Nieto
2016-10-03Merge pull request #321 from netnose/checkout-callbacksCarlos Martín Nieto
2016-10-03Merge pull request #322 from calavera/ssh_memory_credentialsCarlos Martín Nieto
2016-10-03Merge pull request #347 from geordie/masterCarlos Martín Nieto
2016-10-03Merge pull request #341 from mdaffin/branchiterator-foreach-errorsCarlos Martín Nieto
2016-10-03Merge commit 'refs/pull/331/head' of github.com:libgit2/git2goCarlos Martín Nieto
2016-09-30odb & refdb: make New*BackendFromC take unsafe.Pointer as argument allowing a...Mark Karpeles
2016-09-16Write the index before writing the index tree in seedTestRepo test helper funcGeordie Henderson
2016-09-14Fix reference bug introduced with RebaseOptions implementationezwiebel
2016-09-13Add DefaultRebaseOptions() [git_rebase_init_options(GIT_REBASE_OPTIONS_VERSIO...ezwiebel
2016-09-12Add RebaseOpen() service to wrapperezwiebel
2016-09-09Add method to fetch raw commit messageKarsten Dambekalns
2016-09-05Add check for ErrIterOver in BranchIterator.ForEachMichael Daffin
2016-08-29Removes redundant iteration over check.Alan Johnson
2016-08-28Removed Useless Argument CheckMirko Nosenzo
2016-08-27Also remove a pkg-config directive that snuck inCarlos Martín Nieto
2016-08-27Bring back the Makefile from 'next'Carlos Martín Nieto
2016-08-27Merge remote-tracking branch 'upstream/master' into nextCarlos Martín Nieto
2016-08-27Merge pull request #336 from libgit2/cmn/test-parallelCarlos Martín Nieto
2016-08-27Merge pull request #337 from libgit2/cmn/go16-blob-pointerCarlos Martín Nieto
2016-08-27Add Go 1.7 to the build listCarlos Martín Nieto
2016-08-27Work around Go 1.6's CGo pointer checkCarlos Martín Nieto
2016-08-27Remove unecessary copyCarlos Martín Nieto
2016-08-27Add test for slice-to-slice and GCo pointer detectionItamar Turner-Trauring
2016-08-27Merge pull request #320 from netnose/enum-mappingsCarlos Martín Nieto
2016-08-27Run the tests in parallelCarlos Martín Nieto
2016-08-08Fix Free() service in Rebase wrapperezwiebel
2016-08-07Add CurrentOperationIndex() and OperationAt(index uint) services to wrapperezwiebel
2016-08-07Add Abort() service to wrapperezwiebel
2016-08-07Add operation OperationCount() service and enrich UTsezwiebel
2016-08-07Initial rebase wrapper versionezwiebel
2016-08-05Merge pull request #323 from Coderlane/diff_stats_stringCarlos Martín Nieto
2016-08-05Update libgit2 to 73dab769Carlos Martín Nieto
2016-08-04Fixing issue with error conversion.Alan Johnson
2016-07-24Merge pull request #328 from navytux/y/odb-typeCarlos Martín Nieto
2016-07-24Clone FixMirko Nosenzo
2016-07-19odb: Expose git_odb_object_type() as OdbObject.Type()Kirill Smelkov
2016-07-07Returning Problems on Remote RenameMirko Nosenzo
2016-07-06Merge pull request #318 from netnose/tag-removeCarlos Martín Nieto
2016-07-06Merge pull request #317 from netnose/reset-defaultCarlos Martín Nieto
2016-06-25Checkout Payload Pointer FixMirko Nosenzo
2016-06-22Add NewCredSshKeyFromMemory to the credentials helpers.David Calavera
2016-06-19diff: Add DiffStats StringTravis Lane
2016-05-29Checkout Callbacks Payload Check in Callback FunctionsMirko Nosenzo
2016-05-29Checkout Callbacks Payload CheckMirko Nosenzo
2016-05-29StatusConflicted maps GIT_STATUS_CONFLICTEDMirko Nosenzo
2016-05-29BranchAll maps GIT_BRANCH_ALLMirko Nosenzo