-
-
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
git gc
cron should not change repo's updated_unix
timestamp
#15634
Comments
a1012112796
added a commit
to a1012112796/gitea
that referenced
this issue
Apr 27, 2021
fix go-gitea#15634 Signed-off-by: a1012112796 <1012112796@qq.com>
I think v1.14 should also have the problem. |
lunny
pushed a commit
that referenced
this issue
Apr 27, 2021
zeripath
pushed a commit
to zeripath/gitea
that referenced
this issue
Apr 27, 2021
Backport go-gitea#15637 fix go-gitea#15634 Signed-off-by: a1012112796 <1012112796@qq.com>
AbdulrhmnGhanem
pushed a commit
to kitspace/gitea
that referenced
this issue
Aug 10, 2021
fix go-gitea#15634 Signed-off-by: a1012112796 <1012112796@qq.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since #15177, a repo's
updated_unix
timestamp seen on a repo on a org page can change when thegit gc
cron runs which I think is undesirable because it makes it seem as thought someone pushed to the repo while actually nothing happend. It executes with this SQL:I think
updated_unix
should not be updated during thegit gc
cron and instead only update when actual changes happen in the repo files, e.g. push actions.The text was updated successfully, but these errors were encountered: