]> git.ipfire.org Git - thirdparty/git.git/commit - diff.c
Use run_command() to spawn external diff programs instead of fork/exec.
authorJohannes Sixt <johannes.sixt@telecom.at>
Fri, 19 Oct 2007 19:47:56 +0000 (21:47 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Oct 2007 05:30:40 +0000 (01:30 -0400)
commitd5535ec75ce1cdf57ef52b57c58c548121ce99ba
tree9981a1ad91d2defc9ccc15d2a5ca1450e39056f7
parentdc1bfdcd1a8af81885f1831c5e6dcfe5cf61372e
Use run_command() to spawn external diff programs instead of fork/exec.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
diff.c