aboutsummaryrefslogtreecommitdiffstats
path: root/t/t9903-bash-prompt.sh
AgeCommit message (Expand)AuthorFilesLines
2023-03-16completion: prompt: use generic colorsFelipe Contreras1-4/+4
2022-08-19git-prompt: show presence of unresolved conflicts at command promptJustin Donnelly1-0/+16
2022-06-10git-prompt: fix expansion of branch colour codesJoakim Petersen1-9/+9
2022-06-07git-prompt: make colourization consistentJoakim Petersen1-9/+9
2020-11-19t99*: adjust the references to the default branch name "main"Johannes Schindelin1-58/+58
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-02-16rebase: rename the two primary rebase backendsElijah Newren1-1/+1
2020-02-16git-prompt: change the prompt for interactive-based rebasesElijah Newren1-4/+4
2019-07-01git-prompt: improve cherry-pick/revert detectionPhillip Wood1-2/+18
2019-01-07rebase: implement --merge via the interactive machineryElijah Newren1-1/+1
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano1-4/+2
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor1-4/+2
2018-08-20Merge branch 'wc/make-funnynames-shared-lazy-prereq'Junio C Hamano1-8/+5
2018-08-06t: factor out FUNNYNAMES as shared lazy prereqWilliam Chargin1-8/+5
2018-07-16t9000-t9999: fix broken &&-chainsEric Sunshine1-1/+1
2018-05-30t990X: use '.git/objects' as 'deep inside .git' pathChristian Couder1-1/+1
2018-02-28t9903-bash-prompt: don't check the stderr of __git_ps1()SZEDER Gábor1-12/+2
2016-09-07t9903: fix broken && chainJohannes Sixt1-1/+1
2016-05-03Merge branch 'js/name-rev-use-oldest-ref'Junio C Hamano1-1/+1
2016-04-22name-rev: include taggerdate in considering the best nameJohannes Schindelin1-1/+1
2016-01-28mingw: do not bother to test funny file namesJohannes Schindelin1-1/+1
2015-11-24bash prompt: indicate dirty index even on orphan branchesSZEDER Gábor1-2/+2
2015-11-24bash prompt: test dirty index and worktree while on an orphan branchSZEDER Gábor1-3/+28
2015-07-20bash prompt: test untracked files status indicator with untracked dirsSZEDER Gábor1-0/+25
2015-03-26Merge branch 'jk/test-chain-lint'Junio C Hamano1-1/+1
2015-03-25Merge branch 'ct/prompt-untracked-fix'Junio C Hamano1-0/+11
2015-03-20t: fix trivial &&-chain breakageJeff King1-1/+1
2015-03-15git prompt: use toplevel to find untracked filesCody A Taylor1-0/+11
2015-01-07git-prompt.sh: allow to hide prompt for ignored pwdJess Austin1-0/+106
2014-05-19git-prompt.sh: don't assume the shell expands the value of PS1Richard Hansen1-3/+3
2014-04-22git-prompt.sh: don't put unsanitized branch names in $PS1Richard Hansen1-22/+22
2013-08-18bash prompt: test the prompt with newline in repository pathSZEDER Gábor1-0/+23
2013-07-01Merge branch 'ed/color-prompt'Junio C Hamano1-0/+141
2013-06-26git-prompt.sh: do not print duplicate clean color codeEduardo R. D'Avila1-4/+4
2013-06-26t9903: remove redundant testsEduardo R. D'Avila1-114/+1
2013-06-26t9903: add tests for git-prompt pcmodeEduardo R. D'Avila1-0/+254
2013-06-24bash prompt: use bash builtins to check stash stateSZEDER Gábor1-0/+1
2013-06-24bash prompt: combine 'git rev-parse' for detached headSZEDER Gábor1-0/+8
2013-06-24bash prompt: print unique detached HEAD abbreviated object nameSZEDER Gábor1-1/+2
2013-06-24bash prompt: add a test for symbolic link symbolic refsSZEDER Gábor1-0/+9
2013-06-24completion, bash prompt: move __gitdir() tests to completion test suiteSZEDER Gábor1-128/+0
2013-06-24bash prompt: use 'write_script' helper in interactive rebase testSZEDER Gábor1-7/+5
2013-06-24bash prompt: fix redirection coding style in testsSZEDER Gábor1-116/+116
2013-05-29prompt: fix for simple rebaseFelipe Contreras1-1/+1
2013-05-01Merge branch 'zk/prompt-rebase-step'Junio C Hamano1-4/+10
2013-04-25bash-prompt.sh: show where rebase is at when stoppedZoltan Klinger1-4/+10
2013-04-11t9903: Don't fail when run from path accessed through symlinkTorstein Hegge1-5/+5
2013-02-13t9903: add extra tests for bash.showDirtyStateMartin Erik Werner1-1/+37
2013-02-13t9903: add tests for bash.showUntrackedFilesMartin Erik Werner1-0/+40
2012-06-19completion: respect $GIT_DIRSZEDER Gábor1-1/+9
2012-05-22completion: split __git_ps1 into a separate scriptFelipe Contreras1-1/+1
2012-05-09tests: add tests for the bash prompt functions in the completion scriptSZEDER Gábor1-0/+448