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
tr2_cfg.c -rw-r--r-- 3.3 KB
tr2_cfg.h -rw-r--r-- 673 bytes
tr2_cmd_name.c -rw-r--r-- 728 bytes
tr2_cmd_name.h -rw-r--r-- 660 bytes
tr2_ctr.c -rw-r--r-- 2.6 KB
tr2_ctr.h -rw-r--r-- 3.1 KB
tr2_dst.c -rw-r--r-- 9.9 KB
tr2_dst.h -rw-r--r-- 857 bytes
tr2_sid.c -rw-r--r-- 2.9 KB
tr2_sid.h -rw-r--r-- 362 bytes
tr2_sysenv.c -rw-r--r-- 3.6 KB
tr2_sysenv.h -rw-r--r-- 856 bytes
tr2_tbuf.c -rw-r--r-- 1.0 KB
tr2_tbuf.h -rw-r--r-- 509 bytes
tr2_tgt.h -rw-r--r-- 6.1 KB
tr2_tgt_event.c -rw-r--r-- 19.9 KB
tr2_tgt_normal.c -rw-r--r-- 11.1 KB
tr2_tgt_perf.c -rw-r--r-- 17.7 KB
tr2_tls.c -rw-r--r-- 4.2 KB
tr2_tls.h -rw-r--r-- 3.2 KB
tr2_tmr.c -rw-r--r-- 4.6 KB
tr2_tmr.h -rw-r--r-- 4.0 KB

back to top