Ram Gandikota
/
metronome
FRDM K64F Metronome
mbed-client/mbed-client-classic/.git/hooks/post-update.sample@0:a2cb7295a1f7, 2017-05-14 (annotated)
- Committer:
- ram54288
- Date:
- Sun May 14 18:35:07 2017 +0000
- Revision:
- 0:a2cb7295a1f7
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ram54288 | 0:a2cb7295a1f7 | 1 | #!/bin/sh |
ram54288 | 0:a2cb7295a1f7 | 2 | # |
ram54288 | 0:a2cb7295a1f7 | 3 | # An example hook script to prepare a packed repository for use over |
ram54288 | 0:a2cb7295a1f7 | 4 | # dumb transports. |
ram54288 | 0:a2cb7295a1f7 | 5 | # |
ram54288 | 0:a2cb7295a1f7 | 6 | # To enable this hook, rename this file to "post-update". |
ram54288 | 0:a2cb7295a1f7 | 7 | |
ram54288 | 0:a2cb7295a1f7 | 8 | exec git update-server-info |