MCPcopy Index your code
hub / github.com/git/git / is_fixup

Function is_fixup

sequencer.c:1862–1865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1860}
1861
1862static int is_fixup(enum todo_command command)
1863{
1864 return command == TODO_FIXUP || command == TODO_SQUASH;
1865}
1866
1867/* Does this command create a (non-merge) commit? */
1868static int is_pick_or_similar(enum todo_command command)

Callers 10

update_squash_messagesFunction · 0.85
record_in_rewrittenFunction · 0.85
do_pick_commitFunction · 0.85
is_final_fixupFunction · 0.85
pick_one_commitFunction · 0.85
commit_staged_changesFunction · 0.85
skip_unnecessary_picksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected