Pin git review to 1.78
[releng/global-jjb.git] / releasenotes / notes / pin-git-review-v1.78-cc90954e3c50956a.yaml
1 ---
2 fixes:
3   - |
4     Pin git review to 1.78
5
6     The latest version of module trys to look for git hook recursively within
7     the submodules.
8
9
10     Error:
11
12     .. code-block:: bash
13
14         Running: git submodule foreach cp -p .git/hooks/commit-msg "$(git rev-parse --git-dir)/hooks/"
15         Problems encountered installing commit-msg hook
16         The following command failed with exit code 128
17              "git submodule foreach cp -p .git/hooks/commit-msg "$(git rev-parse --git-dir)/hooks/""
18         -----------------------
19         Entering 'global-jjb'
20         cannot stat '.git/hooks/commit-msg': Not a directory
21         fatal: run_command returned non-zero status for global-jjb
22
23
24     Remove workaround that has been resolved in v1.28 and use lf-activate-venv
25     to install git-review