]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/expand-runtime-prefix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Aug 2021 22:32:38 +0000 (15:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Aug 2021 22:32:38 +0000 (15:32 -0700)
commitaab0eeaba56e87f4d471b8e2aba9a648e5606d01
treebbc00ea37f54ff6005fa6b909a87e81fc85ed062
parentf19b2752e7788ad3a66812fd37fc482fc247eb4c
parent7ed37eb8ae485ff5590c656e871d6c739edfa067
Merge branch 'js/expand-runtime-prefix'

Pathname expansion (like "~username/") learned a way to specify a
location relative to Git installation (e.g. its $sharedir which is
$(prefix)/share), with "%(prefix)".

* js/expand-runtime-prefix:
  expand_user_path: allow in-flight topics to keep using the old name
  interpolate_path(): allow specifying paths relative to the runtime prefix
  Use a better name for the function interpolating paths
  expand_user_path(): clarify the role of the `real_home` parameter
  expand_user_path(): remove stale part of the comment
  tests: exercise the RUNTIME_PREFIX feature
Makefile
cache.h
config.c
sequencer.c