190583Sphantom
290583Sphantom#------------------------------------------------------------------------------
390583Sphantom# $File: revision,v 1.9 2013/02/06 14:18:52 christos Exp $
490583Sphantom# file(1) magic for revision control files
590583Sphantom# From Hendrik Scholz <hendrik@scholz.net>
690583Sphantom0	string/t	/1\ :pserver:	cvs password text file
790936Sphantom
890583Sphantom# Conary changesets
990936Sphantom# From: Jonathan Smith <smithj@rpath.com>
1090583Sphantom0	belong	0xea3f81bb	Conary changeset data
1190583Sphantom
1290583Sphantom# Type: Git bundles (git-bundle)
1390583Sphantom# From: Josh Triplett <josh@freedesktop.org>
1490583Sphantom0	string	#\ v2\ git\ bundle\n	Git bundle
1590583Sphantom
1690583Sphantom# Type: Git pack
1790583Sphantom# From: Adam Buchbinder <adam.buchbinder@gmail.com>
1890583Sphantom# The actual magic is 'PACK', but that clashes with Doom/Quake packs. However,
1990583Sphantom# those have a little-endian offset immediately following the magic 'PACK',
2090583Sphantom# the first byte of which is never 0, while the first byte of the Git pack
2190583Sphantom# version, since it's a tiny number stored in big-endian format, is always 0.
2290583Sphantom0	string	PACK\0		Git pack
2390583Sphantom>4	belong	>0		\b, version %d
2490583Sphantom>>8	belong	>0		\b, %d objects
2590583Sphantom
2690583Sphantom# Type: Git pack index
2790583Sphantom# From: Adam Buchbinder <adam.buchbinder@gmail.com>
2890583Sphantom0	string	\377tOc		Git pack index
2990583Sphantom>4	belong	=2		\b, version 2
3090583Sphantom
3190583Sphantom# Type: Git index file
3290583Sphantom# From: Frederic Briare <fbriere@fbriere.net>
3390583Sphantom0	string	DIRC		Git index
3490583Sphantom>4	belong	>0		\b, version %d
3590583Sphantom>>8	belong	>0		\b, %d entries
3690583Sphantom
37# Type:	Mercurial bundles
38# From:	Seo Sanghyeon <tinuviel@sparcs.kaist.ac.kr>
390	string	HG10		Mercurial bundle,
40>4	string	UN		uncompressed
41>4	string	BZ		bzip2 compressed
42
43# Type:	Subversion (SVN) dumps
44# From:	Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
450	string	SVN-fs-dump-format-version:	Subversion dumpfile
46>28	string	>\0				(version: %s)
47
48# Type:	Bazaar revision bundles and merge requests
49# URL:	http://www.bazaar-vcs.org/
50# From:	Jelmer Vernooij <jelmer@samba.org>
510	string	#\ Bazaar\ revision\ bundle\ v Bazaar Bundle
520	string	#\ Bazaar\ merge\ directive\ format Bazaar merge directive
53