littlebee / git-time-machine

Atom package that allows you to travel back in commit history
MIT License
1.12k stars 36 forks source link

Tries to get git log of config files #52

Closed UziTech closed 8 years ago

UziTech commented 8 years ago

when I open the config.cson file I get an error

Error: Command failed: git log --pretty="format:{#/dquotes/id#/dquotes/: #/dquotes/%H#/dquotes/, #/dquotes/authorName#/dquotes/: #/dquotes/%an#/dquotes/, #/dquotes/relativeDate#/dquotes/: #/dquotes/%cr#/dquotes/, #/dquotes/authorDate#/dquotes/: %at, #/dquotes/message#/dquotes/: #/dquotes/%s#/dquotes/, #/dquotes/body#/dquotes/: #/dquotes/%b#/dquotes/, #/dquotes/hash#/dquotes/: #/dquotes/%h#/dquotes/}" --topo-order --date=local --numstat C:\Users\tjbrix.atom\config.cson fatal: Not a git repository (or any of the parent directories): .git

Is there a way to not check git history on config files?

littlebee commented 8 years ago

This issue should be fixed in versions > 1.5.1