Age | Commit message (Expand) | Author | Files | Lines |
2015-02-11 | Merge branch 'cj/log-invert-grep' | Junio C Hamano | 1 | -1/+1 |
2015-01-14 | Merge branch 'tf/prompt-preserve-exit-status' | Junio C Hamano | 1 | -5/+5 |
2015-01-14 | Merge branch 'rh/hide-prompt-in-ignored-directory' | Junio C Hamano | 1 | -7/+17 |
2015-01-14 | Merge branch 'mm/complete-rebase-autostash' | Junio C Hamano | 1 | -0/+1 |
2015-01-14 | git-prompt: preserve value of $? in all cases | Tony Finch | 1 | -4/+4 |
2015-01-13 | log: teach --invert-grep option | Christoph Junghans | 1 | -1/+1 |
2015-01-07 | Merge branch 'tf/prompt-preserve-exit-status' | Junio C Hamano | 1 | -0/+4 |
2015-01-07 | Merge branch 'pd/completion-filenames-fix' | Junio C Hamano | 2 | -3/+3 |
2015-01-07 | git-completion: add --autostash for 'git rebase' | Matthieu Moy | 1 | -0/+1 |
2015-01-07 | git-prompt.sh: allow to hide prompt for ignored pwd | Jess Austin | 1 | -0/+13 |
2015-01-07 | git-prompt.sh: if pc mode, immediately set PS1 to a plain prompt | Richard Hansen | 1 | -7/+4 |
2014-12-22 | Merge branch 'jg/prompt-localize-temporary' | Junio C Hamano | 1 | -1/+1 |
2014-12-22 | Merge branch 'rt/completion-tag' | Junio C Hamano | 1 | -0/+10 |
2014-12-22 | git-prompt: preserve value of $? inside shell prompt | Tony Finch | 1 | -0/+4 |
2014-12-15 | Update documentation occurrences of filename .sh | Peter van der Does | 2 | -3/+3 |
2014-12-12 | git-prompt.sh: make $f local to __git_eread() | Justin Guenther | 1 | -1/+1 |
2014-12-04 | completion: add git-tag options | Ralf Thielow | 1 | -0/+10 |
2014-11-25 | git-send-email: add --transfer-encoding option | Paolo Bonzini | 1 | -0/+4 |
2014-10-29 | Merge branch 'oc/mergetools-beyondcompare' | Junio C Hamano | 1 | -1/+1 |
2014-10-21 | Merge branch 'js/completion-hide-not-a-repo' | Junio C Hamano | 1 | -1/+2 |
2014-10-21 | mergetool: rename bc3 to bc | Junio C Hamano | 1 | -1/+1 |
2014-10-16 | Merge branch 'jc/completion-no-chdir' | Junio C Hamano | 1 | -11/+7 |
2014-10-14 | completion: silence "fatal: Not a git repository" error | John Szakmeister | 1 | -1/+2 |
2014-10-09 | completion: use "git -C $there" instead of (cd $there && git ...) | Junio C Hamano | 1 | -11/+7 |
2014-10-07 | completion: add --show-signature for log and show | David Aguilar | 1 | -0/+2 |
2014-09-19 | Merge branch 'jk/prompt-stash-could-be-packed' into maint | Junio C Hamano | 1 | -1/+2 |
2014-09-19 | Merge branch 'tb/complete-diff-ignore-blank-lines' | Junio C Hamano | 1 | -2/+2 |
2014-09-09 | Merge branch 'jk/prompt-stash-could-be-packed' | Junio C Hamano | 1 | -1/+2 |
2014-09-03 | completion: Add --ignore-blank-lines for diff | Thomas Braun | 1 | -2/+2 |
2014-08-25 | git-prompt: do not look for refs/stash in $GIT_DIR | Jeff King | 1 | -1/+2 |
2014-07-30 | Merge branch 'jk/more-push-completion' | Junio C Hamano | 1 | -1/+27 |
2014-07-22 | completion: complete `git push --force-with-lease=` | John Keeping | 1 | -1/+21 |
2014-07-22 | completion: add some missing options to `git push` | John Keeping | 1 | -0/+1 |
2014-07-22 | completion: complete "unstuck" `git push --recurse-submodules` | John Keeping | 1 | -0/+5 |
2014-06-25 | Merge branch 'sp/complete-ext-alias' | Junio C Hamano | 1 | -0/+10 |
2014-06-13 | completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliases | Steffen Prohaska | 1 | -0/+10 |
2014-05-27 | completion: add missing options for git-merge | John Keeping | 1 | -1/+4 |
2014-05-27 | completion: add a note that merge options are shared | John Keeping | 1 | -0/+1 |
2014-05-19 | Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' | Junio C Hamano | 1 | -17/+39 |
2014-05-19 | git-prompt.sh: don't assume the shell expands the value of PS1 | Richard Hansen | 1 | -17/+39 |
2014-05-13 | Merge branch 'fc/prompt-zsh-read-from-file' | Junio C Hamano | 1 | -8/+8 |
2014-05-13 | contrib: completion: fix 'eread()' namespace | Felipe Contreras | 1 | -8/+8 |
2014-05-02 | Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' | Junio C Hamano | 1 | -2/+32 |
2014-04-22 | git-prompt.sh: don't put unsanitized branch names in $PS1 | Richard Hansen | 1 | -2/+32 |
2014-04-18 | Merge branch 'fc/complete-aliased-push' | Junio C Hamano | 2 | -0/+2 |
2014-04-14 | prompt: fix missing file errors in zsh | Felipe Contreras | 1 | -7/+14 |
2014-04-09 | completion: fix completing args of aliased "push", "fetch", etc. | Felipe Contreras | 2 | -0/+2 |
2014-03-14 | Merge branch 'ss/completion-rec-sub-fetch-push' | Junio C Hamano | 1 | -1/+18 |
2014-02-11 | completion: teach --recurse-submodules to fetch, pull and push | Sup Yut Sum | 1 | -1/+18 |
2014-01-27 | Merge branch 'jk/complete-merge-base' | Junio C Hamano | 1 | -1/+7 |