Move buffer_is_binary() to xdiff-interface.h
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 5 Jun 2007 02:36:11 +0000 (03:36 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Jun 2007 06:27:23 +0000 (23:27 -0700)
We already have two instances where we want to determine if a buffer
contains binary data as opposed to text.

[jc: cherry-picked 6bfce93e from 'master']

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found