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

Function create_autostash_ref

sequencer.c:4724–4728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4722}
4723
4724void create_autostash_ref(struct repository *r, const char *refname,
4725 const char *message, bool silent)
4726{
4727 create_autostash_internal(r, NULL, refname, message, silent);
4728}
4729
4730static int apply_save_autostash_oid(const char *stash_oid, int attempt_apply,
4731 const char *label_ours, const char *label_theirs,

Callers 2

cmd_mergeFunction · 0.85
switch_branchesFunction · 0.85

Calls 1

Tested by

no test coverage detected