| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-08 | define Note methods on pointers | Ben Burkert | |
| 2015-01-07 | Add git note support | Ben Burkert | |
| 2015-01-06 | Fix inconsistent function call in Submodule. | David Calavera | |
| 2015-01-05 | Add prune methods to Remote. | David Calavera | |
| 2015-01-04 | Update to libgit2 master | Carlos Martín Nieto | |
| This gets rid of the Push object. All network now goes through the Remote object. | |||
| 2015-01-04 | Merge commit '18aea4bfe89b83c5e2d6d55daa68efa6180655cc' | Carlos Martín Nieto | |
| 2015-01-04 | Add git_diff_get_stats() | Henning Perl | |
| This commit adds git_diff_get_stats() as well as functions to query the stats for insertions, deletions, and changed files. | |||
| 2014-12-31 | Merge pull request #162 from libgit2/revert-159-cgo-directives | Carlos Martín Nieto | |
| Revert "Make the cgo tool do more linking work" | |||
| 2014-12-31 | Revert "Make the cgo tool do more linking work" | Carlos Martín Nieto | |
| 2014-12-30 | Merge pull request #159 from libgit2/cgo-directives | Carlos Martín Nieto | |
| Make the cgo tool do more linking work | |||
| 2014-12-30 | Merge pull request #150 from sqs/DiffOptions_OldPrefix_and_NewPrefix | Carlos Martín Nieto | |
| Diff: heed DiffOptions fields OldPrefix and NewPrefix | |||
| 2014-12-30 | heed DiffOptions fields OldPrefix and NewPrefix | Quinn Slack | |
| 2014-12-27 | Make the cgo tool do more linking work | Carlos Martín Nieto | |
| The cgo directives let us do a lot more than I previously thought, so we can use this to make the building process of git2go go through the go tool directly rather than via the script. libgit2 still needs to be built manually, so we do still require make, but only for building libgit2. Once that's built, any modifications to git2go's own code can be built with go build | |||
| 2014-12-18 | Add missing return type | Carlos Martín Nieto | |
| 2014-12-18 | Update libgit2 | David Calavera | |
| Fix calls to C.git_treebuilder_create and C.git_treebuilder_write. | |||
| 2014-12-14 | Merge pull request #154 from libgit2/cmn/update | Carlos Martín Nieto | |
| Update to master | |||
| 2014-12-13 | Add the new callbacks for Remote.Push() | Carlos Martín Nieto | |
| This unifies the types with the Push struct, in preparation for its deletion. | |||
| 2014-12-13 | Update to master | Carlos Martín Nieto | |
| This deprecates the Push struct in favour of Remote.Push() | |||
| 2014-12-11 | Remove useless includes | Carlos Martín Nieto | |
| 2014-12-11 | Add missing thread-locking | Carlos Martín Nieto | |
| 2014-12-11 | Merge pull request #148 from joseferminj/export-patch-from-branches | Carlos Martín Nieto | |
| Export PatchFromBuffers function. | |||
| 2014-12-09 | Merge pull request #138 from sqs/check-MakeGitError-thread-lock | Carlos Martín Nieto | |
| Add script for checking thread locks in funcs that call MakeGitError | |||
| 2014-12-08 | only check Go source files for non-thread-locked MakeGitError calls | Quinn Slack | |
| 2014-12-08 | add script for checking thread locks in funcs that call MakeGitError | Quinn Slack | |
| 2014-12-06 | Export PatchFromBuffers function. | Jose Alvarez | |
| This change also factor out diffOptionsToC function to remove duplicated code. | |||
| 2014-12-06 | Add the newer missing thread-locking instances | Carlos Martín Nieto | |
| 2014-12-06 | Add missing thread locking | Carlos Martín Nieto | |
| 2014-12-06 | Merge pull request #136 from sqs/blame | Carlos Martín Nieto | |
| Add BlameFile func and options | |||
| 2014-12-06 | Merge pull request #141 from jochil/git_diff_find_similar | Carlos Martín Nieto | |
| Integrated git_diff_find_similar | |||
| 2014-12-06 | Merge pull request #140 from AaronO/patch-1 | Carlos Martín Nieto | |
| Add wrapper for git_remote_delete : Repository.DeleteRemote | |||
| 2014-12-05 | Merge pull request #146 from stevenwilkin/add-build-status | Carlos Martín Nieto | |
| Add build status to README | |||
| 2014-12-05 | Merge pull request #144 from libgit2/update | Carlos Martín Nieto | |
| Update to master | |||
| 2014-12-04 | Add build status to README | Steven Wilkin | |
| 2014-12-03 | Update to master | Carlos Martín Nieto | |
| 2014-11-26 | Add (*Repository).DeleteRemote | Aaron O'Mullan | |
| 2014-11-26 | Integrated git_diff_find_similar | Jochen Hilgers | |
| 2014-11-18 | add (*Blame).HunkByLine (git_blame_get_hunk_byline) and test | Quinn Slack | |
| 2014-11-18 | free C string | Quinn Slack | |
| 2014-11-18 | lock OS thread when MakeGitError might be called | Quinn Slack | |
| 2014-11-18 | omit unnecessary #include | Quinn Slack | |
| 2014-11-17 | Add BlameFile func and options for git-blaming files | Quinn Slack | |
| 2014-11-17 | Merge pull request #135 from joseferminj/diff-tree-workdir | Carlos Martín Nieto | |
| Expose DiffTreeToWorkdir function | |||
| 2014-11-13 | Expose DiffTreeToWorkdir function | joseferminj | |
| 2014-11-09 | Merge pull request #134 from joseferminj/fix-merge-trees-nil-ancestor | Carlos Martín Nieto | |
| Fix MergeTrees func to accept nil as ancestor parameter | |||
| 2014-11-08 | Fix MergeTrees func to accept nil as ancestor parameter | joseferminj | |
| 2014-10-31 | README: add -d flag to 'go get' | Carlos Martín Nieto | |
| To make sure it doesn't try to build it. | |||
| 2014-10-30 | Merge pull request #132 from apsdehal/master | Carlos Martín Nieto | |
| Updates README.md to include GoDoc badge. | |||
| 2014-10-28 | Updates README.md to include GoDoc badge. | Amanpreet Singh | |
| 2014-10-28 | Merge pull request #129 from libgit2/cmn/const-type | Carlos Martín Nieto | |
| Make the constants have types | |||
| 2014-10-28 | Make the constants have types | Carlos Martín Nieto | |
| While Go will assign the correct type to a const block when it auto-creates the values, assigning makes the const be typeless and will only gain it in each particular use. Make each constant in the blocks have an assigned type. | |||
