albfan / git-graph

GNU General Public License v3.0
3 stars 2 forks source link

bug #5

Closed alexandre-mbm closed 7 years ago

alexandre-mbm commented 9 years ago
$ ./git-graph -a
Entrada em falta: -
$ git branch
* github-albfan
  googlecode-fixkowalski
  googlecode-gitgraph
  master
  master-3spaces
$ git graph
git: 'graph' não é um comando git. Veja 'git --help'.

Você quis dizer estas coisas?
    branch
    grep
albfan commented 9 years ago

Please give a concise description on title and an english detailed explanation of the problem. i guess this is related to installation. If you put git-graph on PATH, git assume it as a new command.

alexandre-mbm commented 9 years ago
$ export PATH="$PATH:$(pwd)"; echo $PATH
[my note: here was OK]
$ git graph
Entrada em falta: -
$

I don't speak English. My system is in pt-BR.

albfan commented 7 years ago

To debug, run it with:

$ git_graph_DEBUG=1 git graph

and post output here