diff options
| author | Junio C Hamano <gitster@pobox.com> | 2021-07-26 14:55:05 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-07-26 14:55:05 -0700 |
| commit | 7ed37eb8ae485ff5590c656e871d6c739edfa067 (patch) | |
| tree | 094616f6a709fdc64225e624579956d6a652b23c | |
| parent | e394a16023cbb62784e380f70ad8a833fb960d68 (diff) | |
| download | git-7ed37eb8ae485ff5590c656e871d6c739edfa067.tar.gz | |
expand_user_path: allow in-flight topics to keep using the old name
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1247,6 +1247,8 @@ int raceproof_create_file(const char *path, create_file_fn fn, void *cb); int mkdir_in_gitdir(const char *path); char *interpolate_path(const char *path, int real_home); +/* NEEDSWORK: remove this synonym once in-flight topics have migrated */ +#define expand_user_path interpolate_path const char *enter_repo(const char *path, int strict); static inline int is_absolute_path(const char *path) { |
