]> git.pld-linux.org Git - packages/cgit.git/blob - notes.patch
- updated to 0.9.1
[packages/cgit.git] / notes.patch
1 --- cgit-0.9.1/ui-log.c~        2012-11-15 01:28:59.000000000 +0100
2 +++ cgit-0.9.1/ui-log.c 2013-05-17 13:15:53.682385508 +0200
3 @@ -195,9 +195,9 @@
4                                 strbuf_addstr(&msgbuf, info->msg);
5                                 strbuf_addch(&msgbuf, '\n');
6                         }
7 -                       format_note(NULL, commit->object.sha1, &msgbuf,
8 +                       format_display_notes(commit->object.sha1, &msgbuf,
9                                     PAGE_ENCODING,
10 -                                   NOTES_SHOW_HEADER | NOTES_INDENT);
11 +                                   0);
12                         strbuf_addch(&msgbuf, '\n');
13                         strbuf_ltrim(&msgbuf);
14                 }
15 --- cgit-0.9.1/ui-commit.c~     2013-05-17 13:09:43.468524461 +0200
16 +++ cgit-0.9.1/ui-commit.c      2013-05-17 13:17:12.059843403 +0200
17 @@ -36,7 +36,7 @@
18         }
19         info = cgit_parse_commit(commit);
20  
21 -       format_note(NULL, sha1, &notes, PAGE_ENCODING, 0);
22 +       format_display_notes(sha1, &notes, PAGE_ENCODING, 1);
23  
24         load_ref_decorations(DECORATE_FULL_REFS);
25  
This page took 0.073714 seconds and 3 git commands to generate.