Skip to content
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

Check project is a git dir before attempting to use last commit info for files #152

Closed
wants to merge 2 commits into from

Conversation

ogizanagi
Copy link
Member

Prevent getting issues with the processor in these 2 situations:

  • trying to execute the app before git init (e.g: composer create-project)
  • cloning the repo without history / from archive

@ogizanagi ogizanagi added the bug Something isn't working label Sep 14, 2022
ogizanagi added a commit that referenced this pull request Sep 14, 2022
…mit info for files (ogizanagi)

This PR was squashed before being merged into the 0.x-dev branch.

Discussion
----------

Check project is a git dir before attempting to use last commit info for files

Prevent getting issues with the processor in these 2 situations:

- trying to execute the app before `git init` (e.g: `composer create-project`)
- cloning the repo without history / from archive

Commits
-------

3da7989 Check project is a git dir before attempting to use last commit info for files
@ogizanagi
Copy link
Member Author

(merged in f599b93)

@ogizanagi ogizanagi closed this Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant