1284194Sdelphij
2284194Sdelphij#------------------------------------------------------------------------------
3284194Sdelphij# $File: diff,v 1.14 2012/09/16 23:08:54 christos Exp $
4284194Sdelphij# diff:  file(1) magic for diff(1) output
5284194Sdelphij#
6284194Sdelphij0	search/1	diff\ 		diff output text
7284194Sdelphij!:mime	text/x-diff
8284194Sdelphij0	search/1	***\ 		diff output text
9284194Sdelphij!:mime	text/x-diff
10284194Sdelphij0	search/1	Only\ in\ 	diff output text
11284194Sdelphij!:mime	text/x-diff
12284194Sdelphij0	search/1	Common\ subdirectories:\ 	diff output text
13284194Sdelphij!:mime	text/x-diff
14284194Sdelphij
15284194Sdelphij0	search/1	Index:		RCS/CVS diff output text
16284194Sdelphij!:mime	text/x-diff
17284194Sdelphij
18284194Sdelphij# bsdiff:  file(1) magic for bsdiff(1) output
19284194Sdelphij0	string/b		BSDIFF40	bsdiff(1) patch file
20284194Sdelphij
21284194Sdelphij
22284194Sdelphij# unified diff
23284194Sdelphij0	search/4096	---\ 
24284194Sdelphij>&0	search/1024 \n
25284194Sdelphij>>&0	search/1 +++\ 
26284194Sdelphij>>>&0	search/1024 \n
27284194Sdelphij>>>>&0	search/1 @@	unified diff output text
28284194Sdelphij!:mime	text/x-diff
29284194Sdelphij!:strength + 90
30284194Sdelphij
31284194Sdelphij# librsync -- the library for network deltas
32284194Sdelphij#
33284194Sdelphij# Copyright (C) 2001 by Martin Pool.  You may do whatever you want with
34284194Sdelphij# this file.
35284194Sdelphij#
36284194Sdelphij0	belong		0x72730236	rdiff network-delta data
37284194Sdelphij
38284194Sdelphij0	belong		0x72730136	rdiff network-delta signature data
39284194Sdelphij>4	belong		x		(block length=%d,
40284194Sdelphij>8	belong		x		signature strength=%d)
41