kamranahmedse / git-standup

Recall what you did on the last working day. Psst! or be nosy and find what someone else in your team did ;-)
MIT License
7.62k stars 304 forks source link

Uncaught error: "cd */: No such file or directory" #47

Closed ilovezfs closed 8 years ago

ilovezfs commented 8 years ago

Reproducer:

bash-4.3$ mkdir git
bash-4.3$ cd git
bash-4.3$ git init
Initialized empty Git repository in /Users/joe/git/.git/
bash-4.3$ mkdir 1
bash-4.3$ cd 1
bash-4.3$ git standup
/usr/local/bin/git-standup: line 120: cd: */: No such file or directory
bash-4.3$
ntzm commented 8 years ago

What version are you using? I get no error:

bash-3.2$ mkdir git
bash-3.2$ cd git
bash-3.2$ git init
Initialized empty Git repository in /Users/natzimmermann/git/.git/
bash-3.2$ mkdir 1
bash-3.2$ cd 1
bash-3.2$ git standup
bash-3.2$
ilovezfs commented 8 years ago

It was 2.1.7, but it seems to have gone away. I'll let you know if I see it happen again. Thanks for looking into it.