diff options
| author | Jeff Hostetler <jeffhostetler@github.com> | 2024-02-26 21:39:17 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-02-26 15:34:02 -0800 |
| commit | 3e4ffda6394082bcb7413b79cdc26fc4f8a52025 (patch) | |
| tree | 3f04e8bd6278340fb6416ecf731c36c366caf256 /builtin/commit.c | |
| parent | fsmonitor: refactor refresh callback for non-directory events (diff) | |
| download | git-3e4ffda6394082bcb7413b79cdc26fc4f8a52025.tar.gz git-3e4ffda6394082bcb7413b79cdc26fc4f8a52025.zip | |
dir: create untracked_cache_invalidate_trimmed_path()
Create a wrapper function for untracked_cache_invalidate_path()
that silently trims a trailing slash, if present, before calling
the wrapped function.
The untracked cache expects to be called with a pathname that
does not contain a trailing slash. This can make it inconvenient
for callers that have a directory path. Lets hide this complexity.
This will be used by a later commit in the FSMonitor code which
may receive directory pathnames from an FSEvent.
Signed-off-by: Jeff Hostetler <jeffhostetler@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions
