]> granicus.if.org Git - file/commitdiff
Add simple git object detection
authorChristos Zoulas <christos@zoulas.com>
Fri, 4 Oct 2019 18:46:29 +0000 (18:46 +0000)
committerChristos Zoulas <christos@zoulas.com>
Fri, 4 Oct 2019 18:46:29 +0000 (18:46 +0000)
magic/Magdir/git [new file with mode: 0644]
magic/Makefile.am

diff --git a/magic/Magdir/git b/magic/Magdir/git
new file mode 100644 (file)
index 0000000..4087fcd
--- /dev/null
@@ -0,0 +1,13 @@
+
+#------------------------------------------------------------------------------
+# $File: git,v 1.1 2019/10/04 18:46:29 christos Exp $
+# git:  file(1) magic for Git objects
+
+0      string  blob\040
+>5     regex   [0-9]+          Git blob %s
+
+0      string  tree\040
+>5     regex   [0-9]+          Git tree %s
+
+0      string  commit\040
+>7     regex   [0-9]+          Git commit %s
index de746547fa730b6d5f39880ba701e1711ce36418..2c0dfc3121feebd5591a252d2b337249fffd7d30 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $File: Makefile.am,v 1.148 2019/09/30 15:58:24 christos Exp $
+# $File: Makefile.am,v 1.149 2019/10/04 18:46:29 christos Exp $
 #
 MAGIC_FRAGMENT_BASE = Magdir
 MAGIC_DIR = $(top_srcdir)/magic
@@ -111,6 +111,7 @@ $(MAGIC_FRAGMENT_DIR)/gconv \
 $(MAGIC_FRAGMENT_DIR)/geo \
 $(MAGIC_FRAGMENT_DIR)/geos \
 $(MAGIC_FRAGMENT_DIR)/gimp \
+$(MAGIC_FRAGMENT_DIR)/git \
 $(MAGIC_FRAGMENT_DIR)/glibc \
 $(MAGIC_FRAGMENT_DIR)/gnome \
 $(MAGIC_FRAGMENT_DIR)/gnu \