summaryrefslogtreecommitdiffstats
path: root/pkg/commands/branch.go
diff options
context:
space:
mode:
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
}