Add branch functions #58

Merged
jezell merged 16 commits from add-branch-lookup into master 2014-03-10 20:59:33 -05:00
1 changed files with 0 additions and 7 deletions
Showing only changes of commit b404c8b862 - Show all commits

View File

@ -19,13 +19,6 @@ const (
BranchRemote = C.GIT_BRANCH_REMOTE
)
const (
RefsDir = "refs/"
RefsHeadsDir = RefsDir + "heads/"
RefsTagsDir = RefsDir + "tags/"
RefsRemotesDir = RefsDir + "remotes/"
)
type Branch struct {
Reference
}