This commit is contained in:
Kevin Sawicki
2012-10-27 09:28:13 -07:00
committed by Corey Johnson
parent de1d4cf8ab
commit 094b5a3604

View File

@@ -16,7 +16,8 @@ class Git
if repoPath
repoPath.substring(0, repoPath.length - 5)
getHead: -> @repo.getHead() || ''
getHead: ->
@repo.getHead() or ''
isIgnored: (path) ->
path and @repo.isIgnored(path)