Skip to content

Commit a0ecc5f

Browse files
romankllafriks
authored andcommitted
improve the git-scm url's in docs and sample.ini (#5467)
* remove old git-version from git-scm url in app.ini The url includes the version of git, which is not required to view the page. If you open the page without the version you get the current version and it's possible to switch the used version. Signed-off-by: Roman <[email protected]> * docs: mention the git-scm url for git configs Signed-off-by: Roman <[email protected]>
1 parent 20c54f8 commit a0ecc5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

custom/conf/app.ini.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ SCHEDULE = @every 10m
547547
SCHEDULE = @every 24h
548548
TIMEOUT = 60s
549549
; Arguments for command 'git fsck', e.g. "--unreachable --tags"
550-
; see more on http://git-scm.com/docs/git-fsck/1.7.5
550+
; see more on http://git-scm.com/docs/git-fsck
551551
ARGS =
552552

553553
; Check repository statistics
@@ -586,7 +586,7 @@ MAX_GIT_DIFF_LINE_CHARACTERS = 5000
586586
; Max number of files shown in diff view
587587
MAX_GIT_DIFF_FILES = 100
588588
; Arguments for command 'git gc', e.g. "--aggressive --auto"
589-
; see more on http://git-scm.com/docs/git-gc/1.7.5
589+
; see more on http://git-scm.com/docs/git-gc/
590590
GC_ARGS =
591591

592592
; Operation timeout in seconds

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
284284

285285
- `SCHEDULE`: **every 24h**: Cron syntax for scheduling repository health check.
286286
- `TIMEOUT`: **60s**: Time duration syntax for health check execution timeout.
287-
- `ARGS`: **\<empty\>**: Arguments for command `git fsck`, e.g. `--unreachable --tags`.
287+
- `ARGS`: **\<empty\>**: Arguments for command `git fsck`, e.g. `--unreachable --tags`. See more on http://git-scm.com/docs/git-fsck
288288

289289
### Cron - Repository Statistics Check (`cron.check_repo_stats`)
290290

@@ -296,7 +296,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
296296
- `MAX_GIT_DIFF_LINES`: **100**: Max number of lines allowed of a single file in diff view.
297297
- `MAX_GIT_DIFF_LINE_CHARACTERS`: **5000**: Max character count per line highlighted in diff view.
298298
- `MAX_GIT_DIFF_FILES`: **100**: Max number of files shown in diff view.
299-
- `GC_ARGS`: **\<empty\>**: Arguments for command `git gc`, e.g. `--aggressive --auto`.
299+
- `GC_ARGS`: **\<empty\>**: Arguments for command `git gc`, e.g. `--aggressive --auto`. See more on http://git-scm.com/docs/git-gc/
300300

301301
## Git - Timeout settings (`git.timeout`)
302302
- `MIGRATE`: **600**: Migrate external repositories timeout seconds.

0 commit comments

Comments
 (0)