Merge branch 'jk/cached-commit-buffer' into HEAD
* jk/cached-commit-buffer: revision: drop --show-all option commit: drop uses of get_cached_commit_buffer() Git 2.16.2
This commit is contained in:
@ -659,9 +659,6 @@ void show_log(struct rev_info *opt)
|
||||
show_mergetag(opt, commit);
|
||||
}
|
||||
|
||||
if (!get_cached_commit_buffer(commit, NULL))
|
||||
return;
|
||||
|
||||
if (opt->show_notes) {
|
||||
int raw;
|
||||
struct strbuf notebuf = STRBUF_INIT;
|
||||
|
Reference in New Issue
Block a user