579 Commits (ce1e8462070868bd83f9bc79f90f62d6927f8332)

Author SHA1 Message Date
Stefan Saasen c5f424fd01 mergetools/diffmerge: support DiffMerge as a git mergetool 12 years ago
SZEDER Gábor ea95c7b8f5 completion: improve untracked directory filtering for filename completion 12 years ago
Brandon Casey a44aa6930c contrib/git-prompt.sh: handle missing 'printf -v' more gracefully 12 years ago
Brandon Casey 5d5812f492 git-completion.bash: use correct Bash/Zsh array length syntax 12 years ago
Brandon Casey e78095c3d0 git-completion.bash: replace zsh notation that breaks bash 3.X 12 years ago
Ramsay Jones f66450ae94 cygwin: Remove the Win32 l/stat() implementation 12 years ago
Eric Sunshine 226ad3482a builtin: add git-check-mailmap command 12 years ago
John Keeping 66fb37d0c6 completion: learn about --man-path 12 years ago
John Keeping 776009d1b2 completion: handle unstuck form of base git options 12 years ago
Eduardo R. D'Avila cf4cac4cfc git-prompt.sh: add missing information in comments 12 years ago
Eduardo R. D'Avila 15981f4eec git-prompt.sh: do not print duplicate clean color code 12 years ago
Eduardo R. D'Avila 7fe9031920 git-prompt.sh: refactor colored prompt code 12 years ago
SZEDER Gábor a694258457 bash prompt: mention that PROMPT_COMMAND mode is faster 12 years ago
SZEDER Gábor 69a8141a5d bash prompt: avoid command substitution when finalizing gitstring 12 years ago
SZEDER Gábor 14d7649748 bash prompt: avoid command substitution when checking for untracked files 12 years ago
SZEDER Gábor dd0b72cbd9 bash prompt: use bash builtins to check stash state 12 years ago
SZEDER Gábor 0f37c12581 bash prompt: use bash builtins to check for unborn branch for dirty state 12 years ago
SZEDER Gábor e3e0b9378b bash prompt: combine 'git rev-parse' for detached head 12 years ago
SZEDER Gábor efaa0c1532 bash prompt: combine 'git rev-parse' executions in the main code path 12 years ago
SZEDER Gábor 3a43c4b5bd bash prompt: use bash builtins to find out current branch 12 years ago
SZEDER Gábor b91b935f04 bash prompt: use bash builtins to find out rebase state 12 years ago
SZEDER Gábor 511ad15904 bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir() 12 years ago
SZEDER Gábor 96ea404757 bash prompt: return early from __git_ps1() when not in a git repository 12 years ago
SZEDER Gábor e8f21caf94 bash prompt: print unique detached HEAD abbreviated object name 12 years ago
Ramkumar Ramachandra c0add3073a completion: complete diff --word-diff 12 years ago
Ramkumar Ramachandra 2847cae835 prompt: squelch error output from cat 12 years ago
Ramkumar Ramachandra 5269f7f8c6 completion: show can take both revlist and paths 12 years ago
Ramkumar Ramachandra d8517cc667 completion: difftool takes both revs and files 12 years ago
Felipe Contreras e832f5c096 completion: avoid ls-remote in certain scenarios 12 years ago
Felipe Contreras 3646b1a5ab completion: zsh: improve bash script loading 12 years ago
Felipe Contreras 1306321ebe prompt: fix for simple rebase 12 years ago
Thomas Gummerer d0583da838 prompt: fix show upstream with svn and zsh 12 years ago
Felipe Contreras 737044517f completion: regression fix for zsh 12 years ago
Ramkumar Ramachandra 9678696c4a prompt: colorize ZSH prompt 12 years ago
Ramkumar Ramachandra 18562ad1a0 prompt: factor out gitstring coloring logic 12 years ago
Ramkumar Ramachandra 15a54fb809 prompt: introduce GIT_PS1_STATESEPARATOR 12 years ago
Paul Walmsley a7b102302a git-svn: added an --include-path flag 12 years ago
Felipe Contreras 734b2f0532 completion: synchronize zsh wrapper 12 years ago
Felipe Contreras 2bcf694b18 completion: cleanup zsh wrapper 12 years ago
Felipe Contreras 6606a69f45 completion: zsh: don't override suffix on _detault 12 years ago
Ramkumar Ramachandra 7e6a0cc47d git-completion.bash: add remote.pushdefault to config list 12 years ago
Ramkumar Ramachandra 72f7507710 git-completion.bash: add branch.*.pushremote to config list 12 years ago
Felipe Contreras 4911589bd1 complete: zsh: use zsh completion for the main cmd 12 years ago
Felipe Contreras 1ca6d4bc42 complete: zsh: trivial simplification 12 years ago
Ramkumar Ramachandra a05490edbf git-completion.bash: complete branch.*.rebase as boolean 12 years ago
Ramkumar Ramachandra 2651baaea9 git-completion.bash: add diff.submodule to config list 12 years ago
Ramkumar Ramachandra de7c201a10 git-completion.bash: lexical sorting for diff.statGraphWidth 12 years ago
Felipe Contreras ea57352182 completion: add missing format-patch options 12 years ago
Felipe Contreras c29e317994 completion: remove __git_index_file_list_filter() 12 years ago
Felipe Contreras fbe451182e completion: add space after completed filename 12 years ago