index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fsmonitor-settings.c
Age
Commit message (
Expand
)
Author
2024-09-19
fsmonitor-settings: fix a typo
Andrew Kreimer
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
2023-09-18
fsmonitor: mark some maybe-unused parameters
Jeff King
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-01-17
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
2022-10-05
fsmonitor: check for compatability before communicating with fsmonitor
Eric DeCosta
2022-10-05
fsmonitor: avoid socket location check if using hook
Eric DeCosta
2022-10-05
fsmonitor: refactor filesystem checks to common interface
Eric DeCosta
2022-06-16
fsmonitor: avoid memory leak in `fsm_settings__get_incompatible_msg()`
Johannes Schindelin
2022-05-26
fsmonitor-settings: NTFS and FAT32 on MacOS are incompatible
Jeff Hostetler
2022-05-26
fsmonitor-settings: remote repos on macOS are incompatible
Jeff Hostetler
2022-05-26
fsmonitor-settings: VFS for Git virtual repos are incompatible
Jeff Hostetler
2022-05-26
fsmonitor-settings: stub in Win32-specific incompatibility checking
Jeff Hostetler
2022-05-26
fsmonitor-settings: bare repos are incompatible with FSMonitor
Jeff Hostetler
2022-03-25
fsmonitor: config settings are repository-specific
Jeff Hostetler