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
/
branch.go
Age
Commit message (
Expand
)
Author
2021-09-05
Make all non-user-creatable structures non-comparable (#802)
lhchavez
2020-12-05
Mark some symbols to be deprecated #minor (#698)
lhchavez
2018-08-08
Remove uses of deprecated git_buf_free
Carlos Martín Nieto
2017-07-08
First round of mass keep-alive additions
Carlos Martín Nieto
2016-09-05
Add check for ErrIterOver in BranchIterator.ForEach
Michael Daffin
2016-05-29
BranchAll maps GIT_BRANCH_ALL
Mirko Nosenzo
2015-08-31
Merge branch 'next'
Carlos Martín Nieto
2015-08-12
branch: fix memory leaks related to CStrings
Patrick Steinhardt
2015-06-28
Merge remote-tracking branch 'upstream/master' into next
Carlos Martín Nieto
2015-06-08
Free reference resource allocated by libgit2 during go garbage collecting
shinningstar
2015-03-15
Update to libgit2 d675982a153
Carlos Martín Nieto
2015-03-04
Default signature
Mark Probst
2015-02-19
Add BranchIterator#ForEach.
David Calavera
2014-12-11
Remove useless includes
Carlos Martín Nieto
2014-10-28
Make the constants have types
Carlos Martín Nieto
2014-06-03
Switch default to static linking
Carlos Martín Nieto
2014-05-26
Keep a pointer to the repository in the objects and references
Carlos Martín Nieto
2014-04-04
merge with improved error handling logic
Jesse Ezell
2014-04-04
Merge remote-tracking branch 'libgit/master' into branch-iterator
Jesse Ezell
2014-04-01
Adjust to Go tip changes
Carlos Martín Nieto
2014-03-20
remove channel based iteration for branch / ref. Add ReferenceNameIterator. A...
Jesse Ezell
2014-03-19
various improvements to interface
Jesse Ezell
2014-03-19
remove Branch struct, unify reference iterators
Jesse Ezell
2014-03-12
add branch iterator / remove useless repo from reference iterator
Jesse Ezell
2014-02-28
move return outside of switch for go 1.0 / travis
Jesse Ezell
2014-02-28
fix msg handling to treat empty str as nil
Jesse Ezell
2014-02-28
Remove unused consts
Jesse Ezell
2014-02-28
fix bad git_buf handling
Jesse Ezell
2014-02-26
LastError -> MakeGitError
Jesse Ezell
2014-02-26
Add thread locking
Jesse Ezell
2014-02-26
cleanup add-branch
Jesse Ezell
2013-10-30
branch: Deleted BranchForeach
Johann Weging
2013-10-10
branch:BranchForeach: Correct handling of the ListFlags
Johann Weging
2013-10-08
branch: Renamed BranchLookup to LookupBrnach
Johann Weging
2013-10-08
branch: Renamed BranchCreate to CreateBranch
Johann Weging
2013-10-08
branch: Variable names don't repeat its type name any longer
Johann Weging
2013-10-08
branch: Changed BranchT to BranchType
Johann Weging
2013-10-08
branch: Implemented branch functions.
Johann Weging