]> asedeno.scripts.mit.edu Git - git.git/blobdiff - builtin/log.c
Merge branch 'pn/commit-autosquash'
[git.git] / builtin / log.c
index 22d12903ac06597979f30d0fd94267fc543afa29..4191d9c4e55c0745b96e8f93161ea10fb4ec7e0d 100644 (file)
@@ -329,8 +329,7 @@ static void show_tagger(char *buf, int len, struct rev_info *rev)
        struct strbuf out = STRBUF_INIT;
 
        pp_user_info("Tagger", rev->commit_format, &out, buf, rev->date_mode,
-               git_log_output_encoding ?
-               git_log_output_encoding: git_commit_encoding);
+               get_log_output_encoding());
        printf("%s", out.buf);
        strbuf_release(&out);
 }
@@ -1365,7 +1364,7 @@ int cmd_cherry(int argc, const char **argv, const char *prefix)
 
        struct option options[] = {
                OPT__ABBREV(&abbrev),
-               OPT__VERBOSE(&verbose),
+               OPT__VERBOSE(&verbose, "be verbose"),
                OPT_END()
        };