Close GH-80: Include untracked files in dirtiness check. Fixes #1, Fixes #79

This commit is contained in:
Max Shishkin
2014-08-09 17:41:30 +02:00
committed by Sindre Sorhus
parent 18c3d66dd5
commit 1d97762b7a
2 changed files with 7 additions and 2 deletions

View File

@@ -84,6 +84,10 @@ The max execution time of a process before its run time is shown when it exits.
Set `PURE_GIT_PULL=0` to prevent Pure from checking whether the current Git remote has been updated.
### `PURE_GIT_UNTRACKED_DIRTY`
Set `PURE_GIT_UNTRACKED_DIRTY=0` to not include untracked files in dirtiness check.
## Example
```sh