summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2018-06-01Merge branch 'pa/import-tars-long-names'Junio C Hamano
2018-06-01Merge branch 'nd/command-list'Junio C Hamano
2018-05-30Merge branch 'lm/credential-netrc'Junio C Hamano
2018-05-30Merge branch 'sg/complete-paths'Junio C Hamano
2018-05-23import-tars: read overlong names from pax extended headerPedro Alvarez Piedehierro
2018-05-23Merge branch 'fg/completion-external'Junio C Hamano
2018-05-23Merge branch 'nd/completion-aliasfiletype-typofix'Junio C Hamano
2018-05-23Merge branch 'js/rebase-recreate-merge'Junio C Hamano
2018-05-23Merge branch 'js/deprecate-grafts'Junio C Hamano
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano
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