Code

make "git patch-id" a built-in
[git.git] / git.c
diff --git a/git.c b/git.c
index cf7dd5d26cf27b38da94ed32dc521357db34369e..b60999ca9ebdb3582ed8cc790e0722a450bb2e40 100644 (file)
--- a/git.c
+++ b/git.c
@@ -341,6 +341,7 @@ static void handle_internal_command(int argc, const char **argv)
                { "mv", cmd_mv, RUN_SETUP | NEED_WORK_TREE },
                { "name-rev", cmd_name_rev, RUN_SETUP },
                { "pack-objects", cmd_pack_objects, RUN_SETUP },
+               { "patch-id", cmd_patch_id },
                { "peek-remote", cmd_ls_remote },
                { "pickaxe", cmd_blame, RUN_SETUP },
                { "prune", cmd_prune, RUN_SETUP },