mirror of
https://github.com/git/git.git
synced 2026-03-14 10:53:25 +01:00
Merge branch 'mw/send-email' into next
* mw/send-email: Add --dry-run option to git-send-email git.spec.in: perl subpackage is installed in perl_vendorlib not vendorarch git-pull: we say commit X, not X commit. git-fetch --update-head-ok typofix paginate git-diff by default
This commit is contained in:
2
git.c
2
git.c
@@ -227,7 +227,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
|
||||
{ "check-ref-format", cmd_check_ref_format },
|
||||
{ "commit-tree", cmd_commit_tree, RUN_SETUP },
|
||||
{ "count-objects", cmd_count_objects, RUN_SETUP },
|
||||
{ "diff", cmd_diff, RUN_SETUP },
|
||||
{ "diff", cmd_diff, RUN_SETUP | USE_PAGER },
|
||||
{ "diff-files", cmd_diff_files, RUN_SETUP },
|
||||
{ "diff-index", cmd_diff_index, RUN_SETUP },
|
||||
{ "diff-stages", cmd_diff_stages, RUN_SETUP },
|
||||
|
||||
Reference in New Issue
Block a user