Files
git/builtin
Junio C Hamano 6b8731258d Merge branch 'jc/same-encoding'
Various codepaths checked if two encoding names are the same using
ad-hoc code and some of them ended up asking iconv() to convert
between "utf8" and "UTF-8".  The former is not a valid way to spell
the encoding name, but often people use it by mistake, and we
equated them in some but not all codepaths. Introduce a new helper
function to make these codepaths consistent.

* jc/same-encoding:
  reencode_string(): introduce and use same_encoding()

Conflicts:
	builtin/mailinfo.c
2012-11-15 10:24:05 -08:00
..
2012-09-14 11:53:53 -07:00
2012-09-12 14:08:05 -07:00
2012-09-17 15:59:34 -07:00
2012-10-25 06:42:27 -04:00
2012-10-29 03:08:30 -04:00
2012-09-27 17:57:26 -07:00
2012-10-29 04:13:16 -04:00
2012-10-09 23:21:30 -07:00
2012-11-15 10:24:05 -08:00
2012-09-11 11:36:05 -07:00
2012-10-25 06:42:27 -04:00
2012-09-14 11:53:53 -07:00
2012-09-07 11:09:09 -07:00
2012-09-12 14:21:58 -07:00
2012-10-29 03:08:30 -04:00
2012-10-29 04:12:07 -04:00
2012-10-25 06:42:27 -04:00