author | Axel Bonnet <axel.bonnet@ensimag.imag.fr> | |
Mon, 7 Jun 2010 15:23:36 +0000 (17:23 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 11 Jun 2010 20:17:57 +0000 (13:17 -0700) | ||
commit | a788d7d58bfbd2772b7ad5d788d8f7f885a651e1 | |
tree | c03b1a4cdccec1e0654d583a13976e9ca0616116 | tree | snapshot |
parent | 92a75a391e66cfc278cf59741e484efd80c02176 | commit | diff |
textconv: make the API public
The textconv functionality allows one to convert a file into text before
running diff. But this functionality can be useful to other features
such as blame.
Signed-off-by: Axel Bonnet <axel.bonnet@ensimag.imag.fr>
Signed-off-by: Clément Poulain <clement.poulain@ensimag.imag.fr>
Signed-off-by: Diane Gasselin <diane.gasselin@ensimag.imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The textconv functionality allows one to convert a file into text before
running diff. But this functionality can be useful to other features
such as blame.
Signed-off-by: Axel Bonnet <axel.bonnet@ensimag.imag.fr>
Signed-off-by: Clément Poulain <clement.poulain@ensimag.imag.fr>
Signed-off-by: Diane Gasselin <diane.gasselin@ensimag.imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c | diff | blob | history | |
diff.h | diff | blob | history |