trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 208 forks source link

git dir not recognized #74

Open hansbogert opened 10 years ago

hansbogert commented 10 years ago

Git dirs are not recognized, then creating as suggested, clearly shows re initializing, making it clear there actually was a git dir.

- ~/temp3/
  + ok
  - @git/
    | Not a git repository.  Create a new one here?
    - setup/create/
      | Reinitialized existing Git repository in /Users/hans/temp3/.git/
chris-0xcd commented 10 years ago

The problem appears to be with some versions of git not having the hash sign in front of the branch name in the "git status" output.

git 1.7.10.4 on debian:

# On branch master

git 1.8.5.2 on osx (Apple Git-48):

On branch master