Albacore / albacore

Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems.
www.albacorebuild.net
221 stars 64 forks source link

Replace git diff with git status #200

Closed jonathanmorley closed 8 years ago

jonathanmorley commented 8 years ago

git diff --exit-code sometimes gives the wrong exit code, but only when running in rake. git status --porcelain provides the same checks as the clean? and committed? methods, but appears to be more stable.