mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-07 15:17:40 +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:
parent
bb875e98a1
commit
a9b4c8171f
131 changed files with 3148 additions and 406 deletions
3
vendor/gopkg.in/src-d/go-git.v4/options.go
generated
vendored
3
vendor/gopkg.in/src-d/go-git.v4/options.go
generated
vendored
|
@ -186,6 +186,9 @@ type PushOptions struct {
|
|||
// Progress is where the human readable information sent by the server is
|
||||
// stored, if nil nothing is stored.
|
||||
Progress sideband.Progress
|
||||
// Prune specify that remote refs that match given RefSpecs and that do
|
||||
// not exist locally will be removed.
|
||||
Prune bool
|
||||
}
|
||||
|
||||
// Validate validates the fields and sets the default values.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue