mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
💄
This commit is contained in:
committed by
Corey Johnson
parent
de1d4cf8ab
commit
094b5a3604
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user