diff options
author | Lars Hjemli <hjemli@gmail.com> | 2010-08-22 13:29:57 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2010-08-22 13:29:57 +0200 |
commit | 6d7552bc072599313ef423d69156d824c075572a (patch) | |
tree | 3189efeb6ca80dc6dcf0811ff2d8011e2b3e8c7b /ui-commit.c | |
parent | 379e80e3a83481d3639c5d312eeddcce57c486b2 (diff) |
Use GIT-1.7.2.2
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-commit.c')
-rw-r--r-- | ui-commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-commit.c b/ui-commit.c index 45af450..2b4f677 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -36,7 +36,7 @@ void cgit_print_commit(char *hex, const char *prefix) } info = cgit_parse_commit(commit); - get_commit_notes(commit, ¬es, PAGE_ENCODING, 0); + format_note(NULL, sha1, ¬es, PAGE_ENCODING, 0); load_ref_decorations(DECORATE_FULL_REFS); |