action_name        77 builtin/revert.c 	const char *me = action_name(opts);
action_name       213 sequencer.c    		return error_resolve_conflict(action_name(opts));
action_name       237 sequencer.c    	strbuf_addf(&sb, "%s: fast-forward", action_name(opts));
action_name       309 sequencer.c    		die(_("%s: Unable to write new index file"), action_name(opts));
action_name       514 sequencer.c    			action_name(opts), sha1_to_hex(parent->object.sha1));
action_name       647 sequencer.c    		die(_("git %s: failed to read the index"), action_name(opts));
action_name       651 sequencer.c    			die(_("git %s: failed to refresh the index"), action_name(opts));
action_name       711 sequencer.c    		error(_("Cannot %s during a %s"), action_str, action_name(opts));
action_name       969 sequencer.c    	setenv(GIT_REFLOG_ACTION, action_name(opts), 0);
action_name      1024 sequencer.c    	setenv(GIT_REFLOG_ACTION, action_name(opts), 0);