index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
fsmonitor--daemon.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-01-17
builtins: send usage_with_options() help text to standard output
Junio C Hamano
1
-2
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-10-15
Merge branch 'jk/fsmonitor-event-listener-race-fix'
Taylor Blau
1
-3
/
+3
2024-10-08
fsmonitor: initialize fs event listener before accepting clients
Jeff King
1
-2
/
+0
2024-10-08
simple-ipc: split async server initialization and running
Jeff King
1
-3
/
+5
2024-10-04
fsmonitor OSX: fix hangs for submodules
Koji Nakamaru
1
-0
/
+1
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-3
/
+7
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+2
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-2
/
+5
2024-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
1
-2
/
+2
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
1
-1
/
+2
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-12-26
treewide: add direct includes currently only pulled in transitively
Elijah Newren
1
-0
/
+1
2023-12-26
fsmonitor--daemon.h: remove unnecessary includes
Elijah Newren
1
-0
/
+2
2023-09-18
run-command: mark unused parameters in start_bg_wait callbacks
Jeff King
1
-1
/
+2
2023-09-18
fsmonitor: mark unused hashmap callback parameters
Jeff King
1
-2
/
+3
2023-09-18
fsmonitor: mark some maybe-unused parameters
Jeff King
1
-1
/
+1
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-5
/
+6
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
1
-3
/
+3
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+3
2023-06-21
fsmonitor-ll.h: split this header out of fsmonitor.h
Elijah Newren
1
-1
/
+3
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+3
2023-03-28
builtins: mark unused prefix parameters
Jeff King
1
-1
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-0
/
+1
2022-12-19
Merge branch 'sx/pthread-error-check-fix'
Junio C Hamano
1
-2
/
+2
2022-12-19
Merge branch 'jh/t7527-unflake-by-forcing-cookie'
Junio C Hamano
1
-0
/
+2
2022-12-05
maintenance: compare output of pthread functions for inequality with 0
Seija
1
-2
/
+2
2022-12-02
fsmonitor: fix race seen in t7527
Jeff Hostetler
1
-0
/
+2
2022-10-25
Merge branch 'ah/fsmonitor-daemon-usage-non-l10n' into maint-2.38
Junio C Hamano
1
-2
/
+2
2022-10-17
Merge branch 'ed/fsmonitor-on-networked-macos'
Junio C Hamano
1
-1
/
+10
2022-10-10
Merge branch 'ah/fsmonitor-daemon-usage-non-l10n'
Junio C Hamano
1
-2
/
+2
2022-10-05
fsmonitor: deal with synthetic firmlinks on macOS
Eric DeCosta
1
-0
/
+8
2022-10-05
fsmonitor: relocate socket file if .git directory is remote
Eric DeCosta
1
-1
/
+2
2022-09-21
fsmonitor--daemon: don't translate literal commands
Alex Henrie
1
-2
/
+2
2022-05-26
fsmonitor--daemon: stub in health thread
Jeff Hostetler
1
-0
/
+39
2022-05-26
fsmonitor--daemon: rename listener thread related variables
Jeff Hostetler
1
-3
/
+3
2022-05-26
fsmonitor--daemon: prepare for adding health thread
Jeff Hostetler
1
-7
/
+20
2022-05-26
fsmonitor--daemon: cd out of worktree root
Jeff Hostetler
1
-2
/
+30
2022-05-26
fsmonitor-settings: bare repos are incompatible with FSMonitor
Jeff Hostetler
1
-0
/
+18
2022-03-25
fsmonitor--daemon: use a cookie file to sync with file system
Jeff Hostetler
1
-1
/
+236
2022-03-25
fsmonitor--daemon: periodically truncate list of modified files
Jeff Hostetler
1
-0
/
+88
[next]