Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ strbuf_addf
Function
strbuf_addf
strbuf.c:354–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
352
}
353
354
void strbuf_addf(struct strbuf *sb, const char *fmt, ...)
355
{
356
va_list ap;
357
va_start(ap, fmt);
358
strbuf_vaddf(sb, fmt, ap);
359
va_end(ap);
360
}
361
362
void strbuf_add_uint(struct strbuf *sb, uintmax_t value)
363
{
Callers
15
for_each_preferred_bitmap_tip
Function · 0.85
git_config_from_parameters
Function · 0.85
add_unset_auto_comment_char_advice
Function · 0.85
add_comment_char_advice
Function · 0.85
store_create_section
Function · 0.85
write_pair
Function · 0.85
get_common_dir_noenv
Function · 0.85
check_repository_format_gently
Function · 0.85
upgrade_repository_format
Function · 0.85
verify_repository_format
Function · 0.85
discover_git_directory_reason
Function · 0.85
initialize_repository_version
Function · 0.85
Calls
1
strbuf_vaddf
Function · 0.85
Tested by
15
prefix_magic
Function · 0.68
pathspec_magic_names
Function · 0.68
test_odb_inmemory__for_each_object
Function · 0.68
app__unhandled_command
Function · 0.68
app__big_command
Function · 0.68
app__chunk_command
Function · 0.68
app__slow_command
Function · 0.68
app__sendbytes_command
Function · 0.68
cmd_main
Function · 0.68
dump
Function · 0.68
test_stdin_pipe_feed
Function · 0.68
next_test
Function · 0.68