summaryrefslogtreecommitdiffstats
path: root/pkg/commands/branch.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-19 12:04:17 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-19 12:04:17 +1100
commitdadb6462523a545bb5256d7a3c08ffb341f980cc (patch)
tree7992c467fd3edf79d5cd3ef6742f6fc995d114c6 /pkg/commands/branch.go
parent0227b93409ea361e360c9a44095d937d73f4e19c (diff)
fix branch buildingv0.17.1
Diffstat (limited to 'pkg/commands/branch.go')
-rw-r--r--pkg/commands/branch.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/commands/branch.go b/pkg/commands/branch.go
index f0f97a331..d6c4d953b 100644
--- a/pkg/commands/branch.go
+++ b/pkg/commands/branch.go
@@ -8,4 +8,5 @@ type Branch struct {
Pushables string
Pullables string
UpstreamName string
+ Head bool
}