FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.43k stars 636 forks source link

Rebase and Merge button are not visible #436

Open jchristin opened 10 years ago

jchristin commented 10 years ago

'Rebase' and 'Merge' buttons are not visible when a branch ready for merge is selected. Only 'Checkout' and 'Delete' buttons are visible.

Environment: Windows 8.1 Pro Node 0.10.31 npm 1.4.23 ungit 0.8.3 git 1.9.4

Browser console: The key "" is not recognized and ignored. (index):5 Resource interpreted as Script but transferred with MIME type text/html: "http://localhost:8448/serverdata.js". (index):29 App version: 0.8.3 (index):32 Event: Object {event: "navigated-to-path", path: "E:\Robot\src\Robot.Stock"} ungit.js:23522 Event: Object {event: "navigation-changed", path: "repository?path=E:\Robot\src\Robot.Stock", oldPath: undefined} ungit.js:23522 Event: Object {event: "connected"} ungit.js:23522 GET http://localhost:8448/api/checkout?path=E%3A%5CRobot%5Csrc%5CRobot.Stock&socketId=1 400 (Bad Request) ungit.js:1360 Event: Object {event: "current-remote-changed", newRemote: "origin"} ungit.js:23522 Event: Object {event: "init-tooltip"} ungit.js:23522 Deprecation warning: moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info. ungit.js:20293 GET http://www.gravatar.com/avatar/ef72fe90f13dce55e4a9ec0c5afbb79e?default=404 404 (Not Found) ungit.js:11412

FredrikNoren commented 9 years ago

You must have a branch checked out for them to be displayed, can you try checking out "master" or something and see if that helps?