2012-03-31 20:24:03 +02:00
|
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
2013-12-06 12:04:52 +01:00
|
|
|
# $File: revision,v 1.9 2013/02/06 14:18:52 christos Exp $
|
2012-03-31 20:24:03 +02:00
|
|
|
# file(1) magic for revision control files
|
|
|
|
# From Hendrik Scholz <hendrik@scholz.net>
|
2012-05-02 13:23:57 +02:00
|
|
|
0 string/t /1\ :pserver: cvs password text file
|
2012-03-31 20:24:03 +02:00
|
|
|
|
|
|
|
# Conary changesets
|
|
|
|
# From: Jonathan Smith <smithj@rpath.com>
|
|
|
|
0 belong 0xea3f81bb Conary changeset data
|
|
|
|
|
|
|
|
# Type: Git bundles (git-bundle)
|
|
|
|
# From: Josh Triplett <josh@freedesktop.org>
|
|
|
|
0 string #\ v2\ git\ bundle\n Git bundle
|
|
|
|
|
2012-05-02 13:23:57 +02:00
|
|
|
# Type: Git pack
|
|
|
|
# From: Adam Buchbinder <adam.buchbinder@gmail.com>
|
|
|
|
# The actual magic is 'PACK', but that clashes with Doom/Quake packs. However,
|
|
|
|
# those have a little-endian offset immediately following the magic 'PACK',
|
|
|
|
# the first byte of which is never 0, while the first byte of the Git pack
|
|
|
|
# version, since it's a tiny number stored in big-endian format, is always 0.
|
|
|
|
0 string PACK\0 Git pack
|
|
|
|
>4 belong >0 \b, version %d
|
|
|
|
>>8 belong >0 \b, %d objects
|
|
|
|
|
|
|
|
# Type: Git pack index
|
|
|
|
# From: Adam Buchbinder <adam.buchbinder@gmail.com>
|
|
|
|
0 string \377tOc Git pack index
|
|
|
|
>4 belong =2 \b, version 2
|
|
|
|
|
|
|
|
# Type: Git index file
|
2013-12-06 12:04:52 +01:00
|
|
|
# From: Frederic Briare <fbriere@fbriere.net>
|
2012-05-02 13:23:57 +02:00
|
|
|
0 string DIRC Git index
|
|
|
|
>4 belong >0 \b, version %d
|
|
|
|
>>8 belong >0 \b, %d entries
|
|
|
|
|
2012-03-31 20:24:03 +02:00
|
|
|
# Type: Mercurial bundles
|
|
|
|
# From: Seo Sanghyeon <tinuviel@sparcs.kaist.ac.kr>
|
|
|
|
0 string HG10 Mercurial bundle,
|
|
|
|
>4 string UN uncompressed
|
|
|
|
>4 string BZ bzip2 compressed
|
2012-05-02 13:23:57 +02:00
|
|
|
|
|
|
|
# Type: Subversion (SVN) dumps
|
|
|
|
# From: Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
|
|
|
|
0 string SVN-fs-dump-format-version: Subversion dumpfile
|
|
|
|
>28 string >\0 (version: %s)
|
|
|
|
|
|
|
|
# Type: Bazaar revision bundles and merge requests
|
|
|
|
# URL: http://www.bazaar-vcs.org/
|
|
|
|
# From: Jelmer Vernooij <jelmer@samba.org>
|
|
|
|
0 string #\ Bazaar\ revision\ bundle\ v Bazaar Bundle
|
|
|
|
0 string #\ Bazaar\ merge\ directive\ format Bazaar merge directive
|