mirror of
https://github.com/git/git.git
synced 2026-03-14 10:53:25 +01:00
Merge branch 'jc/pickaxe' into next
* jc/pickaxe: git-pickaxe: introduce heuristics to avoid "trivial" chunks git-pickaxe: improve "best match" heuristics git-pickaxe: fix nth_line() git-pickaxe: pagenate output by default.
This commit is contained in:
2
git.c
2
git.c
@@ -247,7 +247,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
|
||||
{ "mv", cmd_mv, RUN_SETUP },
|
||||
{ "name-rev", cmd_name_rev, RUN_SETUP },
|
||||
{ "pack-objects", cmd_pack_objects, RUN_SETUP },
|
||||
{ "pickaxe", cmd_pickaxe, RUN_SETUP },
|
||||
{ "pickaxe", cmd_pickaxe, RUN_SETUP | USE_PAGER },
|
||||
{ "prune", cmd_prune, RUN_SETUP },
|
||||
{ "prune-packed", cmd_prune_packed, RUN_SETUP },
|
||||
{ "push", cmd_push, RUN_SETUP },
|
||||
|
||||
Reference in New Issue
Block a user