File: update.sample

package info (click to toggle)
libgit2 1.9.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60,804 kB
  • sloc: ansic: 203,436; javascript: 2,458; sh: 1,763; python: 384; perl: 99; php: 65; makefile: 33
file content (9 lines) | stat: -rwxr-xr-x 323 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
# A sample hook to make sure that the `git_repository_init_ext()` function
# can correctly copy a hook over and set it up with the correct permissions.
#
# To enable a hook, you copy the file and remove the ".sample" suffix, but
# in this case, we're just making sure it gets copied correctly.

echo "$GIT_DIR"