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
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