| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-28 | fix bad merge (LastError -> MakeGitError) | Jesse Ezell | |
| 2014-02-27 | add push, refine remotes | Jesse Ezell | |
| 2014-02-27 | Merge pull request #59 from libgit2/cmn/refs | Carlos Martín Nieto | |
| Add a few reference utility functions | |||
| 2014-02-27 | Merge pull request #60 from libgit2/cmn/reflogs-default | Carlos Martín Nieto | |
| Allow for a default in reflog messages | |||
| 2014-02-26 | re-encapsulate repository | Aidan Nulman | |
| 2014-02-26 | Actually type constants; unwrap DiffFile, DiffDelta, DiffHunk. | lye | |
| 2014-02-26 | merge latest, cleanup error handling, add thread locks | Jesse Ezell | |
| 2014-02-26 | LastError -> MakeGitError | Jesse Ezell | |
| 2014-02-26 | Merge branch 'master' of https://github.com/libgit2/git2go into ↵ | Jesse Ezell | |
| add-branch-lookup | |||
| 2014-02-26 | Add thread locking | Jesse Ezell | |
| 2014-02-26 | cleanup add-branch | Jesse Ezell | |
| 2014-02-26 | Merge branch 'branch_functions' of http://github.com/JohannWeging/git2go ↵ | Jesse Ezell | |
| into merge-add-branch-lookup | |||
| 2014-02-26 | Merge branch 'more-errors' | Carlos Martín Nieto | |
| 2014-02-26 | Convert the rest of the errors | Carlos Martín Nieto | |
| 2014-02-26 | Added git error code to the error object. | Jesper Hansen | |
| 2014-02-26 | Remove 'oid' as id name | Carlos Martín Nieto | |
| Following the cleanup from libgit2, let's not use 'oid' unless we mean the name of the data type. In the other cases, we mean an identifier, hence the name 'id'. | |||
| 2014-02-26 | Merge branch 'index-entries' | Carlos Martín Nieto | |
| 2014-02-26 | Adjust to oid -> id | Carlos Martín Nieto | |
| 2014-02-26 | Remove pointer to git_index_entry | Carlos Martín Nieto | |
| We have all the data | |||
| 2014-02-26 | Allow for a default in reflog messages | Carlos Martín Nieto | |
| We don't have a way to represent a NULL string, so if the user passes an empty string, let's pass NULL down so we tell libgit2 to use the default. | |||
| 2014-02-26 | Add a few reference utility functions | Carlos Martín Nieto | |
| 2014-02-26 | Bundle consts more idiomatically; add GitLineType alias. | lye | |
| 2014-02-26 | Unwrap DiffLine; add types for git_diff_flag_t and git_delta_t. | lye | |
| 2014-02-26 | Merge pull request #42 from libgit2/cmn/config | Carlos Martín Nieto | |
| Wrap some more config functions | |||
| 2014-02-26 | Lock the thread so we can get the error message | Carlos Martín Nieto | |
| 2014-02-26 | Add iterators and ConfigEntry | Carlos Martín Nieto | |
| 2014-02-26 | Add a few more missing config functions | Carlos Martín Nieto | |
| 2014-02-26 | Add a few missing config setters and getters | Carlos Martín Nieto | |
| 2014-02-24 | Merge branch 'master' into custom_odb | Aidan Nulman | |
| Conflicts: git.go reference.go repository.go submodule.go | |||
| 2014-02-24 | add custom refdb backend support | Aidan Nulman | |
| 2014-02-23 | Pre-emptively copy data when marshalling diff callback data. | lye | |
| When marshalling diff callback data to Go structs, any `char*` need to be pre-emptively copied onto Go's heap as they're invalidated as soon as our callback function returns. This patch adds this extra copy before sending the value to the channel, which fixes a bug wherein `DiffLine.Content`, `DiffFile.Path` and `DiffHunk.Header` would previously return garbage data. | |||
| 2014-02-23 | Export the constants and enumerations for diffs. | lye | |
| It is possible that the typed enums from libgit2 should be exported as distinct types rather than numeric constants (e.g, `git_delta_t` and `git_line_t` should be typed), but this has not been done in this patch. | |||
| 2014-02-23 | Return SubmoduleRecurse | Carlos Martín Nieto | |
| 2014-02-23 | Merge pull request #52 from ursachec/master | Carlos Martín Nieto | |
| Support for git_odb_hash. | |||
| 2014-02-23 | Merge pull request #51 from Tobscher/master | Carlos Martín Nieto | |
| added write method to index | |||
| 2014-02-23 | Merge pull request #55 from lye/add-is-x-reference-methods | Carlos Martín Nieto | |
| Add Is$Type methods to Reference. | |||
| 2014-02-23 | Merge commit 'refs/pull/53/head' of github.com:libgit2/git2go | Carlos Martín Nieto | |
| On top: fix git_buf handling and rename signature This fixes #57, #54. Conflicts: git.go reference.go repository.go submodule.go | |||
| 2014-02-20 | Add partial diff/patch functionality. | lye | |
| This commit adds barebones capacity to generate diffs from two trees and to emit those as git-style diffs (via `Patch.String`), or to enumerate the files/hunks/lines in the diff to emit the data yourself. The walk functions have been implemented in the same manner as the Odb walking methods. Note that not all of the functionality is implemented for either the `git_diff_*` nor the `git_patch_*` functions, and there are unexposed constants which would likely be useful to add. | |||
| 2014-02-20 | Add Is$Type methods to Reference. | lye | |
| This patch adds the following methods to Reference: IsBranch() bool IsRemote() bool IsTag() bool which correspond to the `git_reference_is_$type` functions in libgit2. | |||
| 2014-01-29 | add OdbBackend.Free() and the C it wraps; go fmt odb.go | Aidan Nulman | |
| 2014-01-29 | Merge branch 'catchupTo66af84' into custom_odb | Aidan Nulman | |
| Conflicts: git.go reference.go repository.go submodule.go | |||
| 2014-01-29 | update git2go to support latest libgit2 development commit (id: 66af84) | Aidan Nulman | |
| 2014-01-28 | Merge branch 'master' into custom_odb | Aidan Nulman | |
| 2014-01-26 | Remove unnecessary cast. | Claudiu-Vlad Ursache | |
| 2014-01-25 | Test for Odb hash function. | Claudiu-Vlad Ursache | |
| 2014-01-25 | Add Odb hash function. | Claudiu-Vlad Ursache | |
| 2014-01-24 | added write method | Tobias Haar | |
| 2014-01-06 | wip wrapping git_remote | Jason Toffaletti | |
| 2014-01-06 | minor | Jason Toffaletti | |
| 2014-01-05 | wrappers for git_cred, git_transfer_progress. don't call nil callbacks. | Jason Toffaletti | |
