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

Function apply_autostash_oid

sequencer.c:4816–4819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4814}
4815
4816int apply_autostash_oid(const char *stash_oid)
4817{
4818 return apply_save_autostash_oid(stash_oid, 1, NULL, NULL, NULL, NULL);
4819}
4820
4821static int apply_save_autostash_ref(struct repository *r, const char *refname,
4822 int attempt_apply,

Callers 1

cmd_mergeFunction · 0.85

Calls 1

apply_save_autostash_oidFunction · 0.85

Tested by

no test coverage detected