jung-kim / atom-ungit

Atom plugin for Ungit project
MIT License
75 stars 12 forks source link

init errors #44

Closed JasCodes closed 8 years ago

JasCodes commented 8 years ago

Hey thr On windows10 got following error when I init via ungit UI.

Command

-c color.ui=false -c core.quotepath=false -c core.pager=cat log --decorate=full --date=default --pretty=fuller --branches --tags --remotes --parents --no-notes --numstat --topo-order --max-count=25

Error

fatal: your current branch 'master' does not have any commits yet

Stderr

fatal: your current branch 'master' does not have any commits yet

Stdout

Thx Jas

jung-kim commented 8 years ago

So as you can see that is a issue when there is no commit to master. It's not really a show stopper as you can close it and use ungit as normally after.

I may just have this be ignored later.

JasCodes commented 8 years ago

yeah sure

jung-kim commented 8 years ago

Closing as not an issue