-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use correct README link to render the README #23152
Merged
lunny
merged 9 commits into
go-gitea:main
from
yp05327:fix-wrong-img-link-in-repo-home-page-readme
Mar 3, 2023
Merged
Changes from 4 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
ae8a504
add readme file name to treelink
yp05327 960048f
Merge branch 'main' into fix-wrong-img-link-in-repo-home-page-readme
wolfogre 8f5db22
add test data
yp05327 32fbf7f
change repo size
yp05327 477a999
add test func
yp05327 a7981bf
Merge branch 'main' into fix-wrong-img-link-in-repo-home-page-readme
jolheiser 4a8fb80
Merge test-home-md-img to fix-wrong-img-link-in-repo-home-page-readme
yp05327 55fed65
Update tests/integration/repo_test.go
yp05327 f626443
Update tests/integration/repo_test.go
yp05327 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Binary file added
BIN
+68 Bytes
...gitea-repositories-meta/user2/repo1.git/objects/40/3d76c604cb569323864e06a07b85d466924802
Binary file not shown.
Binary file added
BIN
+158 Bytes
...gitea-repositories-meta/user2/repo1.git/objects/78/fb907e3a3309eae4fe8fef030874cebbf1cd5e
Binary file not shown.
Binary file added
BIN
+53 Bytes
...gitea-repositories-meta/user2/repo1.git/objects/f3/fa0f5cc797fc4c02a1b8bec9de4b2072fcdbdf
Binary file not shown.
1 change: 1 addition & 0 deletions
1
tests/gitea-repositories-meta/user2/repo1.git/refs/heads/home-md-img-check
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 @@ | ||
78fb907e3a3309eae4fe8fef030874cebbf1cd5e |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In some places, we are using the same format.
Such as:
gitea/tests/integration/repo_generate_test.go
Line 39 in ffce336
Is it necessary to fix them all in another PR?