xref: /freebsd/contrib/file/magic/Magdir/revision (revision ae316d1d1cffd71ab7751f94e10118777a88e027)
1
2#------------------------------------------------------------------------------
3# $File: revision,v 1.12 2024/08/30 17:29:28 christos Exp $
4# file(1) magic for revision control files
5
6# From Hendrik Scholz <hendrik@scholz.net>
70	string/t	/1\ :pserver:	cvs password text file
8
9# Conary changesets
10# From: Jonathan Smith <smithj@rpath.com>
110	belong	0xea3f81bb	Conary changeset data
12
13# Type: Git bundles (git-bundle)
14# From: Josh Triplett <josh@freedesktop.org>
150	string	#\ v2\ git\ bundle\n	Git bundle
16
17# Type: Git pack index
18# From: Adam Buchbinder <adam.buchbinder@gmail.com>
190	string	\377tOc		Git pack index
20>4	belong	=2		\b, version 2
21
22# Type: Git index file
23# From: Frederic Briare <fbriere@fbriere.net>
240	string	DIRC		Git index
25>4	belong	>0		\b, version %d
26>>8	belong	>0		\b, %d entries
27
28# Type:	Mercurial bundles
29# From:	Seo Sanghyeon <tinuviel@sparcs.kaist.ac.kr>
300	string	HG10		Mercurial bundle,
31>4	string	UN		uncompressed
32>4	string	BZ		bzip2 compressed
33
34# Type:	Subversion (SVN) dumps
35# From:	Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
360	string	SVN-fs-dump-format-version:	Subversion dumpfile
37>28	string	>\0				(version: %s)
38
39# Type:	Bazaar revision bundles and merge requests
40# URL:	https://www.bazaar-vcs.org/
41# From:	Jelmer Vernooij <jelmer@samba.org>
420	string	#\ Bazaar\ revision\ bundle\ v Bazaar Bundle
430	string	#\ Bazaar\ merge\ directive\ format Bazaar merge directive
44