mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 22:28:59 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D37761 --HG-- extra : moz-landing-system : lando
11 lines
308 B
Bash
Executable file
11 lines
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
|