mirror of
https://github.com/php/web-gcov.git
synced 2026-03-24 17:22:18 +01:00
[PR #4] [CLOSED] Remove unneeded vcsclean script call #2
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/php/web-gcov/pull/4
Author: @petk
Created: 2/12/2019
Status: ❌ Closed
Base:
master← Head:patch-vcsclean📝 Commits (1)
86283f1Remove unneeded vcsclean script call📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
cron/cron.sh(+0 -1)📄 Description
The
vcscleanshell script from the php-src repository is a simple wrapperaround the command of
git -Xfdand is in the process of being moved fromthe root location in the php-src repository in newer PHP branches to a more
dedicated place inside the scripts directory.
This particular call here is even not necessary because there is a
git clean call done one line below after it.
cc @nikic
discussion: https://github.com/php/php-src/pull/3589
Thank you.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.