summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2018-05-06completion: fix misspelled config key aliasesfiletypeNguyễn Thái Ngọc Duy1-1/+1
2018-05-02coccinelle: avoid wrong transformation suggestions from commit.cocciSZEDER Gábor1-6/+4
2018-04-30Remove obsolete script to convert grafts to replace refsJohannes Schindelin1-28/+0
2018-04-26pull: accept --rebase=merges to recreate the branch topologyJohannes Schindelin1-1/+1
2018-04-26rebase: introduce the --rebase-merges optionJohannes Schindelin1-1/+1
2018-04-25Merge branch 'sb/filenames-with-dashes'Junio C Hamano2-4/+4
2018-04-25Merge branch 'cb/bash-completion-ls-files-processing'Junio C Hamano1-6/+1
2018-04-20completion: make stash -p and alias for stash push -pThomas Gummerer1-0/+3
2018-04-20completion: stop showing 'save' for stash by defaultThomas Gummerer1-2/+7
2018-04-18completion: reduce overhead of clearing cached --optionsSZEDER Gábor1-1/+5
2018-04-17completion: fill COMPREPLY directly when completing pathsSZEDER Gábor2-4/+39
2018-04-17completion: improve handling quoted paths in 'git ls-files's outputSZEDER Gábor1-2/+64
2018-04-17completion: remove repeated dirnames with 'awk' during path completionSZEDER Gábor1-2/+6
2018-04-17completion: use 'awk' to strip trailing path componentsSZEDER Gábor1-7/+4
2018-04-17completion: let 'ls-files' and 'diff-index' filter matching pathsSZEDER Gábor1-5/+6
2018-04-17completion: improve handling quoted paths on the command lineSZEDER Gábor1-4/+72
2018-04-17completion: support completing non-ASCII pathnamesSZEDER Gábor1-2/+4
2018-04-17completion: simplify prefix path component handling during path completionSZEDER Gábor1-4/+3
2018-04-17completion: move __git_complete_index_file() next to its helpersSZEDER Gábor1-20/+19
2018-04-16git{,-blame}.el: remove old bitrotting Emacs codeÆvar Arnfjörð Bjarmason5-2228/+25
2018-04-11unicode_width.h: rename to use dash in file nameStefan Beller2-4/+4
2018-04-11Merge branch 'ab/drop-contrib-examples'Junio C Hamano27-8137/+20
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee1-0/+30
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano1-1/+1
2018-04-11perl: fix installing modules from contribChristian Hesse1-2/+3
2018-04-10Merge branch 'nd/parseopt-completion-more'Junio C Hamano1-19/+56
2018-04-10Merge branch 'jk/diff-highlight-graph-fix'Junio C Hamano2-37/+129
2018-04-10completion: improve ls-files filter performanceClemens Buchacher1-6/+1
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee1-0/+2
2018-03-28Merge branch 'nd/parseopt-completion'Junio C Hamano1-0/+4
2018-03-26Remove contrib/examples/*Ævar Arnfjörð Bjarmason27-8137/+20
2018-03-25completion: use __gitcomp_builtin in _git_cherryNguyễn Thái Ngọc Duy1-0/+6
2018-03-25completion: use __gitcomp_builtin in _git_ls_treeNguyễn Thái Ngọc Duy1-0/+7
2018-03-25completion: delete option-only completion commandsNguyễn Thái Ngọc Duy1-15/+0
2018-03-25completion: add --option completion for most builtin commandsNguyễn Thái Ngọc Duy1-0/+28
2018-03-25completion: factor out _git_xxx calling codeNguyễn Thái Ngọc Duy1-4/+13
2018-03-25completion: mention the oldest version we need to supportNguyễn Thái Ngọc Duy1-0/+2
2018-03-22completion: clear cached --options when sourcing the completion scriptSZEDER Gábor1-0/+4
2018-03-21Merge branch 'tz/complete-tag-delete-tagname'Junio C Hamano1-1/+1
2018-03-21diff-highlight: detect --graph by indentJeff King2-15/+91
2018-03-21diff-highlight: use flush() helper consistentlyJeff King1-4/+3
2018-03-21diff-highlight: test graphs with --colorJeff King1-0/+9
2018-03-21diff-highlight: test interleaved parallel lines of historyJeff King1-7/+15
2018-03-21diff-highlight: prefer "echo" to "cat" in testsJeff King1-8/+4
2018-03-21diff-highlight: use test_tick in graph testJeff King1-7/+11
2018-03-21diff-highlight: correct test graph diagramJeff King1-2/+2
2018-03-19completion: complete tags with git tag --delete/--verifyTodd Zullinger1-1/+1
2018-03-15Merge branch 'ab/perl-fixes'Junio C Hamano1-1/+1
2018-03-15Merge branch 'cl/send-email-reply-to'Junio C Hamano1-1/+1
2018-03-14Merge branch 'nd/parseopt-completion'Junio C Hamano1-194/+112