MCPcopy 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
195const char *get_commit_output_encoding(void)
196{
197 return git_commit_encoding ? git_commit_encoding : "UTF-8";
198}
199
200int use_optional_locks(void)
201{

Callers 14

get_messageFunction · 0.85
try_to_commitFunction · 0.85
update_squash_messagesFunction · 0.85
make_patchFunction · 0.85
do_mergeFunction · 0.85
commit_staged_changesFunction · 0.85
get_log_output_encodingFunction · 0.85
generate_revert_messageFunction · 0.85
create_commitFunction · 0.85
parse_mailFunction · 0.85
get_commit_infoFunction · 0.85
cmd_mailinfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected