]> asedeno.scripts.mit.edu Git - git-svn-keywords.git/commitdiff
initial commit of code
authorAlejandro R. Sedeño <asedeno@mit.edu>
Fri, 18 Sep 2009 20:43:49 +0000 (16:43 -0400)
committerAlejandro R. Sedeño <asedeno@mit.edu>
Fri, 18 Sep 2009 20:45:20 +0000 (16:45 -0400)
git-svn-keywords.py [new file with mode: 0755]

diff --git a/git-svn-keywords.py b/git-svn-keywords.py
new file mode 100755 (executable)
index 0000000..765fc62
--- /dev/null
@@ -0,0 +1,33 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2009 Alejandro R. Sedeño <asedeno@mit.edu>
+
+# Permission is hereby granted, free of charge, to any person
+# obtaining a copy of this software and associated documentation files
+# (the "Software"), to deal in the Software without restriction,
+# including without limitation the rights to use, copy, modify, merge,
+# publish, distribute, sublicense, and/or sell copies of the Software,
+# and to permit persons to whom the Software is furnished to do so,
+# subject to the following conditions:
+
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+# BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+# SOFTWARE.
+
+# git svn keyword parsing and populating
+
+import os
+
+if 'GIT_DIR' not in os.environ:
+    print "This is a git post-checkout hook and must be run in the context of git."
+    exit(1)
+