Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ab/drop-contrib-examples' | Junio C Hamano | 2018-04-11 | 27 | -8137/+20 |
|\ | |||||
| * | Remove 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_cherry | 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 indent | 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/--verify | 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 address | Christian Ludwig | 2018-03-06 | 1 | -1/+1 |
* | | | | | | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 2018-03-14 | 1 | -194/+112 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | completion: more subcommands in _git_notes() | Nguyễn Thái Ngọc Duy | 2018-03-07 | 1 | -2/+2 |
| * | | | | | completion: complete --{reuse,reedit}-message= for all notes subcmds | Nguyễn Thái Ngọc Duy | 2018-03-07 | 1 | -2/+1 |
| * | | | | | completion: simplify _git_notes | Nguyễn Thái Ngọc Duy | 2018-03-07 | 1 | -11/+3 |
| * | | | | | completion: don't set PARSE_OPT_NOCOMPLETE on --rerere-autoupdate | Nguyễn Thái Ngọc Duy | 2018-03-07 | 1 | -2/+2 |
| * | | | | | completion: use __gitcomp_builtin in _git_worktree | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -4/+4 |
| * | | | | | completion: use __gitcomp_builtin in _git_tag | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -5/+1 |
| * | | | | | completion: use __gitcomp_builtin in _git_status | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -5/+1 |
| * | | | | | completion: use __gitcomp_builtin in _git_show_branch | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -6/+1 |
| * | | | | | completion: use __gitcomp_builtin in _git_rm | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+1 |
| * | | | | | completion: use __gitcomp_builtin in _git_revert | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -5/+5 |
| * | | | | | completion: use __gitcomp_builtin in _git_reset | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+1 |
| * | | | | | completion: use __gitcomp_builtin in _git_replace | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+1 |
| * | | | | | completion: use __gitcomp_builtin in _git_remote | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -8/+8 |
| * | | | | | completion: use __gitcomp_builtin in _git_push | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -6/+1 |
| * | | | | | completion: use __gitcomp_builtin in _git_pull | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -20/+5 |
| * | | | | | completion: use __gitcomp_builtin in _git_notes | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -6/+8 |
| * | | | | | completion: use __gitcomp_builtin in _git_name_rev | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+1 |
| * | | | | | completion: use __gitcomp_builtin in _git_mv | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+1 |
| * | | | | | completion: use __gitcomp_builtin in _git_merge_base | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+1 |
| * | | | | | completion: use __gitcomp_builtin in _git_merge | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -2/+7 |
| * | | | | | completion: use __gitcomp_builtin in _git_ls_remote | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+1 |
| * | | | | | completion: use __gitcomp_builtin in _git_ls_files | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -7/+1 |
| * | | | | | completion: use __gitcomp_builtin in _git_init | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+1 |
| * | | | | | completion: use __gitcomp_builtin in _git_help | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+1 |