зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
308 B
Bash
Executable File
12 строки
308 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Clean up any weirdness left around by prettier execution from pre-commit
|
|
# hook. Can happen for some workflows (eg `git commit .`).
|
|
#
|
|
# Install by executing
|
|
#
|
|
# ln -s ../../hooks/post-commit .git/hooks/post-commit
|
|
#
|
|
# at the top-level of the activity-stream github repo.
|
|
git update-index -g
|