Skip to content

Commit

Permalink
Only add [modified] if tracked files have been changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Oct 4, 2017
1 parent bca7cbf commit 2a7d824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Futhark/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ versionString = showVersion version ++ "\n" ++ gitversion
]
branch | $(gitBranch) == "master" = ""
| otherwise = $(gitBranch) ++ " @ "
dirty | $(gitDirty) = " [modified]"
dirty | $(gitDirtyTracked) = " [modified]"
| otherwise = ""

0 comments on commit 2a7d824

Please sign in to comment.