revision 1.8 KB

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