Age | Commit message (Expand) | Author | Files | Lines |
2013-06-24 | bash prompt: avoid command substitution when checking for untracked files | SZEDER Gábor | 1 | -1/+1 |
2013-06-24 | bash prompt: use bash builtins to check stash state | SZEDER Gábor | 1 | -2/+3 |
2013-06-24 | bash prompt: use bash builtins to check for unborn branch for dirty state | SZEDER Gábor | 1 | -1/+1 |
2013-06-24 | bash prompt: combine 'git rev-parse' for detached head | SZEDER Gábor | 1 | -4/+12 |
2013-06-24 | bash prompt: combine 'git rev-parse' executions in the main code path | SZEDER Gábor | 1 | -5/+13 |
2013-06-24 | bash prompt: use bash builtins to find out current branch | SZEDER Gábor | 1 | -18/+33 |
2013-06-24 | bash prompt: use bash builtins to find out rebase state | SZEDER Gábor | 1 | -6/+6 |
2013-06-24 | bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir() | SZEDER Gábor | 2 | -27/+1 |
2013-06-24 | bash prompt: return early from __git_ps1() when not in a git repository | SZEDER Gábor | 1 | -100/+101 |
2013-06-24 | bash prompt: print unique detached HEAD abbreviated object name | SZEDER Gábor | 1 | -1/+1 |
2013-06-23 | Merge branch 'rr/prompt-rebase-breakage-fix' | Junio C Hamano | 1 | -6/+6 |
2013-06-21 | Sync with maint | Junio C Hamano | 1 | -1/+1 |
2013-06-21 | completion: complete diff --word-diff | Ramkumar Ramachandra | 1 | -1/+1 |
2013-06-14 | Merge branch 'rr/complete-difftool-fixup' | Junio C Hamano | 1 | -2/+2 |
2013-06-14 | prompt: squelch error output from cat | Ramkumar Ramachandra | 1 | -6/+6 |
2013-06-11 | Merge branch 'fc/completion-less-ls-remote' | Junio C Hamano | 1 | -8/+2 |
2013-06-09 | completion: show can take both revlist and paths | Ramkumar Ramachandra | 1 | -1/+1 |
2013-06-06 | Merge branch 'fc/show-branch-in-rebase-am' | Junio C Hamano | 1 | -0/+2 |
2013-06-05 | Merge branch 'tg/maint-zsh-svn-remote-prompt' | Junio C Hamano | 1 | -3/+4 |
2013-06-05 | Merge branch 'rr/zsh-color-prompt' | Junio C Hamano | 1 | -39/+85 |
2013-06-03 | completion: difftool takes both revs and files | Ramkumar Ramachandra | 1 | -1/+1 |
2013-06-02 | completion: avoid ls-remote in certain scenarios | Felipe Contreras | 1 | -8/+2 |
2013-06-02 | Merge branch 'fc/completion' | Junio C Hamano | 1 | -115/+30 |
2013-06-02 | Merge branch 'fc/zsh-leftover-bits' | Junio C Hamano | 2 | -23/+26 |
2013-05-29 | completion: zsh: improve bash script loading | Felipe Contreras | 1 | -8/+19 |
2013-05-29 | prompt: fix for simple rebase | Felipe Contreras | 1 | -0/+2 |
2013-05-22 | prompt: fix show upstream with svn and zsh | Thomas Gummerer | 1 | -3/+4 |
2013-05-21 | completion: regression fix for zsh | Felipe Contreras | 1 | -1/+1 |
2013-05-17 | prompt: colorize ZSH prompt | Ramkumar Ramachandra | 1 | -1/+39 |
2013-05-17 | prompt: factor out gitstring coloring logic | Ramkumar Ramachandra | 1 | -36/+43 |
2013-05-17 | prompt: introduce GIT_PS1_STATESEPARATOR | Ramkumar Ramachandra | 1 | -3/+4 |
2013-05-09 | git-svn: added an --include-path flag | Paul Walmsley | 1 | -1/+1 |
2013-05-08 | completion: synchronize zsh wrapper | Felipe Contreras | 1 | -2/+2 |
2013-05-08 | completion: cleanup zsh wrapper | Felipe Contreras | 1 | -13/+5 |
2013-05-03 | Sync with maint | Junio C Hamano | 1 | -1/+1 |
2013-05-03 | completion: zsh: don't override suffix on _detault | Felipe Contreras | 1 | -1/+1 |
2013-05-01 | Merge branch 'zk/prompt-rebase-step' | Junio C Hamano | 1 | -5/+16 |
2013-04-29 | git-completion.bash: add remote.pushdefault to config list | Ramkumar Ramachandra | 1 | -0/+5 |
2013-04-29 | git-completion.bash: add branch.*.pushremote to config list | Ramkumar Ramachandra | 1 | -2/+2 |
2013-04-29 | Merge branch 'maint' | Junio C Hamano | 2 | -9/+136 |
2013-04-29 | Merge branch 'fc/zsh-completion' into maint | Junio C Hamano | 1 | -8/+126 |
2013-04-29 | complete: zsh: use zsh completion for the main cmd | Felipe Contreras | 1 | -1/+119 |
2013-04-29 | complete: zsh: trivial simplification | Felipe Contreras | 1 | -8/+8 |
2013-04-29 | git-completion.bash: complete branch.*.rebase as boolean | Ramkumar Ramachandra | 1 | -0/+4 |
2013-04-29 | git-completion.bash: add diff.submodule to config list | Ramkumar Ramachandra | 1 | -0/+5 |
2013-04-29 | git-completion.bash: lexical sorting for diff.statGraphWidth | Ramkumar Ramachandra | 1 | -1/+1 |
2013-04-27 | completion: add missing format-patch options | Felipe Contreras | 1 | -1/+2 |
2013-04-27 | completion: remove __git_index_file_list_filter() | Felipe Contreras | 1 | -20/+8 |
2013-04-27 | completion: add space after completed filename | Felipe Contreras | 1 | -1/+1 |
2013-04-27 | completion: add hack to enable file mode in bash < 4 | Felipe Contreras | 1 | -36/+7 |