mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
services: gitolite-git-configuration: Add extra-content field.
* gnu/services/version-control.scm (<gitolite-git-configuration>): Add extra-content field. (gitolite-git-configuration-compiler): Handle it during configuration file generation. * doc/guix.texi (Version Control Services): Document it. Change-Id: Iceb02f60b8ef26138961aefef4e56ca83df0e19f Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
committed by
Maxim Cournoyer
parent
d4f3719a92
commit
24396e8327
@@ -41103,6 +41103,9 @@ values are @code{"master"} and @code{"main"}.
|
||||
@item @code{receive-fsck-objects} (default: @code{#f})
|
||||
If it is set to true, git-receive-pack will check all received objects.
|
||||
|
||||
@item @code{extra-content} (default: @code{""})
|
||||
Extra content to add verbatim into the git configuration file.
|
||||
|
||||
@end table
|
||||
@end deftp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user