summaryrefslogtreecommitdiff
path: root/branch.go
AgeCommit message (Expand)Author
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2020-12-05Mark some symbols to be deprecated #minor (#698)lhchavez
2018-08-08Remove uses of deprecated git_buf_freeCarlos Martín Nieto
2017-07-08First round of mass keep-alive additionsCarlos Martín Nieto
2016-09-05Add check for ErrIterOver in BranchIterator.ForEachMichael Daffin
2016-05-29BranchAll maps GIT_BRANCH_ALLMirko Nosenzo
2015-08-31Merge branch 'next'Carlos Martín Nieto
2015-08-12branch: fix memory leaks related to CStringsPatrick Steinhardt
2015-06-28Merge remote-tracking branch 'upstream/master' into nextCarlos Martín Nieto
2015-06-08Free reference resource allocated by libgit2 during go garbage collectingshinningstar
2015-03-15Update to libgit2 d675982a153Carlos Martín Nieto
2015-03-04Default signatureMark Probst
2015-02-19Add BranchIterator#ForEach.David Calavera
2014-12-11Remove useless includesCarlos Martín Nieto
2014-10-28Make the constants have typesCarlos Martín Nieto
2014-06-03Switch default to static linkingCarlos Martín Nieto
2014-05-26Keep a pointer to the repository in the objects and referencesCarlos Martín Nieto
2014-04-04merge with improved error handling logicJesse Ezell
2014-04-04Merge remote-tracking branch 'libgit/master' into branch-iteratorJesse Ezell
2014-04-01Adjust to Go tip changesCarlos Martín Nieto
2014-03-20remove channel based iteration for branch / ref. Add ReferenceNameIterator. A...Jesse Ezell
2014-03-19various improvements to interfaceJesse Ezell
2014-03-19remove Branch struct, unify reference iteratorsJesse Ezell
2014-03-12add branch iterator / remove useless repo from reference iteratorJesse Ezell
2014-02-28move return outside of switch for go 1.0 / travisJesse Ezell
2014-02-28fix msg handling to treat empty str as nilJesse Ezell
2014-02-28Remove unused constsJesse Ezell
2014-02-28fix bad git_buf handlingJesse Ezell
2014-02-26LastError -> MakeGitErrorJesse Ezell
2014-02-26Add thread lockingJesse Ezell
2014-02-26cleanup add-branchJesse Ezell
2013-10-30branch: Deleted BranchForeachJohann Weging
2013-10-10branch:BranchForeach: Correct handling of the ListFlagsJohann Weging
2013-10-08branch: Renamed BranchLookup to LookupBrnachJohann Weging
2013-10-08branch: Renamed BranchCreate to CreateBranchJohann Weging
2013-10-08branch: Variable names don't repeat its type name any longerJohann Weging
2013-10-08branch: Changed BranchT to BranchTypeJohann Weging
2013-10-08branch: Implemented branch functions.Johann Weging