Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ branch_get
Function
branch_get
remote.c:1807–1810 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1805
}
1806
1807
struct branch *branch_get(const char *name)
1808
{
1809
return repo_branch_get(the_repository, name);
1810
}
1811
1812
const char *repo_default_remote(struct repository *repo)
1813
{
Callers
15
populate_value
Function · 0.85
wt_longstatus_print_tracking
Function · 0.85
wt_shortstatus_print_tracking
Function · 0.85
wt_porcelain_v2_print_tracking
Function · 0.85
interpret_branch_mark
Function · 0.85
inherit_tracking
Function · 0.85
refspec_append_mapped
Function · 0.85
setup_default_push_refspecs
Function · 0.85
get_base_commit
Function · 0.85
cmd_cherry
Function · 0.85
error_on_missing_default_upstream
Function · 0.85
cmd_rebase
Function · 0.85
Calls
1
repo_branch_get
Function · 0.85
Tested by
no test coverage detected