]> git.ipfire.org Git - thirdparty/git.git/commit - ws.c
ws_fix_copy(): move the whitespace fixing function to ws.c
authorJunio C Hamano <gitster@pobox.com>
Sun, 24 Feb 2008 00:59:16 +0000 (16:59 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Feb 2008 00:59:16 +0000 (16:59 -0800)
commitfe3403c3205de44faa926a086b4b99f157fc63fe
tree48b1b2706d35ee3521f68218f3aa78da8b755193
parent52f3c81a9d41af019ab8f05051c5251f078b12e5
ws_fix_copy(): move the whitespace fixing function to ws.c

This is used by git-apply but we can use it elsewhere by slightly
generalizing it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-apply.c
cache.h
ws.c