src/cm/media/js/lib/flexible-js-formatting/.git/hooks/post-receive
author gibus
Mon, 21 May 2012 16:50:42 +0200
changeset 439 8994d24e4b2f
parent 0 40c8f766c9b8
permissions -rw-r--r--
Reverts to changeset 435, and just add {% csrf_token %} to template forgot_pw.html, since CSRF protection seems to be only here (surely because of django.contrib.auth.views).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     1
#!/bin/sh
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     2
#
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     3
# An example hook script for the post-receive event
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     4
#
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     5
# This script is run after receive-pack has accepted a pack and the
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     6
# repository has been updated.  It is passed arguments in through stdin
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     7
# in the form
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     8
#  <oldrev> <newrev> <refname>
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     9
# For example:
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    10
#  aa453216d1b3e49e7f6f98441fa56946ddcd6a20 68f7abf4e6f922807889f52bc043ecd31b79f814 refs/heads/master
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    11
#
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    12
# see contrib/hooks/ for an sample, or uncomment the next line (on debian)
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    13
#
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    14
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    15
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    16
#. /usr/share/doc/git-core/contrib/hooks/post-receive-email