{ "log", cmd_log },
{ "whatchanged", cmd_whatchanged },
{ "show", cmd_show },
+ { "push", cmd_push },
{ "fmt-patch", cmd_format_patch },
{ "count-objects", cmd_count_objects },
- { "diffn", cmd_diff },
- { "push", cmd_push },
+ { "diff", cmd_diff },
+ { "grep", cmd_grep },
};
int i;