1
0
Fork 0
forked from forgejo/forgejo

Add info about Wire 2 when Git over SSH (#20619)

- Follow up of #20616. Add a note about this in the config cheat
sheet, given there's no dedicated page for this.
This commit is contained in:
Gusted 2022-08-02 12:25:26 +02:00 committed by GitHub
parent 8740631b79
commit e43bb2b0b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -632,6 +632,7 @@ ROUTER = console
;GC_ARGS =
;;
;; If use git wire protocol version 2 when git version >= 2.18, default is true, set to false when you always want git wire protocol version 1
;; To enable this for Git over SSH when using a OpenSSH server, add `AcceptEnv GIT_PROTOCOL` to your sshd_config file.
;ENABLE_AUTO_GIT_WIRE_PROTOCOL = true
;;
;; Respond to pushes to a non-default branch with a URL for creating a Pull Request (if the repository has them enabled)