Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ get_commit_output_encoding
Function
get_commit_output_encoding
environment.c:195–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
const char *get_commit_output_encoding(void)
196
{
197
return git_commit_encoding ? git_commit_encoding :
"UTF-8"
;
198
}
199
200
int use_optional_locks(void)
201
{
Callers
14
get_message
Function · 0.85
try_to_commit
Function · 0.85
update_squash_messages
Function · 0.85
make_patch
Function · 0.85
do_merge
Function · 0.85
commit_staged_changes
Function · 0.85
get_log_output_encoding
Function · 0.85
generate_revert_message
Function · 0.85
create_commit
Function · 0.85
parse_mail
Function · 0.85
get_commit_info
Function · 0.85
cmd_mailinfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected