Code

Merge branch 'jc/utf8'
authorJunio C Hamano <junkio@cox.net>
Fri, 29 Dec 2006 03:03:02 +0000 (19:03 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 29 Dec 2006 03:03:02 +0000 (19:03 -0800)
* jc/utf8:
  t3900: test conversion to non UTF-8 as well
  Rename t3900 test vector file
  UTF-8: introduce i18n.logoutputencoding.
  Teach log family --encoding
  i18n.logToUTF8: convert commit log message to UTF-8
  Move encoding conversion routine out of mailinfo to utf8.c

Conflicts:

commit.c

1  2 
Documentation/config.txt
commit.c

Simple merge
diff --cc commit.c
index 59ea77c577886a3ba5b4ef385099d7a564af173c,6f2839a5cd3708fca9ef845375d3b16373fd3266..eb06afbbe0f00ac4f553e37c50eca290418a7907
+++ b/commit.c
@@@ -1,7 -1,7 +1,8 @@@
  #include "cache.h"
  #include "tag.h"
  #include "commit.h"
 +#include "pkt-line.h"
+ #include "utf8.h"
  
  int save_commit_buffer = 1;