Pratyush Mallick
/
nano_dac
this is testing
noos_mbed/.git/hooks/post-update.sample@0:e8a1ba50c46b, 2021-01-14 (annotated)
- Committer:
- pmallick
- Date:
- Thu Jan 14 19:12:57 2021 +0530
- Revision:
- 0:e8a1ba50c46b
this is testing
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
pmallick | 0:e8a1ba50c46b | 1 | #!/bin/sh |
pmallick | 0:e8a1ba50c46b | 2 | # |
pmallick | 0:e8a1ba50c46b | 3 | # An example hook script to prepare a packed repository for use over |
pmallick | 0:e8a1ba50c46b | 4 | # dumb transports. |
pmallick | 0:e8a1ba50c46b | 5 | # |
pmallick | 0:e8a1ba50c46b | 6 | # To enable this hook, rename this file to "post-update". |
pmallick | 0:e8a1ba50c46b | 7 | |
pmallick | 0:e8a1ba50c46b | 8 | exec git update-server-info |