[PR #76] [MERGED] Use POSIX complaint ! operator in find #82

Closed
opened 2026-02-16 10:24:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/git/pull/76
Author: @rsmarples
Created: 7/9/2017
Status: Merged
Merged: 7/10/2017
Merged by: @lafriks

Base: masterHead: fix-Makefile-posix


📝 Commits (1)

  • d45e726 Use POSIX complaint ! operator in find

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Makefile (+1 -1)

📄 Description

-not is a GNU extension and not all find(8) implementations
support it. It's just an alias for ! which is POSIX compliant.


🔄 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/git/pull/76 **Author:** [@rsmarples](https://github.com/rsmarples) **Created:** 7/9/2017 **Status:** ✅ Merged **Merged:** 7/10/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `fix-Makefile-posix` --- ### 📝 Commits (1) - [`d45e726`](https://github.com/go-gitea/git/commit/d45e726688a4aba2da8dd9141130c2ddeb077dfd) Use POSIX complaint ! operator in find ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -1) </details> ### 📄 Description -not is a GNU extension and not all find(8) implementations support it. It's just an alias for ! which is POSIX compliant. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:24:03 -05:00
yindo closed this issue 2026-02-16 10:24:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/git#82