Revision 197a772c48652d94ddb340fc6bcd8ed4440ff233 authored by Johannes Schindelin on 20 May 2024, 20:22:01 UTC, committed by Junio C Hamano on 21 May 2024, 19:33:08 UTC
In df93e407f06 (init: refactor the template directory discovery into its
own function, 2024-03-29), I refactored the way the templates directory
is discovered.

The refactoring was faithful, but missed a reference in the `Makefile`
where the `DEFAULT_GIT_TEMPLATE_DIR` constant is defined. As a
consequence, Git v2.45.1 and friends will always use the hard-coded path
`/usr/share/git-core/templates`.

Let's fix that by defining the `DEFAULT_GIT_TEMPLATE_DIR` when building
`setup.o`, where that constant is actually used.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent ee05253
History
File Mode Size
debug.c -rw-r--r-- 14.8 KB
files-backend.c -rw-r--r-- 90.3 KB
iterator.c -rw-r--r-- 10.6 KB
packed-backend.c -rw-r--r-- 43.5 KB
packed-backend.h -rw-r--r-- 1.3 KB
ref-cache.c -rw-r--r-- 12.7 KB
ref-cache.h -rw-r--r-- 7.8 KB
refs-internal.h -rw-r--r-- 25.9 KB

back to top