MCPcopy Create free account
hub / github.com/git/git / apply_autostash_ref

Function apply_autostash_ref

sequencer.c:4857–4864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4855}
4856
4857int apply_autostash_ref(struct repository *r, const char *refname,
4858 const char *label_ours, const char *label_theirs,
4859 const char *label_base, const char *stash_msg)
4860{
4861 return apply_save_autostash_ref(r, refname, 1,
4862 label_ours, label_theirs, label_base,
4863 stash_msg);
4864}
4865
4866static int checkout_onto(struct repository *r, struct replay_opts *opts,
4867 const char *onto_name, const struct object_id *onto,

Callers 4

finishFunction · 0.85
cmd_mergeFunction · 0.85
switch_branchesFunction · 0.85
cmd_commitFunction · 0.85

Calls 1

apply_save_autostash_refFunction · 0.85

Tested by

no test coverage detected