Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ strbuf_getline_lf
Function
strbuf_getline_lf
strbuf.c:752–755 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
750
}
751
752
int strbuf_getline_lf(struct strbuf *sb, FILE *fp)
753
{
754
return strbuf_getdelim(sb, fp,
'\n'
);
755
}
756
757
int strbuf_getline_nul(struct strbuf *sb, FILE *fp)
758
{
Callers
15
finish_repacking_promisor_objects
Function · 0.85
load_one_loose_object_map
Function · 0.85
parse_fetch
Function · 0.85
parse_push
Function · 0.85
cmd_main
Function · 0.85
load_commit_graph_chain_fd_st
Function · 0.85
sequencer_rollback
Function · 0.85
read_branches_file
Function · 0.85
read_line_from_git_path
Function · 0.85
read_rebase_todolist
Function · 0.85
load_midx_chain_fd_st
Function · 0.85
read_bisect_terms
Function · 0.85
Calls
1
strbuf_getdelim
Function · 0.85
Tested by
2
cmd__pack_deltas
Function · 0.68
bitmap_write
Function · 0.68