Revert "Merge branch 'js/notes'"

This reverts commit 7b75b331f6, reversing
changes made to 5d680a67d7.
This commit is contained in:
Junio C Hamano
2009-02-10 21:31:33 -08:00
parent f1c8a48a2d
commit 954cfb5cfd
16 changed files with 0 additions and 506 deletions

View File

@ -6,7 +6,6 @@
#include "string-list.h"
#include "mailmap.h"
#include "log-tree.h"
#include "notes.h"
#include "color.h"
static char *user_format;
@ -921,9 +920,5 @@ void pretty_print_commit(enum cmit_fmt fmt, const struct commit *commit,
*/
if (fmt == CMIT_FMT_EMAIL && sb->len <= beginning_of_body)
strbuf_addch(sb, '\n');
if (fmt != CMIT_FMT_ONELINE)
get_commit_notes(commit, sb, encoding);
free(reencoded);
}