mirror of
https://github.com/go-gitea/git.git
synced 2026-07-19 14:33:37 -04:00
[PR #76] [MERGED] Use POSIX complaint ! operator in find #82
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix-Makefile-posix📝 Commits (1)
d45e726Use 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.