diff options
| author | Denton Liu <liu.denton@gmail.com> | 2020-09-23 02:38:44 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-09-23 09:31:45 -0700 |
| commit | 8c7e5059506c6840bfbd4dd8d1730784a5689719 (patch) | |
| tree | e5487a64aff9bd6061860d3e5558fc3acde0834d /t/helper/test-submodule-nested-repo-config.c | |
| parent | hooks--pre-push.sample: modernize script (diff) | |
| download | git-8c7e5059506c6840bfbd4dd8d1730784a5689719.tar.gz git-8c7e5059506c6840bfbd4dd8d1730784a5689719.zip | |
hooks--pre-push.sample: use hash-agnostic zero OID
The pre-push sample hook has the zero OID hardcoded as 40 zeros.
However, with the introduction of SHA-256 support, this assumption no
longer holds true. Replace the hardcoded $z40 with a call to
git hash-object --stdin </dev/null | tr '[0-9a-f]' '0'
so the sample hook becomes hash-agnostic.
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-submodule-nested-repo-config.c')
0 files changed, 0 insertions, 0 deletions
