command 24 builtin/column.c const char *command = NULL, *real_command = NULL; command 38 builtin/column.c command = argv[1] + 10; command 39 builtin/column.c git_config(column_config, (void *)command); command 49 builtin/column.c if (real_command || command) { command 50 builtin/column.c if (!real_command || !command || strcmp(real_command, command)) command 268 builtin/receive-pack.c struct command *next; command 605 builtin/receive-pack.c struct command *cmd; command 613 builtin/receive-pack.c struct command *cmd = state->cmd; command 632 builtin/receive-pack.c static int run_receive_hook(struct command *commands, const char *hook_name, command 649 builtin/receive-pack.c static int run_update_hook(struct command *cmd) command 731 builtin/receive-pack.c static int update_shallow_ref(struct command *cmd, struct shallow_info *si) command 886 builtin/receive-pack.c static const char *update(struct command *cmd, struct shallow_info *si) command 1028 builtin/receive-pack.c static void run_update_post_hook(struct command *commands) command 1030 builtin/receive-pack.c struct command *cmd; command 1068 builtin/receive-pack.c static void check_aliased_update(struct command *cmd, struct string_list *list) command 1073 builtin/receive-pack.c struct command *dst_cmd; command 1098 builtin/receive-pack.c dst_cmd = (struct command *) item->util; command 1119 builtin/receive-pack.c static void check_aliased_updates(struct command *commands) command 1121 builtin/receive-pack.c struct command *cmd; command 1141 builtin/receive-pack.c struct command **cmd_list = cb_data; command 1142 builtin/receive-pack.c struct command *cmd = *cmd_list; command 1151 builtin/receive-pack.c static void set_connectivity_errors(struct command *commands, command 1154 builtin/receive-pack.c struct command *cmd; command 1157 builtin/receive-pack.c struct command *singleton = cmd; command 1169 builtin/receive-pack.c struct command *cmds; command 1176 builtin/receive-pack.c struct command **cmd_list = &data->cmds; command 1177 builtin/receive-pack.c struct command *cmd = *cmd_list; command 1193 builtin/receive-pack.c static void reject_updates_to_hidden(struct command *commands) command 1195 builtin/receive-pack.c struct command *cmd; command 1207 builtin/receive-pack.c static int should_process_cmd(struct command *cmd) command 1212 builtin/receive-pack.c static void warn_if_skipped_connectivity_check(struct command *commands, command 1215 builtin/receive-pack.c struct command *cmd; command 1229 builtin/receive-pack.c static void execute_commands_non_atomic(struct command *commands, command 1232 builtin/receive-pack.c struct command *cmd; command 1260 builtin/receive-pack.c static void execute_commands_atomic(struct command *commands, command 1263 builtin/receive-pack.c struct command *cmd; command 1302 builtin/receive-pack.c static void execute_commands(struct command *commands, command 1306 builtin/receive-pack.c struct command *cmd; command 1345 builtin/receive-pack.c static struct command **queue_command(struct command **tail, command 1350 builtin/receive-pack.c struct command *cmd; command 1363 builtin/receive-pack.c cmd = xcalloc(1, sizeof(struct command) + reflen + 1); command 1372 builtin/receive-pack.c static void queue_commands_from_cert(struct command **tail, command 1394 builtin/receive-pack.c static struct command *read_head_info(struct sha1_array *shallow) command 1396 builtin/receive-pack.c struct command *commands = NULL; command 1397 builtin/receive-pack.c struct command **p = &commands; command 1574 builtin/receive-pack.c static void prepare_shallow_update(struct command *commands, command 1621 builtin/receive-pack.c static void update_shallow_info(struct command *commands, command 1625 builtin/receive-pack.c struct command *cmd; command 1659 builtin/receive-pack.c static void report(struct command *commands, const char *unpack_status) command 1661 builtin/receive-pack.c struct command *cmd; command 1683 builtin/receive-pack.c static int delete_only(struct command *commands) command 1685 builtin/receive-pack.c struct command *cmd; command 1697 builtin/receive-pack.c struct command *commands; command 98 builtin/update-ref.c const char *command, const char *refname, command 113 builtin/update-ref.c command, refname, *next); command 127 builtin/update-ref.c command, refname, *next); command 140 builtin/update-ref.c command, refname); command 159 builtin/update-ref.c command, refname, arg.buf); command 165 builtin/update-ref.c command, refname); command 335 column.c const char *command, unsigned int *colopts) command 345 column.c if (command && !strcmp(it, command)) command 32 column.h const char *command, unsigned int *colopts); command 180 remote-testsvn.c const char *command = "svnrdump"; command 205 remote-testsvn.c argv_array_push(&svndump_proc.args, command); command 212 remote-testsvn.c die("Unable to start %s, code %d", command, code); command 228 remote-testsvn.c warning("%s, returned %d", command, code); command 18 test-line-buffer.c static void handle_command(const char *command, const char *arg, struct line_buffer *buf) command 20 test-line-buffer.c switch (*command) { command 22 test-line-buffer.c if (starts_with(command, "binary ")) { command 31 test-line-buffer.c if (starts_with(command, "copy ")) { command 36 test-line-buffer.c if (starts_with(command, "skip ")) { command 41 test-line-buffer.c die("unrecognized command: %s", command); command 18 trailer.c char *command; command 96 trailer.c free(item->conf.command); command 217 trailer.c static const char *apply_command(const char *command, const char *arg) command 225 trailer.c strbuf_addstr(&cmd, command); command 250 trailer.c if (arg_tok->conf.command) { command 260 trailer.c arg_tok->value = apply_command(arg_tok->conf.command, arg); command 434 trailer.c if (src->command) command 435 trailer.c dst->command = xstrdup(src->command); command 547 trailer.c if (conf->command) command 549 trailer.c conf->command = xstrdup(value); command 679 trailer.c if (item->conf.command) {