index
:
go.wit.com/lib/libgit2.git
devel
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
repository.go
Age
Commit message (
Expand
)
Author
2021-09-05
Add support for custom smart transports (#806)
lhchavez
2021-09-05
Make all non-user-creatable structures non-comparable (#802)
lhchavez
2021-09-04
Add `CreateCommitWithSignature` (#782)
lhchavez
2021-09-04
Add `Repository.CreateCommitBuffer` (#781)
lhchavez
2021-04-03
Git repository item path (#757)
Vladimir Buzuev
2021-02-03
Implement git_repository_set_config (#735)
Byoungchan Lee
2021-02-02
Support git_repository_message, git_repository_message_remove (#734)
Byoungchan Lee
2020-12-10
Ensure that no pointer handles leak during the test (#712)
lhchavez
2020-10-22
repository: Implement wrappers for `git_object_lookup_prefix` (#658)
Patrick Steinhardt
2020-02-22
Free() the copies of repository.LookupXxx()
lhchavez
2019-01-08
Merge remote-tracking branch 'upstream/master' into repository-create_commit_...
lhchavez
2019-01-08
Keeping the tree alive
lhchavez
2019-01-08
Add a test and some comments as to the ugly pointer arithmetic
lhchavez
2019-01-05
Use git_object_t instead of deprecated git_otype
Carlos Martín Nieto
2018-11-15
Add support for CreateCommitFromIds
lhchavez
2017-07-11
fixed typos
reujab
2017-07-08
Third round of keep-alive aditions
Carlos Martín Nieto
2017-07-08
Second round of keep-alives
Carlos Martín Nieto
2017-07-08
First round of mass keep-alive additions
Carlos Martín Nieto
2017-03-07
Add new repository open flags
M. Adam Kendall
2016-08-27
Merge remote-tracking branch 'upstream/master' into next
Carlos Martín Nieto
2016-05-29
Tag Remove
Mirko Nosenzo
2016-03-29
Add Repository.IsShallow
Hans Rødtang
2016-03-29
Add Repository.IsEmpty
Hans Rødtang
2016-03-29
Add Repository.IsHeadUnborn
Hans Rødtang
2016-02-20
Merge branch 'next' into stash-support
Calin Seciu
2016-02-15
Merge remote-tracking branch 'upstream/master' into next
Carlos Martín Nieto
2016-01-15
Add missing RepositoryOpenExtended arguments
Michael Gehring
2015-10-13
Expose AddGitIgnoreRules and ClearGitIgnoreRules funcs
Jose Alvarez
2015-09-21
Add stash support
Calin Seciu
2015-08-31
Run go fmt
Carlos Martín Nieto
2015-08-04
Move from an Object interface to a type
Carlos Martín Nieto
2015-07-31
Move CreateTag to the tags collection
Carlos Martín Nieto
2015-07-31
Add TagsCollection
Calin Seciu
2015-07-01
Merge remote-tracking branch 'upstream/master' into next
Carlos Martín Nieto
2015-07-01
Adjust style
Carlos Martín Nieto
2015-07-01
Merge commit 'refs/pull/198/head' of github.com:libgit2/git2go
Carlos Martín Nieto
2015-07-01
Merge commit 'refs/pull/174/head' of github.com:libgit2/git2go
Carlos Martín Nieto
2015-06-30
Repository: move to use an actual constructor
Carlos Martín Nieto
2015-06-28
Create a NotesCollection for managing notes
Carlos Martín Nieto
2015-06-28
Create a ReferenceCollection for managing references
Carlos Martín Nieto
2015-06-28
Create a SubmoduleCollection for managing submodules
Carlos Martín Nieto
2015-06-28
Create a RemoteCollection for managing remotes
Carlos Martín Nieto
2015-04-30
Add method to check if repo is detached
Fernando Oliveira
2015-04-18
Update to libgit2 4c02d3937
Carlos Martín Nieto
2015-03-15
Update to libgit2 d675982a153
Carlos Martín Nieto
2015-03-04
Default signature
Mark Probst
2015-03-04
State cleanup
Mark Probst
2015-03-04
Repository state
Mark Probst
2015-02-13
use git_signature_free
Matthew Donoughe
[next]