You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/signing.en-us.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -100,9 +100,9 @@ ideal UI and therefore subject to change.
100
100
**Since 1.17**, Gitea runs git in its own home directory `[git].HOME_PATH` (default to `%(APP_DATA_PATH)/home`)
101
101
and uses its own config `{[git].HOME_PATH}/.gitconfig`.
102
102
If you have your own customized git config for Gitea, you should set these configs in system git config (aka `/etc/gitconfig`)
103
-
or the Gitea internal git config `{[git].HOME_PATH}/.gitconfig`.
104
-
Related home files for git command (like `.gnupg`) should also be put in Gitea's git home directory `[git].HOME_PATH`.
105
-
103
+
or the Gitea internal git config `{[git].HOME_PATH}/.gitconfig`.
104
+
Related home files for git command (like `.gnupg`) should also be put in Gitea's git home directory `[git].HOME_PATH`.
105
+
If you like to keep the `.gnupg` directory outside of `{[git].HOME_PATH}/`, consider setting the `$GNUPGHOME` environment variable to your preferred location.
Copy file name to clipboardExpand all lines: options/locale/locale_es-ES.ini
+2-1
Original file line number
Diff line number
Diff line change
@@ -861,8 +861,9 @@ default_branch=Rama por defecto
861
861
default_branch_helper=La rama por defecto es la rama base para pull requests y commits de código.
862
862
mirror_prune=Purgar
863
863
mirror_prune_desc=Eliminar referencias de seguimiento de remotes obsoletas
864
-
mirror_interval=Intervalo de replicación (las unidades de tiempo válidas son «h», «m» y «s»). 0 desactiva la sincronización automática. (Intervalo mínimo: %s)
864
+
mirror_interval=Intervalo de réplica (Las unidades de tiempo válidas son 'h', 'm', 's'). 0 para deshabilitar la sincronización automática. (Intervalo mínimo: %s)
865
865
mirror_interval_invalid=El intervalo de réplica no es válido.
866
+
mirror_sync_on_commit=Sincronizar cuando los commits sean subidos
866
867
mirror_address=Clonar desde URL
867
868
mirror_address_desc=Ponga cualquier credencial requerida en la sección de Autorización.
868
869
mirror_address_url_invalid=La url proporcionada no es válida. Debe escapar correctamente de todos los componentes de la url.
default_branch_helper=Noklusētais atzars nosaka pamata atzaru uz kuru tiks veidoti izmaiņu pieprasījumi un koda revīziju iesūtīšana.
862
862
mirror_prune=Izmest
863
863
mirror_prune_desc=Izdzēst visas ārējās atsauces, kas ārējā repozitorijā vairs neeksistē
864
-
mirror_interval=Spoguļošanas intervāls (derīgas laika vienības ir 'h', 'm', 's'). Norādiet 0, lai atslēgtu automātisku spoguļošanu. (Minimālais intervāls: %s)
0 commit comments