Pr update branch is shows while there's nothing to update #12953

Closed
opened 2025-11-02 10:26:12 -06:00 by GiteaMirror · 11 comments
Owner

Originally created by @stuzer05 on GitHub (May 3, 2024).

Description

image

when clicking up update
image
image

Gitea Version

1.22.0+rc1-42-gc445a85528

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

docker

Database

None

Originally created by @stuzer05 on GitHub (May 3, 2024). ### Description ![image](https://github.com/go-gitea/gitea/assets/23124682/41c4e31d-b741-4a11-b35c-ab4adeff9049) when clicking up update ![image](https://github.com/go-gitea/gitea/assets/23124682/161f48d9-cbea-4b24-b12a-a94adce729f6) ![image](https://github.com/go-gitea/gitea/assets/23124682/6201e2cb-b6d7-4f8b-b3fa-8649c60089cf) ### Gitea Version 1.22.0+rc1-42-gc445a85528 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? docker ### Database None
GiteaMirror added the type/bug label 2025-11-02 10:26:12 -06:00
Author
Owner

@yp05327 commented on GitHub (Jun 4, 2024):

Can you check it again in 1.22?
And if it is possible, you can also check whether there are error logs in backend.
IIRC, if error occurred during this process, you can not see any error info in the frontend (which is not good)

@yp05327 commented on GitHub (Jun 4, 2024): Can you check it again in 1.22? And if it is possible, you can also check whether there are error logs in backend. IIRC, if error occurred during this process, you can not see any error info in the frontend (which is not good)
Author
Owner

@stuzer05 commented on GitHub (Jun 4, 2024):

Can you check it again in 1.22? And if it is possible, you can also check whether there are error logs in backend. IIRC, if error occurred during this process, you can not see any error info in the frontend (which is not good)

Still the same error on 1.23.0+dev-176-gaace3bccc3

@stuzer05 commented on GitHub (Jun 4, 2024): > Can you check it again in 1.22? And if it is possible, you can also check whether there are error logs in backend. IIRC, if error occurred during this process, you can not see any error info in the frontend (which is not good) Still the same error on 1.23.0+dev-176-gaace3bccc3
Author
Owner

@yp05327 commented on GitHub (Jun 4, 2024):

And no error log in backend?

@yp05327 commented on GitHub (Jun 4, 2024): And no error log in backend?
Author
Owner

@stuzer05 commented on GitHub (Jun 4, 2024):

log mode = debug

