]> git.phdru.name Git - git-scripts.git/history - hooks
Feat(submodules/remove): Add option `-c`
[git-scripts.git] / hooks /
2024-01-23 Oleg BroytmanSimplify regular expressions for `compileall`
2024-01-22 Oleg BroytmanFix(set-last-commit-date): Use `git show -s`
2024-01-22 Oleg BroytmanFead: Add `set-last-commit-date-changed`
2024-01-22 Oleg BroytmanRename: `set-last-commit-date` -> `set-last-commit...
2020-08-15 Oleg BroytmanAdd `copy-scripts/`: Copy this repo to a remote host
2020-08-14 Oleg BroytmanFeat(hooks/post-update): Push back to `origin`
2020-08-14 Oleg BroytmanFeat(hooks/post-update): Add remote `origin` if not...
2018-09-28 Oleg BroytmanAdd post-update to update git-scripts after pushing...
2016-09-24 Oleg BroytmanExclude .tox/ virtual environments when compiling byte...
2016-06-05 Oleg BroytmanAdd post-checkout hook that compiles python files
2016-02-09 Oleg BroytmanAdd post-merge and post-rewrite hooks
2015-06-15 Oleg BroytmanRename touch-all -> set-commit-date
2015-06-15 Oleg BroytmanMove post-checkout hooks to hooks/post-checkout
2014-08-10 Oleg BroytmanNo need to explicitly show $new_HEAD
2014-08-10 Oleg BroytmanUse head instead of awk
2014-08-06 Oleg BroytmanSet timestamp only on the files known to git
2014-08-06 Oleg BroytmanRename post-checkout-touch to post-checkout-touch-all
2014-08-06 Oleg BroytmanCorrect English grammar
2014-08-06 Oleg BroytmanAdd two post-checkout hooks as examples