[PR #2771] [MERGED] Add checks for commits with missing author and time #16581

Closed
opened 2025-11-02 12:13:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2771
Author: @lafriks
Created: 10/23/2017
Status: Merged
Merged: 10/26/2017
Merged by: @lunny

Base: masterHead: fix/tags_without_author_time


📝 Commits (3)

  • 5257e76 Add checks for commits with missing author and time
  • 85c8781 Fix validate commits with emails if it has no Author
  • 483f895 Merge branch 'master' into fix/tags_without_author_time

📊 Changes

3 files changed (+43 additions, -18 deletions)

View changed files

📝 models/update.go (+22 -6)
📝 models/user.go (+11 -4)
📝 templates/repo/view_list.tmpl (+10 -8)

📄 Description

Can be reproduced in torvalds/linux repo where there are commits without author and/or time and tags that point not to commit but tree


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/2771 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 10/23/2017 **Status:** ✅ Merged **Merged:** 10/26/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix/tags_without_author_time` --- ### 📝 Commits (3) - [`5257e76`](https://github.com/go-gitea/gitea/commit/5257e7654b270d13aaf8ffb0573f898629bb163a) Add checks for commits with missing author and time - [`85c8781`](https://github.com/go-gitea/gitea/commit/85c8781bee4c78c9db963171d2f3c4a7aa018d58) Fix validate commits with emails if it has no Author - [`483f895`](https://github.com/go-gitea/gitea/commit/483f89596aa5a99c763d11ab3625010eb40aeec9) Merge branch 'master' into fix/tags_without_author_time ### 📊 Changes **3 files changed** (+43 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `models/update.go` (+22 -6) 📝 `models/user.go` (+11 -4) 📝 `templates/repo/view_list.tmpl` (+10 -8) </details> ### 📄 Description Can be reproduced in torvalds/linux repo where there are commits without author and/or time and tags that point not to commit but tree --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:13:57 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16581