diff --git a/docs/de/user/admin/assets/administration-settings-git.png b/docs/de/user/admin/assets/administration-settings-git.png new file mode 100644 index 0000000000..71ae9a6feb Binary files /dev/null and b/docs/de/user/admin/assets/administration-settings-git.png differ diff --git a/docs/de/user/admin/git.md b/docs/de/user/admin/git.md new file mode 100644 index 0000000000..e80864fcd3 --- /dev/null +++ b/docs/de/user/admin/git.md @@ -0,0 +1,23 @@ +--- +title: Administration +subtitle: Git +--- +Unter dem Eintrag Git können die folgenden Git-spezifischen Einstellungen vorgenommen werden: + +- GC Cron Ausdruck + + Wenn hier ein Wert gesetzt wird, führt der SCM-Manager zu den + [entsprechenden Zeiten](https://de.wikipedia.org/wiki/Cron) + eine "Git Garbage Collection" aus. + +- Deaktiviere "Non Fast-Forward" + + Wenn dieses aktiviert ist, werden "forcierte" Pushs abgelehnt, wenn diese keine "fast forwards" sind. + +- Default Branch + + Der hier gesetzte Branch Name wird bei der Initialisierung von neuen Repositories genutzt. + Bitte beachten Sie, dass dieser Name aufgrund von Git-Spezifika nicht bei leeren Repositories genutzt + werden kann (hier wird immer der Git-interne Default Name genutzt, derzeit also `master`). + +![Administration-Plugins-Installed](assets/administration-settings-git.png) diff --git a/docs/de/user/admin/index.md b/docs/de/user/admin/index.md index 3f88a4c402..fd4e75c3f4 100644 --- a/docs/de/user/admin/index.md +++ b/docs/de/user/admin/index.md @@ -8,6 +8,7 @@ Im Bereich Administration kann die SCM-Manager Instanz administriert werden. Von * [Plugins](plugins/) * [Berechtigungsrollen](roles/) * [Einstellungen](settings/) +* [Git](git/) ### Information diff --git a/docs/en/user/admin/assets/administration-settings-git.png b/docs/en/user/admin/assets/administration-settings-git.png new file mode 100644 index 0000000000..31ed35138f Binary files /dev/null and b/docs/en/user/admin/assets/administration-settings-git.png differ diff --git a/docs/en/user/admin/git.md b/docs/en/user/admin/git.md new file mode 100644 index 0000000000..625bca93b8 --- /dev/null +++ b/docs/en/user/admin/git.md @@ -0,0 +1,22 @@ +--- +title: Administration +subtitle: Git +--- +In the git section there are the following git specific settings: + +- GC Cron Expression + + If this is set, SCM-Manager will execute a git garbage collection matching the given + [cron expression](https://en.wikipedia.org/wiki/Cron#CRON_expression). + +- Disable Non Fast-Forward + + Activate this to reject forced pushes that are not fast forwards. + +- Default Branch + + The branch name configured here will be used for the initialization of new repositories. + Please mind, that due to git internals this cannot work for empty repositories (here git + will always use its internal default branch, so at the time being `master`). + +![Administration-Plugins-Installed](assets/administration-settings-git.png) diff --git a/docs/en/user/admin/index.md b/docs/en/user/admin/index.md index d2e77554d1..af1b9fd116 100644 --- a/docs/en/user/admin/index.md +++ b/docs/en/user/admin/index.md @@ -7,6 +7,7 @@ The SCM-Manager instance can be administered in the Administration area. From he * [Plugins](plugins/) * [Permission Roles](roles/) * [Settings](settings/) +* [Git](git/) ### Information On the information page in the administration area you can find the version of your SCM-Manager instance and helpful links to get in touch with the SCM-Manager support team. If there is a newer version for SCM-Manager, it will be shown with the link to the download section on the official SCM-Manager homepage.