| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-09-04 | give status option flags their own type | Ben Navetta | |
| 2014-09-04 | Merge pull request #113 from CMGS/master | Carlos Martín Nieto | |
| enhance checkout, add CheckoutTree method | |||
| 2014-09-04 | Merge pull request #115 from surma-dump/feature/empty_refname | Carlos Martín Nieto | |
| Repository.CreateCommit: Allow empty refname for non-update commit | |||
| 2014-09-04 | Repository.CreateCommit: Only allocate CStr on non-empty refname | Alexander Surma | |
| 2014-09-03 | Update clone options to be in sync with libgit2 master. | David Calavera | |
| Remove missing constants. | |||
| 2014-09-01 | Repository.CreateCommit: Allow empty refname for non-update commit | Alexander Surma | |
| 2014-08-28 | embrace static types | CMGS | |
| 2014-08-27 | enhance checkout, add CheckoutTree method | CMGS | |
| 2014-08-26 | Exit when pkg-config isn't found | Carlos Martín Nieto | |
| We run pkg-config in a subshell, so our 'set -e' does not take effect there. Explicitly error out if there was an error running pkg-config. | |||
| 2014-08-26 | Merge calvera/rev-parse | Carlos Martín Nieto | |
| 2014-08-26 | Remove unnecessary heap allocation | Carlos Martín Nieto | |
| 2014-08-25 | fix status list to handle null head_to_index in entries | Ben Navetta | |
| 2014-08-25 | add thread locking to status api | Ben Navetta | |
| 2014-08-25 | remove status_foreach binding | Ben Navetta | |
| 2014-08-25 | don't return anything from StatusList.Free | Ben Navetta | |
| 2014-08-25 | Update vendored libgit2 version to v0.21.1 | Carlos Martín Nieto | |
| 2014-08-25 | Handle empty slices in CreateBlobFromBuffer() | Carlos Martín Nieto | |
| Go won't let us access the zeroth alement of an empty slice, so we need to figure out if the length is zero and take special action. This fixes #106. | |||
| 2014-08-25 | Merge pull request #105 from mattes/patch-1 | Carlos Martín Nieto | |
| Make sure install/lib dir exists. Fixes #104 | |||
| 2014-08-22 | Extract data into a go struct. | David Calavera | |
| 2014-08-19 | add git_status_foreach binding | Ben Navetta | |
| 2014-08-19 | comment out issue with entry count | Ben Navetta | |
| 2014-08-18 | add StatusFile function | Ben Navetta | |
| 2014-08-18 | add status option support | Ben Navetta | |
| 2014-08-18 | start on status tests; fix bug in Repository.StatusList() | Ben Navetta | |
| 2014-08-18 | add StatusList() to Repository | Ben Navetta | |
| 2014-08-18 | add StatusList.EntryCount() | Ben Navetta | |
| 2014-08-18 | add ByIndex, reorder to match other files | Ben Navetta | |
| 2014-08-18 | status data types | Ben Navetta | |
| 2014-08-06 | Make sure install/lib dir exists. Fixes #104 | Matthias Kadenbach | |
| 2014-07-24 | Add Repository#RevParseExt. | David Calavera | |
| 2014-07-24 | Add Repository#RevParseSingle. | David Calavera | |
| 2014-07-24 | Make a new pointer to pass to git_revparse. | David Calavera | |
| 2014-07-24 | Add simple test for `rev-parse HEAD`. | David Calavera | |
| 2014-07-24 | Move RevSpec#From and RevSpec#To to struct methods. | David Calavera | |
| 2014-07-24 | Add Repository#RevParse. | David Calavera | |
| 2014-07-12 | Merge pull request #101 from bargez/patch-1 | Carlos Martín Nieto | |
| Fix a typo in git2go path | |||
| 2014-07-12 | Fix a typo in git2go path | Bartosz Gęza | |
| 2014-07-03 | travis: build with Go 1.3 | Carlos Martín Nieto | |
| 2014-07-03 | Update README | Carlos Martín Nieto | |
| Specify that we stick to the release and how to run the tests. | |||
