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

Ignore untracked files when checking if a repository has changes #571

Merged
merged 1 commit into from
Jun 14, 2019

Conversation

fthomas
Copy link
Member

@fthomas fthomas commented Jun 14, 2019

This prevents errors like this:

[info] 2019-06-14 23:19:20,117 WARN  No files found that contain the current version
[info] 2019-06-14 23:19:20,148 INFO  Create branch update/scripted-plugin-1.1.6
[info] java.io.IOException: On branch update/scripted-plugin-1.1.6
[info] Untracked files:
[info]  project/project/
[info]  project/target/
[info]  target/
[info] nothing added to commit but untracked files present

This prevents errors like this:
```
[info] 2019-06-14 23:19:20,117 WARN  No files found that contain the current version
[info] 2019-06-14 23:19:20,148 INFO  Create branch update/scripted-plugin-1.1.6
[info] java.io.IOException: On branch update/scripted-plugin-1.1.6
[info] Untracked files:
[info]  project/project/
[info]  project/target/
[info]  target/
[info] nothing added to commit but untracked files present
```
@fthomas fthomas added the bug Something isn't working label Jun 14, 2019
@fthomas fthomas added this to the 0.3.0 milestone Jun 14, 2019
@fthomas fthomas merged commit 5716ec4 into master Jun 14, 2019
@fthomas fthomas deleted the topic/ignore-untracked branch June 15, 2019 02:30
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