summaryrefslogtreecommitdiffstats
path: root/t/t9903-bash-prompt.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* tests: add tests for the bash prompt functions in the completion scriptSZEDER Gábor2012-05-091-0/+448
The tests cover the discovery of the '.git' directory in the __gitdir() function in different scenarios, and the prompt itself, i.e. branch name, detached heads, operations (rebase, merge, cherry-pick, bisect), and status indicators (dirty, stash, untracked files; but not the upstream status). Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>