mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-11 13:39:36 +00:00
Update src-d/go-git to v4.13.0 (#7688)
* update gopkg.in/src-d/go-git.v4 v4.13.0 * mod tidy * vendor
This commit is contained in:
committed by
techknowlogick
parent
bb875e98a1
commit
a9b4c8171f
2
vendor/gopkg.in/src-d/go-git.v4/config/branch.go
generated
vendored
2
vendor/gopkg.in/src-d/go-git.v4/config/branch.go
generated
vendored
@@ -72,7 +72,7 @@ func (b *Branch) marshal() *format.Subsection {
|
||||
if b.Rebase == "" {
|
||||
b.raw.RemoveOption(rebaseKey)
|
||||
} else {
|
||||
b.raw.SetOption(rebaseKey, string(b.Rebase))
|
||||
b.raw.SetOption(rebaseKey, b.Rebase)
|
||||
}
|
||||
|
||||
return b.raw
|
||||
|
Reference in New Issue
Block a user