summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2018-05-21completion: allow to customize the completable command listNguyễn Thái Ngọc Duy
2018-05-21completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy
2018-05-21completion: add and use --list-cmds=nohelpersNguyễn Thái Ngọc Duy
2018-05-21completion: let git provide the completable command listNguyễn Thái Ngọc Duy
2018-05-21help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy
2018-05-21completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy
2018-05-21git.c: convert --list-* to --list-cmds=*Nguyễn Thái Ngọc Duy
2018-05-21completion: don't return with error from __gitcomp_file_direct()SZEDER Gábor
2018-05-13git-credential-netrc: accept gpg optionLuis Marsano
2018-05-13git-credential-netrc: adapt to test framework for gitLuis Marsano
2018-05-08Merge branch 'tg/demote-stash-save-in-completion'Junio C Hamano
2018-05-08Merge branch 'sg/completion-clear-cached'Junio C Hamano
2018-05-08Merge branch 'ab/nuke-emacs-contrib'Junio C Hamano
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-08Merge branch 'ab/simplify-perl-makefile'Junio C Hamano
2018-05-07completion: load completion file for external subcommandFlorian Gamböck
2018-05-06completion: fix misspelled config key aliasesfiletypeNguyễn Thái Ngọc Duy
2018-05-02coccinelle: avoid wrong transformation suggestions from commit.cocciSZEDER Gábor
2018-04-30Remove obsolete script to convert grafts to replace refsJohannes Schindelin
2018-04-26pull: accept --rebase=merges to recreate the branch topologyJohannes Schindelin
2018-04-26rebase: introduce the --rebase-merges optionJohannes Schindelin
2018-04-25Merge branch 'sb/filenames-with-dashes'Junio C Hamano
2018-04-25Merge branch 'cb/bash-completion-ls-files-processing'Junio C Hamano
2018-04-20completion: make stash -p and alias for stash push -pThomas Gummerer
2018-04-20completion: stop showing 'save' for stash by defaultThomas Gummerer
2018-04-17completion: reduce overhead of clearing cached --optionsSZEDER Gábor
2018-04-17completion: fill COMPREPLY directly when completing pathsSZEDER Gábor
2018-04-17completion: improve handling quoted paths in 'git ls-files's outputSZEDER Gábor
2018-04-17completion: remove repeated dirnames with 'awk' during path completionSZEDER Gábor
2018-04-17completion: use 'awk' to strip trailing path componentsSZEDER Gábor
2018-04-17completion: let 'ls-files' and 'diff-index' filter matching pathsSZEDER Gábor
2018-04-17completion: improve handling quoted paths on the command lineSZEDER Gábor
2018-04-17completion: support completing non-ASCII pathnamesSZEDER Gábor
2018-04-17completion: simplify prefix path component handling during path completionSZEDER Gábor
2018-04-17completion: move __git_complete_index_file() next to its helpersSZEDER Gábor
2018-04-16git{,-blame}.el: remove old bitrotting Emacs codeÆvar Arnfjörð Bjarmason
2018-04-11unicode_width.h: rename to use dash in file nameStefan Beller
2018-04-11Merge branch 'ab/drop-contrib-examples'Junio C Hamano
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano
2018-04-11perl: fix installing modules from contribChristian Hesse
2018-04-10Merge branch 'nd/parseopt-completion-more'Junio C Hamano
2018-04-10Merge branch 'jk/diff-highlight-graph-fix'Junio C Hamano
2018-04-10completion: improve ls-files filter performanceClemens Buchacher
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee
2018-03-28Merge branch 'nd/parseopt-completion'Junio C Hamano
2018-03-26Remove contrib/examples/*Ævar Arnfjörð Bjarmason
2018-03-25completion: use __gitcomp_builtin in _git_cherryNguyễn Thái Ngọc Duy
2018-03-25completion: use __gitcomp_builtin in _git_ls_treeNguyễn Thái Ngọc Duy
2018-03-25completion: delete option-only completion commandsNguyễn Thái Ngọc Duy