Age | Commit message (Expand) | Author | Files | Lines |
2018-05-29 | Merge branch 'nd/command-list' into nd/complete-config-vars | Junio C Hamano | 1 | -132/+16 |
2018-05-29 | parse-options: option to let --git-completion-helper show negative form | Nguyễn Thái Ngọc Duy | 1 | -24/+14 |
2018-05-24 | import-tars: read overlong names from pax extended header | Pedro Alvarez Piedehierro | 1 | -2/+29 |
2018-05-23 | Merge branch 'fg/completion-external' | Junio C Hamano | 1 | -2/+9 |
2018-05-23 | Merge branch 'nd/completion-aliasfiletype-typofix' | Junio C Hamano | 1 | -1/+1 |
2018-05-23 | Merge branch 'js/rebase-recreate-merge' | Junio C Hamano | 1 | -2/+2 |
2018-05-23 | Merge branch 'js/deprecate-grafts' | Junio C Hamano | 1 | -28/+0 |
2018-05-23 | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 1 | -0/+28 |
2018-05-21 | completion: allow to customize the completable command list | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-05-21 | completion: add and use --list-cmds=alias | Nguyễn Thái Ngọc Duy | 1 | -60/+15 |
2018-05-21 | completion: add and use --list-cmds=nohelpers | Nguyễn Thái Ngọc Duy | 1 | -16/+4 |
2018-05-21 | completion: let git provide the completable command list | Nguyễn Thái Ngọc Duy | 1 | -91/+28 |
2018-05-21 | help: use command-list.txt for the source of guides | Nguyễn Thái Ngọc Duy | 1 | -5/+10 |
2018-05-21 | completion: implement and use --list-cmds=main,others | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-05-21 | git.c: convert --list-* to --list-cmds=* | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-05-21 | completion: don't return with error from __gitcomp_file_direct() | SZEDER Gábor | 1 | -2/+4 |
2018-05-14 | git-credential-netrc: accept gpg option | Luis Marsano | 6 | -24/+62 |
2018-05-14 | git-credential-netrc: adapt to test framework for git | Luis Marsano | 3 | -30/+77 |
2018-05-08 | Merge branch 'tg/demote-stash-save-in-completion' | Junio C Hamano | 1 | -2/+10 |
2018-05-08 | Merge branch 'sg/completion-clear-cached' | Junio C Hamano | 1 | -1/+5 |
2018-05-08 | Merge branch 'ab/nuke-emacs-contrib' | Junio C Hamano | 5 | -2228/+25 |
2018-05-08 | Merge branch 'ds/commit-graph' | Junio C Hamano | 1 | -0/+2 |
2018-05-08 | Merge branch 'ab/simplify-perl-makefile' | Junio C Hamano | 1 | -2/+3 |
2018-05-07 | completion: load completion file for external subcommand | Florian Gamböck | 1 | -0/+10 |
2018-05-06 | completion: fix misspelled config key aliasesfiletype | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-05-02 | coccinelle: avoid wrong transformation suggestions from commit.cocci | SZEDER Gábor | 1 | -6/+4 |
2018-04-30 | Remove obsolete script to convert grafts to replace refs | Johannes Schindelin | 1 | -28/+0 |
2018-04-26 | pull: accept --rebase=merges to recreate the branch topology | Johannes Schindelin | 1 | -1/+1 |
2018-04-26 | rebase: introduce the --rebase-merges option | Johannes Schindelin | 1 | -1/+1 |
2018-04-25 | Merge branch 'sb/filenames-with-dashes' | Junio C Hamano | 2 | -4/+4 |
2018-04-25 | Merge branch 'cb/bash-completion-ls-files-processing' | Junio C Hamano | 1 | -6/+1 |
2018-04-20 | completion: make stash -p and alias for stash push -p | Thomas Gummerer | 1 | -0/+3 |
2018-04-20 | completion: stop showing 'save' for stash by default | Thomas Gummerer | 1 | -2/+7 |
2018-04-18 | completion: reduce overhead of clearing cached --options | SZEDER Gábor | 1 | -1/+5 |
2018-04-17 | completion: fill COMPREPLY directly when completing paths | SZEDER Gábor | 2 | -4/+39 |
2018-04-17 | completion: improve handling quoted paths in 'git ls-files's output | SZEDER Gábor | 1 | -2/+64 |
2018-04-17 | completion: remove repeated dirnames with 'awk' during path completion | SZEDER Gábor | 1 | -2/+6 |
2018-04-17 | completion: use 'awk' to strip trailing path components | SZEDER Gábor | 1 | -7/+4 |
2018-04-17 | completion: let 'ls-files' and 'diff-index' filter matching paths | SZEDER Gábor | 1 | -5/+6 |
2018-04-17 | completion: improve handling quoted paths on the command line | SZEDER Gábor | 1 | -4/+72 |
2018-04-17 | completion: support completing non-ASCII pathnames | SZEDER Gábor | 1 | -2/+4 |
2018-04-17 | completion: simplify prefix path component handling during path completion | SZEDER Gábor | 1 | -4/+3 |
2018-04-17 | completion: move __git_complete_index_file() next to its helpers | SZEDER Gábor | 1 | -20/+19 |
2018-04-16 | git{,-blame}.el: remove old bitrotting Emacs code | Ævar Arnfjörð Bjarmason | 5 | -2228/+25 |
2018-04-11 | unicode_width.h: rename to use dash in file name | Stefan Beller | 2 | -4/+4 |
2018-04-11 | Merge branch 'ab/drop-contrib-examples' | Junio C Hamano | 27 | -8137/+20 |
2018-04-11 | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 1 | -0/+30 |
2018-04-11 | Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees | Junio C Hamano | 1 | -1/+1 |
2018-04-11 | perl: fix installing modules from contrib | Christian Hesse | 1 | -2/+3 |
2018-04-10 | Merge branch 'nd/parseopt-completion-more' | Junio C Hamano | 1 | -19/+56 |