| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2014-10-27 | Merge pull request #127 from calavera/ls_remote | Carlos Martín Nieto | |
| Add Remote#Ls. | |||
| 2014-10-27 | Hide C.git_direction type. | David Calavera | |
| 2014-10-27 | Make filtering logic more simple. | David Calavera | |
| 2014-10-27 | Add connect methods to Remote. | David Calavera | |
| 2014-10-27 | Merge branch 'master' into ls_remote | David Calavera | |
| * master: Update libgit2 submodule. Remove Config#Refresh implemented Index.AddAll, Index.RemoveAll, Index.UpdateAll | |||
| 2014-10-25 | Merge pull request #125 from lucas-clemente/master | Carlos Martín Nieto | |
| implemented Index.AddAll as git_index_add_all wrapper | |||
| 2014-10-25 | Merge pull request #128 from calavera/remote_git_config_refresh_call | Carlos Martín Nieto | |
| Remove Config#Refresh | |||
| 2014-10-25 | Update libgit2 submodule. | David Calavera | |
| 2014-10-24 | Add Remote#Ls. | David Calavera | |
| Allow filtering heads by name. | |||
| 2014-10-24 | Remove Config#Refresh | David Calavera | |
| Because it has been removed from libgit2: https://github.com/libgit2/libgit2/commit/55cb4999720f46eddb97e25e7ddc6ac068dd0bae | |||
| 2014-10-24 | implemented Index.AddAll, Index.RemoveAll, Index.UpdateAll | Lucas Clemente | |
| 2014-10-23 | Merge pull request #123 from ry/master | Carlos Martín Nieto | |
| Use Filemode type in TreeEntry and IndexEntry | |||
| 2014-10-23 | Update to latest master | Carlos Martín Nieto | |
| 2014-10-20 | Use Filemode type in TreeEntry and IndexEntry | Ryan Dahl | |
| Fixes #121 | |||
| 2014-10-19 | remote: use the library's certificate validity if no callback is set | Carlos Martín Nieto | |
| We should not return 0, as in this case that means we let it through, return an appropriate error instead. | |||
| 2014-10-15 | Fix header name | Carlos Martín Nieto | |
| It turns out that some systems have a strings.h which includes string.h, which does not happen on GNU systems. | |||
| 2014-10-15 | Add a test for blobs | Carlos Martín Nieto | |
| This has been in my worktree unadded for a while. | |||
| 2014-10-15 | Add support for hostkey certificates | Carlos Martín Nieto | |
| While they're not exactly certificates, they belong in the same category. | |||
| 2014-10-15 | Merge branch 'fetchhead' | Carlos Martín Nieto | |
| Conflicts: remote.go | |||
| 2014-10-15 | add plumbing for update fetch head on remotes | Jess Sheneberger | |
| 2014-10-15 | Update to libgit2 master | Carlos Martín Nieto | |
| The option to ignore the server's certificate has been removed, replaced witha callback for the user to perform their own checking. Remote.Fetch() now performs opportunistic updates and takes a list of refspecs to use as the active set for a particular fetch. | |||
| 2014-09-11 | Merge pull request #109 from roguePanda/git_status | Carlos Martín Nieto | |
| Address issue #108 | |||
| 2014-09-09 | Merge pull request #117 from piger/dev | Carlos Martín Nieto | |
| add Index#RemoveByPath. | |||
| 2014-09-07 | add Index#RemoveByPath. | Daniel Kertesz | |
| 2014-09-04 | Merge pull request #116 from calavera/sync_with_libgit2_master | Carlos Martín Nieto | |
| Sync with libgit2 master. | |||
| 2014-09-04 | Update vendored libgit2 version to master. | David Calavera | |
| 2014-09-04 | remove unused status version field | Ben Navetta | |
