Skip to content
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

Read previous info from git blame #28306

Merged
merged 2 commits into from
Dec 1, 2023
Merged

Read previous info from git blame #28306

merged 2 commits into from
Dec 1, 2023

Conversation

KN4CK3R
Copy link
Member

@KN4CK3R KN4CK3R commented Nov 30, 2023

Fixes #28280

Reads the previous info from the git blame output instead of calculating it afterwards.

@KN4CK3R KN4CK3R added the type/enhancement An improvement of existing functionality label Nov 30, 2023
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Nov 30, 2023
@pull-request-size pull-request-size bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Nov 30, 2023
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Nov 30, 2023
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Nov 30, 2023
@wxiaoguang wxiaoguang added type/bug backport/v1.21 This PR should be backported to Gitea 1.21 labels Nov 30, 2023
@lafriks lafriks enabled auto-merge (squash) December 1, 2023 01:01
@lafriks lafriks disabled auto-merge December 1, 2023 01:01
@lafriks lafriks enabled auto-merge (squash) December 1, 2023 01:01
@lunny lunny added this to the 1.22.0 milestone Dec 1, 2023
@lafriks lafriks merged commit 14354e4 into go-gitea:main Dec 1, 2023
25 checks passed
GiteaBot pushed a commit to GiteaBot/gitea that referenced this pull request Dec 1, 2023
Fixes go-gitea#28280

Reads the `previous` info from the `git blame` output instead of
calculating it afterwards.
@GiteaBot GiteaBot added the backport/done All backports for this PR have been created label Dec 1, 2023
zjjhot added a commit to zjjhot/gitea that referenced this pull request Dec 1, 2023
* giteaofficial/main:
  Read `previous` info from git blame (go-gitea#28306)
  Add missing variable in tag list (go-gitea#28305)
  Make pushUpdate error verbose (go-gitea#28263)
  Meilisearch: require all query terms to be matched (go-gitea#28293)
  Ignore "non-existing" errors when getDirectorySize calculates the size (go-gitea#28276)
@KN4CK3R KN4CK3R deleted the fix-blame branch December 1, 2023 07:25
KN4CK3R added a commit that referenced this pull request Dec 1, 2023
Backport #28306 by @KN4CK3R

Fixes #28280

Reads the `previous` info from the `git blame` output instead of
calculating it afterwards.

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
pangliang pushed a commit to pangliang/gitea that referenced this pull request Dec 5, 2023
Fixes go-gitea#28280

Reads the `previous` info from the `git blame` output instead of
calculating it afterwards.
fuxiaohei pushed a commit to fuxiaohei/gitea that referenced this pull request Jan 17, 2024
Fixes go-gitea#28280

Reads the `previous` info from the `git blame` output instead of
calculating it afterwards.
silverwind pushed a commit to silverwind/gitea that referenced this pull request Feb 20, 2024
Fixes go-gitea#28280

Reads the `previous` info from the `git blame` output instead of
calculating it afterwards.
@go-gitea go-gitea locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport/done All backports for this PR have been created backport/v1.21 This PR should be backported to Gitea 1.21 lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. type/bug type/enhancement An improvement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The git blame view fails to display the majority of its "prior to change" markers
6 participants