diff options
| author | Po Lu | 2023-05-02 08:09:17 +0800 |
|---|---|---|
| committer | Po Lu | 2023-05-02 08:09:17 +0800 |
| commit | 86b7ed619c7d7da035915b8c75b427ed66801123 (patch) | |
| tree | 6b0dfd2d772702eedcb6893a5e64df6a17ea32bf /build-aux | |
| parent | f92bdbc67754c77afcae95cb1ab237e2c5053ab2 (diff) | |
| parent | 7d246c359cf3d25cab5134076e393c4d25015827 (diff) | |
| download | emacs-86b7ed619c7d7da035915b8c75b427ed66801123.tar.gz emacs-86b7ed619c7d7da035915b8c75b427ed66801123.zip | |
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'build-aux')
| -rwxr-xr-x | build-aux/git-hooks/post-commit | 2 | ||||
| -rwxr-xr-x | build-aux/git-hooks/pre-push | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/git-hooks/post-commit b/build-aux/git-hooks/post-commit index 68d9995d915..05f2d778b5c 100755 --- a/build-aux/git-hooks/post-commit +++ b/build-aux/git-hooks/post-commit | |||
| @@ -42,4 +42,4 @@ else | |||
| 42 | fi | 42 | fi |
| 43 | 43 | ||
| 44 | git rev-parse HEAD | $awk -v reason=post-commit \ | 44 | git rev-parse HEAD | $awk -v reason=post-commit \ |
| 45 | -f .git/hooks/commit-msg-files.awk | 45 | -f ${GIT_DIR:-.git}/hooks/commit-msg-files.awk |
diff --git a/build-aux/git-hooks/pre-push b/build-aux/git-hooks/pre-push index 8e8277cba4f..6ff59102fd7 100755 --- a/build-aux/git-hooks/pre-push +++ b/build-aux/git-hooks/pre-push | |||
| @@ -83,4 +83,4 @@ $awk -v origin_name="$1" ' | |||
| 83 | # Print every SHA after oldref, up to (and including) newref. | 83 | # Print every SHA after oldref, up to (and including) newref. |
| 84 | system("git rev-list --first-parent --reverse " oldref ".." newref) | 84 | system("git rev-list --first-parent --reverse " oldref ".." newref) |
| 85 | } | 85 | } |
| 86 | ' | $awk -v reason=pre-push -f .git/hooks/commit-msg-files.awk | 86 | ' | $awk -v reason=pre-push -f ${GIT_DIR:-.git}/hooks/commit-msg-files.awk |