index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t9903-bash-prompt.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
2024-11-21
1
-1
/
+0
*
builtin/describe: fix trivial memory leak when describing blob
Patrick Steinhardt
2024-08-01
1
-0
/
+1
*
completion: prompt: use generic colors
Felipe Contreras
2023-03-16
1
-4
/
+4
*
git-prompt: show presence of unresolved conflicts at command prompt
Justin Donnelly
2022-08-19
1
-0
/
+16
*
git-prompt: fix expansion of branch colour codes
Joakim Petersen
2022-06-10
1
-9
/
+9
*
git-prompt: make colourization consistent
Joakim Petersen
2022-06-07
1
-9
/
+9
*
t99*: adjust the references to the default branch name "main"
Johannes Schindelin
2020-11-20
1
-58
/
+58
*
tests: mark tests relying on the current default for `init.defaultBranch`
Johannes Schindelin
2020-11-20
1
-0
/
+3
*
rebase: rename the two primary rebase backends
Elijah Newren
2020-02-17
1
-1
/
+1
*
git-prompt: change the prompt for interactive-based rebases
Elijah Newren
2020-02-17
1
-4
/
+4
*
git-prompt: improve cherry-pick/revert detection
Phillip Wood
2019-07-01
1
-2
/
+18
*
rebase: implement --merge via the interactive machinery
Elijah Newren
2019-01-07
1
-1
/
+1
*
Merge branch 'sg/test-must-be-empty'
Junio C Hamano
2018-08-27
1
-4
/
+2
|
\
|
*
tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'
SZEDER Gábor
2018-08-21
1
-4
/
+2
*
|
Merge branch 'wc/make-funnynames-shared-lazy-prereq'
Junio C Hamano
2018-08-20
1
-8
/
+5
|
\
\
|
*
|
t: factor out FUNNYNAMES as shared lazy prereq
William Chargin
2018-08-06
1
-8
/
+5
|
|
/
*
/
t9000-t9999: fix broken &&-chains
Eric Sunshine
2018-07-16
1
-1
/
+1
|
/
*
t990X: use '.git/objects' as 'deep inside .git' path
Christian Couder
2018-05-30
1
-1
/
+1
*
t9903-bash-prompt: don't check the stderr of __git_ps1()
SZEDER Gábor
2018-02-28
1
-12
/
+2
*
t9903: fix broken && chain
Johannes Sixt
2016-09-07
1
-1
/
+1
*
Merge branch 'js/name-rev-use-oldest-ref'
Junio C Hamano
2016-05-03
1
-1
/
+1
|
\
|
*
name-rev: include taggerdate in considering the best name
Johannes Schindelin
2016-04-22
1
-1
/
+1
*
|
mingw: do not bother to test funny file names
Johannes Schindelin
2016-01-28
1
-1
/
+1
*
|
bash prompt: indicate dirty index even on orphan branches
SZEDER Gábor
2015-11-24
1
-2
/
+2
*
|
bash prompt: test dirty index and worktree while on an orphan branch
SZEDER Gábor
2015-11-24
1
-3
/
+28
*
|
bash prompt: test untracked files status indicator with untracked dirs
SZEDER Gábor
2015-07-20
1
-0
/
+25
|
/
*
Merge branch 'jk/test-chain-lint'
Junio C Hamano
2015-03-26
1
-1
/
+1
|
\
|
*
t: fix trivial &&-chain breakage
Jeff King
2015-03-20
1
-1
/
+1
*
|
Merge branch 'ct/prompt-untracked-fix'
Junio C Hamano
2015-03-25
1
-0
/
+11
|
\
\
|
|
/
|
/
|
|
*
git prompt: use toplevel to find untracked files
Cody A Taylor
2015-03-15
1
-0
/
+11
*
|
git-prompt.sh: allow to hide prompt for ignored pwd
Jess Austin
2015-01-07
1
-0
/
+106
|
/
*
git-prompt.sh: don't assume the shell expands the value of PS1
Richard Hansen
2014-05-20
1
-3
/
+3
*
git-prompt.sh: don't put unsanitized branch names in $PS1
Richard Hansen
2014-04-22
1
-22
/
+22
*
bash prompt: test the prompt with newline in repository path
SZEDER Gábor
2013-08-18
1
-0
/
+23
*
Merge branch 'ed/color-prompt'
Junio C Hamano
2013-07-01
1
-0
/
+141
|
\
|
*
git-prompt.sh: do not print duplicate clean color code
Eduardo R. D'Avila
2013-06-26
1
-4
/
+4
|
*
t9903: remove redundant tests
Eduardo R. D'Avila
2013-06-26
1
-114
/
+1
|
*
t9903: add tests for git-prompt pcmode
Eduardo R. D'Avila
2013-06-26
1
-0
/
+254
*
|
bash prompt: use bash builtins to check stash state
SZEDER Gábor
2013-06-24
1
-0
/
+1
*
|
bash prompt: combine 'git rev-parse' for detached head
SZEDER Gábor
2013-06-24
1
-0
/
+8
*
|
bash prompt: print unique detached HEAD abbreviated object name
SZEDER Gábor
2013-06-24
1
-1
/
+2
*
|
bash prompt: add a test for symbolic link symbolic refs
SZEDER Gábor
2013-06-24
1
-0
/
+9
*
|
completion, bash prompt: move __gitdir() tests to completion test suite
SZEDER Gábor
2013-06-24
1
-128
/
+0
*
|
bash prompt: use 'write_script' helper in interactive rebase test
SZEDER Gábor
2013-06-24
1
-7
/
+5
*
|
bash prompt: fix redirection coding style in tests
SZEDER Gábor
2013-06-24
1
-116
/
+116
|
/
*
prompt: fix for simple rebase
Felipe Contreras
2013-05-29
1
-1
/
+1
*
Merge branch 'zk/prompt-rebase-step'
Junio C Hamano
2013-05-02
1
-4
/
+10
|
\
|
*
bash-prompt.sh: show where rebase is at when stopped
Zoltan Klinger
2013-04-25
1
-4
/
+10
*
|
t9903: Don't fail when run from path accessed through symlink
Torstein Hegge
2013-04-12
1
-5
/
+5
|
/
*
t9903: add extra tests for bash.showDirtyState
Martin Erik Werner
2013-02-13
1
-1
/
+37
[next]