2024/06/04 10:56:18 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.17.0.21:0, 200 OK in 15.1ms @ <autogenerated>:1(http.Handler.ServeHTTP-fm)
2024/06/04 10:56:18 ...eb/routing/logger.go:102:func1() [I] router: completed GET /user/events for 95.67.111.111:0, 200 OK in 174645.8ms @ events/events.go:18(events.Events)
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/gitea/tmp/local-repo/pull.git3963216615): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= init --object-format sha1
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/gitea/tmp/local-repo/pull.git3963216615): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= remote add -t master -m master origin /data/git/repositories/work/cut.git
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/gitea/tmp/local-repo/pull.git3963216615): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= fetch origin --no-tags --no-write-commit-graph -- master:base master:original_base
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/gitea/tmp/local-repo/pull.git3963216615): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= symbolic-ref HEAD refs/heads/base
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/gitea/tmp/local-repo/pull.git3963216615): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= remote add head_repo /data/git/repositories/work/cut.git
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/gitea/tmp/local-repo/pull.git3963216615): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= fetch --no-tags --no-write-commit-graph head_repo refs/heads/work/cut#31:tracking
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/gitea/tmp/local-repo/pull.git3963216615): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-list --count --left-right base...tracking --
2024/06/04 10:56:19 ...eb/routing/logger.go:102:func1() [I] router: completed POST /work/cut/pulls/76/update for 95.67.111.111:0, 303 See Other in 104.8ms @ repo/pull.go:905(repo.UpdatePullRequest)
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= hash-object --stdin
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= diff --shortstat b235b37bdb0b5e245c15c75c09a3991353e3ee05...084be6b15d24d172b9ee38dcb228f1cf59f06713
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-list --max-count 50 --skip 0 b235b37bdb0b5e245c15c75c09a3991353e3ee05..084be6b15d24d172b9ee38dcb228f1cf59f06713
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse refs/pull/76/head
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= merge-base -- refs/heads/master refs/pull/76/head
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse refs/heads/master
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --pretty=format:%H b235b37bdb0b5e245c15c75c09a3991353e3ee05...refs/pull/76/head --
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= diff -z --name-only refs/heads/master...refs/pull/76/head --
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= hash-object --stdin
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= show-ref --verify -- refs/heads/work/cut#31
2024/06/04 10:56:19 .../context_response.go:70:HTML() [D] Template: repo/issue/view
2024/06/04 10:56:19 ...eb/routing/logger.go:102:func1() [I] router: completed GET /work/cut/pulls/76 for 95.67.111.111:0, 200 OK in 255.7ms @ repo/issue.go:1367(repo.ViewIssue)
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= hash-object --stdin
2024/06/04 10:56:19 ...eb/routing/logger.go:102:func1() [I] router: completed GET /work/cut/issues/76/content-history/overview for 95.67.111.111:0, 200 OK in 51.0ms @ repo/issue_content_history.go:24(repo.GetContentHistoryOverview)
@stuzer05 commented on GitHub (Jun 4, 2024): log mode = debug ```log 2024/06/04 10:56:18 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.17.0.21:0, 200 OK in 15.1ms @ <autogenerated>:1(http.Handler.ServeHTTP-fm) 2024/06/04 10:56:18 ...eb/routing/logger.go:102:func1() [I] router: completed GET /user/events for 95.67.111.111:0, 200 OK in 174645.8ms @ events/events.go:18(events.Events) 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/gitea/tmp/local-repo/pull.git3963216615): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= init --object-format sha1 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/gitea/tmp/local-repo/pull.git3963216615): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= remote add -t master -m master origin /data/git/repositories/work/cut.git 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/gitea/tmp/local-repo/pull.git3963216615): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= fetch origin --no-tags --no-write-commit-graph -- master:base master:original_base 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/gitea/tmp/local-repo/pull.git3963216615): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= symbolic-ref HEAD refs/heads/base 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/gitea/tmp/local-repo/pull.git3963216615): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= remote add head_repo /data/git/repositories/work/cut.git 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/gitea/tmp/local-repo/pull.git3963216615): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= fetch --no-tags --no-write-commit-graph head_repo refs/heads/work/cut#31:tracking 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/gitea/tmp/local-repo/pull.git3963216615): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-list --count --left-right base...tracking -- 2024/06/04 10:56:19 ...eb/routing/logger.go:102:func1() [I] router: completed POST /work/cut/pulls/76/update for 95.67.111.111:0, 303 See Other in 104.8ms @ repo/pull.go:905(repo.UpdatePullRequest) 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= hash-object --stdin 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= diff --shortstat b235b37bdb0b5e245c15c75c09a3991353e3ee05...084be6b15d24d172b9ee38dcb228f1cf59f06713 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-list --max-count 50 --skip 0 b235b37bdb0b5e245c15c75c09a3991353e3ee05..084be6b15d24d172b9ee38dcb228f1cf59f06713 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse refs/pull/76/head 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= merge-base -- refs/heads/master refs/pull/76/head 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse refs/heads/master 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --pretty=format:%H b235b37bdb0b5e245c15c75c09a3991353e3ee05...refs/pull/76/head -- 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= diff -z --name-only refs/heads/master...refs/pull/76/head -- 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= hash-object --stdin 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= show-ref --verify -- refs/heads/work/cut#31 2024/06/04 10:56:19 .../context_response.go:70:HTML() [D] Template: repo/issue/view 2024/06/04 10:56:19 ...eb/routing/logger.go:102:func1() [I] router: completed GET /work/cut/pulls/76 for 95.67.111.111:0, 200 OK in 255.7ms @ repo/issue.go:1367(repo.ViewIssue) 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2024/06/04 10:56:19 ...dules/git/command.go:291:Run() [D] git.Command.RunDir(/data/git/repositories/work/cut.git): /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= hash-object --stdin 2024/06/04 10:56:19 ...eb/routing/logger.go:102:func1() [I] router: completed GET /work/cut/issues/76/content-history/overview for 95.67.111.111:0, 200 OK in 51.0ms @ repo/issue_content_history.go:24(repo.GetContentHistoryOverview) ```
Author
Owner

@stuzer05 commented on GitHub (Jun 4, 2024):

And no error log in backend?

Can't see any errors

@stuzer05 commented on GitHub (Jun 4, 2024): > And no error log in backend? Can't see any errors
Author
Owner

@lunny commented on GitHub (Jun 4, 2024):

Can you reproduce it after refreshing the branch list page and the pull request page?

@lunny commented on GitHub (Jun 4, 2024): Can you reproduce it after refreshing the branch list page and the pull request page?
Author
Owner

@stuzer05 commented on GitHub (Jun 4, 2024):

Can you reproduce it after refreshing the branch list page and the pull request page?

What do you mean by refreshing the branch list page?

@stuzer05 commented on GitHub (Jun 4, 2024): > Can you reproduce it after refreshing the branch list page and the pull request page? What do you mean by refreshing the branch list page?
Author
Owner

@yp05327 commented on GitHub (Jun 5, 2024):

I think he means the third screenshot you uploaded

@yp05327 commented on GitHub (Jun 5, 2024): I think he means the third screenshot you uploaded
Author
Owner

@stuzer05 commented on GitHub (Jun 6, 2024):

image

@stuzer05 commented on GitHub (Jun 6, 2024): ![image](https://github.com/go-gitea/gitea/assets/23124682/fc5ac6f4-4a41-4349-897f-6ba6b6a1cb0c)
Author
Owner

@stuzer05 commented on GitHub (Jun 6, 2024):

git graph
image

@stuzer05 commented on GitHub (Jun 6, 2024): git graph ![image](https://github.com/go-gitea/gitea/assets/23124682/391fff5a-c3a0-4faf-af8f-dce22acf3e01)
Author
Owner

@wxiaoguang commented on GitHub (Dec 7, 2024):

Actually it is related to this: PR information could be out of sync and stuck in a stale status #23084

I think they are the same problem: some operations were canceled and the information is out-of-sync.

@wxiaoguang commented on GitHub (Dec 7, 2024): Actually it is related to this: PR information could be out of sync and stuck in a stale status #23084 I think they are the same problem: some operations were canceled and the information is out-of-sync.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#12953