Age | Commit message (Expand) | Author | Files | Lines |
2019-07-01 | git-prompt: improve cherry-pick/revert detection | Phillip Wood | 1 | -2/+18 |
2019-01-07 | rebase: implement --merge via the interactive machinery | Elijah Newren | 1 | -1/+1 |
2018-08-27 | Merge branch 'sg/test-must-be-empty' | Junio C Hamano | 1 | -4/+2 |
2018-08-21 | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' | SZEDER Gábor | 1 | -4/+2 |
2018-08-20 | Merge branch 'wc/make-funnynames-shared-lazy-prereq' | Junio C Hamano | 1 | -8/+5 |
2018-08-06 | t: factor out FUNNYNAMES as shared lazy prereq | William Chargin | 1 | -8/+5 |
2018-07-16 | t9000-t9999: fix broken &&-chains | Eric Sunshine | 1 | -1/+1 |
2018-05-30 | t990X: use '.git/objects' as 'deep inside .git' path | Christian Couder | 1 | -1/+1 |
2018-02-28 | t9903-bash-prompt: don't check the stderr of __git_ps1() | SZEDER Gábor | 1 | -12/+2 |
2016-09-07 | t9903: fix broken && chain | Johannes Sixt | 1 | -1/+1 |
2016-05-03 | Merge branch 'js/name-rev-use-oldest-ref' | Junio C Hamano | 1 | -1/+1 |
2016-04-22 | name-rev: include taggerdate in considering the best name | Johannes Schindelin | 1 | -1/+1 |
2016-01-28 | mingw: do not bother to test funny file names | Johannes Schindelin | 1 | -1/+1 |
2015-11-24 | bash prompt: indicate dirty index even on orphan branches | SZEDER Gábor | 1 | -2/+2 |
2015-11-24 | bash prompt: test dirty index and worktree while on an orphan branch | SZEDER Gábor | 1 | -3/+28 |
2015-07-20 | bash prompt: test untracked files status indicator with untracked dirs | SZEDER Gábor | 1 | -0/+25 |
2015-03-26 | Merge branch 'jk/test-chain-lint' | Junio C Hamano | 1 | -1/+1 |
2015-03-25 | Merge branch 'ct/prompt-untracked-fix' | Junio C Hamano | 1 | -0/+11 |
2015-03-20 | t: fix trivial &&-chain breakage | Jeff King | 1 | -1/+1 |
2015-03-15 | git prompt: use toplevel to find untracked files | Cody A Taylor | 1 | -0/+11 |
2015-01-07 | git-prompt.sh: allow to hide prompt for ignored pwd | Jess Austin | 1 | -0/+106 |
2014-05-19 | git-prompt.sh: don't assume the shell expands the value of PS1 | Richard Hansen | 1 | -3/+3 |
2014-04-22 | git-prompt.sh: don't put unsanitized branch names in $PS1 | Richard Hansen | 1 | -22/+22 |
2013-08-18 | bash prompt: test the prompt with newline in repository path | SZEDER Gábor | 1 | -0/+23 |
2013-07-01 | Merge branch 'ed/color-prompt' | Junio C Hamano | 1 | -0/+141 |
2013-06-26 | git-prompt.sh: do not print duplicate clean color code | Eduardo R. D'Avila | 1 | -4/+4 |
2013-06-26 | t9903: remove redundant tests | Eduardo R. D'Avila | 1 | -114/+1 |
2013-06-26 | t9903: add tests for git-prompt pcmode | Eduardo R. D'Avila | 1 | -0/+254 |
2013-06-24 | bash prompt: use bash builtins to check stash state | SZEDER Gábor | 1 | -0/+1 |
2013-06-24 | bash prompt: combine 'git rev-parse' for detached head | SZEDER Gábor | 1 | -0/+8 |
2013-06-24 | bash prompt: print unique detached HEAD abbreviated object name | SZEDER Gábor | 1 | -1/+2 |
2013-06-24 | bash prompt: add a test for symbolic link symbolic refs | SZEDER Gábor | 1 | -0/+9 |
2013-06-24 | completion, bash prompt: move __gitdir() tests to completion test suite | SZEDER Gábor | 1 | -128/+0 |
2013-06-24 | bash prompt: use 'write_script' helper in interactive rebase test | SZEDER Gábor | 1 | -7/+5 |
2013-06-24 | bash prompt: fix redirection coding style in tests | SZEDER Gábor | 1 | -116/+116 |
2013-05-29 | prompt: fix for simple rebase | Felipe Contreras | 1 | -1/+1 |
2013-05-01 | Merge branch 'zk/prompt-rebase-step' | Junio C Hamano | 1 | -4/+10 |
2013-04-25 | bash-prompt.sh: show where rebase is at when stopped | Zoltan Klinger | 1 | -4/+10 |
2013-04-11 | t9903: Don't fail when run from path accessed through symlink | Torstein Hegge | 1 | -5/+5 |
2013-02-13 | t9903: add extra tests for bash.showDirtyState | Martin Erik Werner | 1 | -1/+37 |
2013-02-13 | t9903: add tests for bash.showUntrackedFiles | Martin Erik Werner | 1 | -0/+40 |
2012-06-19 | completion: respect $GIT_DIR | SZEDER Gábor | 1 | -1/+9 |
2012-05-22 | completion: split __git_ps1 into a separate script | Felipe Contreras | 1 | -1/+1 |
2012-05-09 | tests: add tests for the bash prompt functions in the completion script | SZEDER Gábor | 1 | -0/+448 |