Use GIT-1.7.2.2

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
这个提交包含在:
Lars Hjemli
2010-08-22 13:29:57 +02:00
父节点 379e80e3a8
当前提交 6d7552bc07
共有 7 个文件被更改,包括 11 次插入11 次删除

查看文件

@@ -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, &notes, PAGE_ENCODING, 0);
format_note(NULL, commit->object.sha1, &notes, PAGE_ENCODING, 0);
if (ctx.repo->enable_log_filecount) {
cols++;