Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ apply_autostash
Function
apply_autostash
sequencer.c:4811–4814 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4809
}
4810
4811
int apply_autostash(const char *path)
4812
{
4813
return apply_save_autostash(path, 1);
4814
}
4815
4816
int apply_autostash_oid(const char *stash_oid)
4817
{
Callers
6
checkout_onto
Function · 0.85
pick_commits
Function · 0.85
complete_action
Function · 0.85
cleanup_autostash
Function · 0.85
finish_rebase
Function · 0.85
run_specific_rebase
Function · 0.85
Calls
1
apply_save_autostash
Function · 0.85
Tested by
no test coverage detected