blame: move textconv_object with related functions
commit3a35cb2ea8ab5d44d6ea6290b7af8a7c8623e4c2
authorJeff Smith <whydoubt@gmail.com>
Wed, 24 May 2017 05:15:10 +0000 (24 00:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 May 2017 06:41:50 +0000 (24 15:41 +0900)
tree0fd1226cd250882b3d38203e7509a880f129fdf4
parentb84bc9c3677c9746bfd81a64ed30b0670c8ff0f9
blame: move textconv_object with related functions

textconv_object is used in places other than blame.c and should be moved
to a more appropriate location.  Other textconv related functions are
located in diff.c so that seems as good a place as any.

Signed-off-by: Jeff Smith <whydoubt@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin.h
builtin/blame.c
builtin/cat-file.c
diff.c
diff.h