Sync branches when mirroring (#25722)
Caused by #22743 --------- Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
This commit is contained in:
parent
d17a848fe2
commit
45ac90eb54
2 changed files with 5 additions and 1 deletions
|
@ -188,7 +188,6 @@ func InitFull(ctx context.Context) (err error) {
|
|||
if CheckGitVersionAtLeast("2.9") == nil {
|
||||
globalCommandArgs = append(globalCommandArgs, "-c", "credential.helper=")
|
||||
}
|
||||
|
||||
SupportProcReceive = CheckGitVersionAtLeast("2.29") == nil
|
||||
|
||||
if setting.LFS.StartServer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue