1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-17 00:18:05 +02:00

get branches with git for-each-ref

This commit is contained in:
Jesse Duffield
2019-11-17 10:04:06 +11:00
parent 6bd0979b4a
commit b7f2d0366b
2 changed files with 12 additions and 40 deletions

View File

@ -17,7 +17,6 @@ type Branch struct {
Recency string
Pushables string
Pullables string
Hash string
Selected bool
}