Age | Commit message (Expand) | Author | Files | Lines |
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-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-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 | 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 |
2018-04-10 | Merge branch 'jk/diff-highlight-graph-fix' | Junio C Hamano | 2 | -37/+129 |
2018-04-10 | completion: improve ls-files filter performance | Clemens Buchacher | 1 | -6/+1 |
2018-04-02 | commit-graph: create git-commit-graph builtin | Derrick Stolee | 1 | -0/+2 |
2018-03-28 | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 1 | -0/+4 |
2018-03-26 | Remove contrib/examples/* | Ævar Arnfjörð Bjarmason | 27 | -8137/+20 |
2018-03-25 | completion: use __gitcomp_builtin in _git_cherry | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2018-03-25 | completion: use __gitcomp_builtin in _git_ls_tree | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2018-03-25 | completion: delete option-only completion commands | Nguyễn Thái Ngọc Duy | 1 | -15/+0 |
2018-03-25 | completion: add --option completion for most builtin commands | Nguyễn Thái Ngọc Duy | 1 | -0/+28 |
2018-03-25 | completion: factor out _git_xxx calling code | Nguyễn Thái Ngọc Duy | 1 | -4/+13 |
2018-03-25 | completion: mention the oldest version we need to support | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2018-03-22 | completion: clear cached --options when sourcing the completion script | SZEDER Gábor | 1 | -0/+4 |
2018-03-21 | Merge branch 'tz/complete-tag-delete-tagname' | Junio C Hamano | 1 | -1/+1 |
2018-03-21 | diff-highlight: detect --graph by indent | Jeff King | 2 | -15/+91 |
2018-03-21 | diff-highlight: use flush() helper consistently | Jeff King | 1 | -4/+3 |
2018-03-21 | diff-highlight: test graphs with --color | Jeff King | 1 | -0/+9 |
2018-03-21 | diff-highlight: test interleaved parallel lines of history | Jeff King | 1 | -7/+15 |
2018-03-21 | diff-highlight: prefer "echo" to "cat" in tests | Jeff King | 1 | -8/+4 |
2018-03-21 | diff-highlight: use test_tick in graph test | Jeff King | 1 | -7/+11 |
2018-03-21 | diff-highlight: correct test graph diagram | Jeff King | 1 | -2/+2 |
2018-03-19 | completion: complete tags with git tag --delete/--verify | Todd Zullinger | 1 | -1/+1 |
2018-03-15 | Merge branch 'ab/perl-fixes' | Junio C Hamano | 1 | -1/+1 |
2018-03-15 | Merge branch 'cl/send-email-reply-to' | Junio C Hamano | 1 | -1/+1 |
2018-03-14 | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 1 | -194/+112 |
2018-03-14 | Merge branch 'nd/worktree-move' | Junio C Hamano | 1 | -1/+4 |
2018-03-14 | Merge branch 'ab/pre-auto-gc-battery' | Junio C Hamano | 1 | -1/+1 |
2018-03-08 | Merge branch 'sg/subtree-signed-commits' | Junio C Hamano | 1 | -6/+6 |
2018-03-07 | completion: more subcommands in _git_notes() | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-03-07 | completion: complete --{reuse,reedit}-message= for all notes subcmds | Nguyễn Thái Ngọc Duy | 1 | -2/+1 |
2018-03-07 | completion: simplify _git_notes | Nguyễn Thái Ngọc Duy | 1 | -11/+3 |
2018-03-07 | completion: don't set PARSE_OPT_NOCOMPLETE on --rerere-autoupdate | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-03-06 | Merge branch 'bw/perl-timegm-timelocal-fix' | Junio C Hamano | 1 | -1/+1 |
2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -1/+1 |
2018-03-06 | Merge branch 'nd/rebase-show-current-patch' | Junio C Hamano | 1 | -4/+4 |
2018-03-06 | Merge branch 'ab/fetch-prune' | Junio C Hamano | 1 | -1/+1 |