Skip to content
Snippets Groups Projects
Commit e88ee291 authored by Martin Waitz's avatar Martin Waitz Committed by Junio C Hamano
Browse files

paginate git-diff by default

parent 4e27fb06
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,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 },
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment