commit | 9bdc5173f0bc514d0b76165d45729622b2ad4d89 | [log] [tgz] |
---|---|---|
author | Cody A Taylor <codemister99@yahoo.com> | Thu Mar 12 19:24:50 2015 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Mar 15 14:23:22 2015 -0700 |
tree | da1c268253553011c696fe35e25a35a0fca5a13f | |
parent | 282616c72d1d08a77ca4fe1186cb708c38408d87 [diff] |
git prompt: use toplevel to find untracked files The __git_ps1() prompt function would not show an untracked state when all the untracked files are outside the current working directory. Signed-off-by: Cody A Taylor <codemister99@yahoo.com> Helped-by: SZEDER Gábor <szeder@ira.uka.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>