Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge branch 'js/rebase-recreate-merge' | Junio C Hamano | 2018-05-23 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | pull: accept --rebase=merges to recreate the branch topology | Johannes Schindelin | 2018-04-26 | 1 | -1/+1 | |
| * | | | | rebase: introduce the --rebase-merges option | Johannes Schindelin | 2018-04-26 | 1 | -1/+1 | |
* | | | | | Merge branch 'js/deprecate-grafts' | Junio C Hamano | 2018-05-23 | 1 | -28/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove obsolete script to convert grafts to replace refs | Johannes Schindelin | 2018-04-30 | 1 | -28/+0 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 2018-05-23 | 1 | -0/+28 | |
|\ \ \ \ \ | ||||||
| * | | | | | coccinelle: avoid wrong transformation suggestions from commit.cocci | SZEDER Gábor | 2018-05-02 | 1 | -6/+4 | |
| * | | | | | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 2018-04-11 | 1 | -0/+30 | |
| * | | | | | Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees | Junio C Hamano | 2018-04-11 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge branch 'tg/demote-stash-save-in-completion' | Junio C Hamano | 2018-05-08 | 1 | -2/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | completion: make stash -p and alias for stash push -p | Thomas Gummerer | 2018-04-20 | 1 | -0/+3 | |
| * | | | | | | | completion: stop showing 'save' for stash by default | Thomas Gummerer | 2018-04-20 | 1 | -2/+7 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'sg/completion-clear-cached' | Junio C Hamano | 2018-05-08 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | completion: reduce overhead of clearing cached --options | SZEDER Gábor | 2018-04-18 | 1 | -1/+5 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge branch 'ab/nuke-emacs-contrib' | Junio C Hamano | 2018-05-08 | 5 | -2228/+25 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | git{,-blame}.el: remove old bitrotting Emacs code | Ævar Arnfjörð Bjarmason | 2018-04-16 | 5 | -2228/+25 | |
* | | | | | | | Merge branch 'ds/commit-graph' | Junio C Hamano | 2018-05-08 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | commit-graph: create git-commit-graph builtin | Derrick Stolee | 2018-04-02 | 1 | -0/+2 | |
* | | | | | | | Merge branch 'ab/simplify-perl-makefile' | Junio C Hamano | 2018-05-08 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | perl: fix installing modules from contrib | Christian Hesse | 2018-04-11 | 1 | -2/+3 | |
* | | | | | | | Merge branch 'sb/filenames-with-dashes' | Junio C Hamano | 2018-04-25 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | unicode_width.h: rename to use dash in file name | Stefan Beller | 2018-04-11 | 2 | -4/+4 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'cb/bash-completion-ls-files-processing' | Junio C Hamano | 2018-04-25 | 1 | -6/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | completion: improve ls-files filter performance | Clemens Buchacher | 2018-04-10 | 1 | -6/+1 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'ab/drop-contrib-examples' | Junio C Hamano | 2018-04-11 | 27 | -8137/+20 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove contrib/examples/*ab/drop-contrib-examples | Ævar Arnfjörð Bjarmason | 2018-03-26 | 27 | -8137/+20 | |
* | | | | | | | Merge branch 'nd/parseopt-completion-more' | Junio C Hamano | 2018-04-10 | 1 | -19/+56 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | completion: use __gitcomp_builtin in _git_cherrynd/parseopt-completion-more | Nguyễn Thái Ngọc Duy | 2018-03-25 | 1 | -0/+6 | |
| * | | | | | | | completion: use __gitcomp_builtin in _git_ls_tree | Nguyễn Thái Ngọc Duy | 2018-03-25 | 1 | -0/+7 | |
| * | | | | | | | completion: delete option-only completion commands | Nguyễn Thái Ngọc Duy | 2018-03-25 | 1 | -15/+0 | |
| * | | | | | | | completion: add --option completion for most builtin commands | Nguyễn Thái Ngọc Duy | 2018-03-25 | 1 | -0/+28 | |
| * | | | | | | | completion: factor out _git_xxx calling code | Nguyễn Thái Ngọc Duy | 2018-03-25 | 1 | -4/+13 | |
| * | | | | | | | completion: mention the oldest version we need to support | Nguyễn Thái Ngọc Duy | 2018-03-25 | 1 | -0/+2 | |
* | | | | | | | | Merge branch 'jk/diff-highlight-graph-fix' | Junio C Hamano | 2018-04-10 | 2 | -37/+129 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | diff-highlight: detect --graph by indentjk/diff-highlight-graph-fix | Jeff King | 2018-03-21 | 2 | -15/+91 | |
| * | | | | | | | diff-highlight: use flush() helper consistently | Jeff King | 2018-03-21 | 1 | -4/+3 | |
| * | | | | | | | diff-highlight: test graphs with --color | Jeff King | 2018-03-21 | 1 | -0/+9 | |
| * | | | | | | | diff-highlight: test interleaved parallel lines of history | Jeff King | 2018-03-21 | 1 | -7/+15 | |
| * | | | | | | | diff-highlight: prefer "echo" to "cat" in tests | Jeff King | 2018-03-21 | 1 | -8/+4 | |
| * | | | | | | | diff-highlight: use test_tick in graph test | Jeff King | 2018-03-21 | 1 | -7/+11 | |
| * | | | | | | | diff-highlight: correct test graph diagram | Jeff King | 2018-03-21 | 1 | -2/+2 | |
* | | | | | | | | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 2018-03-28 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | completion: clear cached --options when sourcing the completion script | SZEDER Gábor | 2018-03-22 | 1 | -0/+4 | |
* | | | | | | | Merge branch 'tz/complete-tag-delete-tagname' | Junio C Hamano | 2018-03-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | completion: complete tags with git tag --delete/--verifytz/complete-tag-delete-tagname | Todd Zullinger | 2018-03-19 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'ab/perl-fixes' | Junio C Hamano | 2018-03-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | perl: move CPAN loader wrappers to another namespace | Ævar Arnfjörð Bjarmason | 2018-03-05 | 1 | -1/+1 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'cl/send-email-reply-to' | Junio C Hamano | 2018-03-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | send-email: support separate Reply-To addresscl/send-email-reply-to | Christian Ludwig | 2018-03-06 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 2018-03-14 | 1 | -194/+112 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | |