diff options
Diffstat (limited to 'git.c')
| -rw-r--r-- | git.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -444,7 +444,7 @@ static struct cmd_struct commands[] = {  	{ "pack-objects", cmd_pack_objects, RUN_SETUP },  	{ "pack-redundant", cmd_pack_redundant, RUN_SETUP },  	{ "pack-refs", cmd_pack_refs, RUN_SETUP }, -	{ "patch-id", cmd_patch_id }, +	{ "patch-id", cmd_patch_id, RUN_SETUP_GENTLY },  	{ "pickaxe", cmd_blame, RUN_SETUP },  	{ "prune", cmd_prune, RUN_SETUP },  	{ "prune-packed", cmd_prune_packed, RUN_SETUP },  | 
