mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 01:25:34 +02:00
Use GIT-1.7.2.2
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
379e80e3a8
commit
6d7552bc07
7 changed files with 11 additions and 11 deletions
2
ui-log.c
2
ui-log.c
|
@ -112,7 +112,7 @@ void print_commit(struct commit *commit)
|
|||
html("</td></tr>\n");
|
||||
if (ctx.qry.showmsg) {
|
||||
struct strbuf notes = STRBUF_INIT;
|
||||
get_commit_notes(commit, ¬es, PAGE_ENCODING, 0);
|
||||
format_note(NULL, commit->object.sha1, ¬es, PAGE_ENCODING, 0);
|
||||
|
||||
if (ctx.repo->enable_log_filecount) {
|
||||
cols++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue