index
:
jcarr/libgit2
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 (
Collapse
)
Author
2014-04-01
Adjust to Go tip changes
Carlos MartÃn Nieto
It does not like breaking aliasing rules, so let's keep a casted pointer for when libgit2 wants that.
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