forked from go-gitea/gitea
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'giteaofficial/main'
* giteaofficial/main: Removed some vestigial code related to Range bounds checks (go-gitea#20312) Add markdownlint (go-gitea#20512) Fix possible panic when repository is empty (go-gitea#20509) patch (doc): add heading to ssh flow explanation (go-gitea#20506) Show hint to link package to repo when viewing empty repo package list (go-gitea#20504) Fix ROOT_URL detection for URLs without trailing slash (go-gitea#20502) Add Tar ZSTD support (go-gitea#20493)
- Loading branch information
Showing
75 changed files
with
1,358 additions
and
842 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,3 @@ indent_style = tab | |
|
||
[*.svg] | ||
insert_final_newline = false | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
commands-show-output: false | ||
fenced-code-language: false | ||
first-line-h1: false | ||
header-increment: false | ||
line-length: {code_blocks: false, tables: false, stern: true, line_length: -1} | ||
no-alt-text: false | ||
no-bare-urls: false | ||
no-blanks-blockquote: false | ||
no-duplicate-header: {allow_different_nesting: true} | ||
no-emphasis-as-header: false | ||
no-empty-links: false | ||
no-hard-tabs: {code_blocks: false} | ||
no-inline-html: false | ||
no-space-in-code: false | ||
no-space-in-emphasis: false | ||
no-trailing-punctuation: false | ||
no-trailing-spaces: {br_spaces: 0} | ||
single-h1: false |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.