Skip to content

Commit 54d1553

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix-16600-fix-access-logger
2 parents f784e85 + 80b7889 commit 54d1553

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ The following configuration set `Content-Type: application/vnd.android.package-a
300300
- `LANDING_PAGE`: **home**: Landing page for unauthenticated users \[home, explore, organizations, login\].
301301

302302
- `LFS_START_SERVER`: **false**: Enables git-lfs support.
303-
- `LFS_CONTENT_PATH`: **%(APP_DATA_PATH)/lfs**: DEPRECATED: Default LFS content path. (if it is on local storage.)
303+
- `LFS_CONTENT_PATH`: **%(APP_DATA_PATH)/lfs**: Default LFS content path. (if it is on local storage.) **DEPRECATED** use settings in `[lfs]`.
304304
- `LFS_JWT_SECRET`: **\<empty\>**: LFS authentication secret, change this a unique string.
305305
- `LFS_HTTP_AUTH_EXPIRY`: **20m**: LFS authentication validity period in time.Duration, pushes taking longer than this may fail.
306306
- `LFS_MAX_FILE_SIZE`: **0**: Maximum allowed LFS file size in bytes (Set to 0 for no limit).

options/locale/locale_en-US.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,10 +1437,10 @@ pulls.no_merge_helper = Enable merge options in the repository settings or merge
14371437
pulls.no_merge_wip = This pull request can not be merged because it is marked as being a work in progress.
14381438
pulls.no_merge_not_ready = This pull request is not ready to be merged, check review status and status checks.
14391439
pulls.no_merge_access = You are not authorized to merge this pull request.
1440-
pulls.merge_pull_request = Merge Pull Request
1441-
pulls.rebase_merge_pull_request = Rebase and Merge
1442-
pulls.rebase_merge_commit_pull_request = Rebase and Merge (--no-ff)
1443-
pulls.squash_merge_pull_request = Squash and Merge
1440+
pulls.merge_pull_request = Create merge commit
1441+
pulls.rebase_merge_pull_request = Rebase then fast-forward
1442+
pulls.rebase_merge_commit_pull_request = Rebase then create merge commit
1443+
pulls.squash_merge_pull_request = Create squash commit
14441444
pulls.merge_manually = Manually merged
14451445
pulls.merge_commit_id = The merge commit ID
14461446
pulls.require_signed_wont_sign = The branch requires signed commits but this merge will not be signed

0 commit comments

Comments
 (0)