index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compat
/
fsmonitor
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ak/typofixes'
Taylor Blau
2024-10-25
1
-2
/
+2
|
\
|
*
compat: fix typos
Andrew Kreimer
2024-10-10
1
-2
/
+2
*
|
Merge branch 'jk/fsmonitor-event-listener-race-fix'
Taylor Blau
2024-10-15
2
-0
/
+12
|
\
\
|
|
/
|
/
|
|
*
fsmonitor: initialize fs event listener before accepting clients
Jeff King
2024-10-08
2
-0
/
+12
*
|
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
2024-08-13
1
-0
/
+2
|
/
*
compat/fsmonitor: fix socket path in networked SHA256 repos
Patrick Steinhardt
2024-06-14
1
-3
/
+4
*
fsmonitor--daemon.h: remove unnecessary includes
Elijah Newren
2023-12-26
3
-0
/
+3
*
fsmonitor/darwin: mark unused parameters in system callback
Jeff King
2023-09-19
1
-2
/
+2
*
fsmonitor: mark unused parameters in stub functions
Jeff King
2023-09-19
2
-7
/
+8
*
fsmonitor/win32: mark unused parameter in fsm_os__incompatible()
Jeff King
2023-09-19
1
-1
/
+1
*
fsmonitor/win32: drop unused parameters
Jeff King
2023-09-19
1
-14
/
+10
*
fsmonitor: prefer repo_git_path() to git_pathdup()
Jeff King
2023-09-19
1
-1
/
+1
*
fsmonitor-ll.h: split this header out of fsmonitor.h
Elijah Newren
2023-06-21
9
-9
/
+12
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
5
-4
/
+5
*
fsmonitor: reduce includes of cache.h
Elijah Newren
2023-04-24
3
-3
/
+3
*
cache.h: remove unnecessary headers
Elijah Newren
2023-04-24
2
-0
/
+2
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
2
-0
/
+2
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
5
-0
/
+5
*
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
treewide: ensure one of the appropriate headers is sourced first
Elijah Newren
2023-02-24
2
-0
/
+2
*
Merge branch 'jh/fsmonitor-darwin-modernize'
Junio C Hamano
2022-12-19
2
-14
/
+25
|
\
|
*
fsmonitor: eliminate call to deprecated FSEventStream function
Jeff Hostetler
2022-12-15
2
-14
/
+25
*
|
fsmonitor--daemon: on macOS support symlink
srz_zumix
2022-11-08
1
-1
/
+1
*
|
fsmonitor OSX: compile with DC_SHA1=YesPlease
Ævar Arnfjörð Bjarmason
2022-10-19
1
-5
/
+5
*
|
fsmonitor: deal with synthetic firmlinks on macOS
Eric DeCosta
2022-10-05
3
-2
/
+121
*
|
fsmonitor: avoid socket location check if using hook
Eric DeCosta
2022-10-05
2
-5
/
+7
*
|
fsmonitor: relocate socket file if .git directory is remote
Eric DeCosta
2022-10-05
3
-1
/
+62
*
|
fsmonitor: refactor filesystem checks to common interface
Eric DeCosta
2022-10-05
4
-219
/
+193
|
/
*
fsmonitor: option to allow fsmonitor to run against network-mounted repos
Eric DeCosta
2022-08-12
1
-0
/
+68
*
Merge branch 'jh/builtin-fsmonitor-part3'
Junio C Hamano
2022-06-11
8
-93
/
+1042
|
\
|
*
fsmonitor: on macOS also emit NFC spelling for NFD pathname
Jeff Hostetler
2022-05-27
1
-2
/
+31
|
*
fsm-listen-darwin: shutdown daemon if worktree root is moved/renamed
Jeff Hostetler
2022-05-27
1
-0
/
+25
|
*
fsm-health-win32: force shutdown daemon if worktree root moves
Jeff Hostetler
2022-05-27
1
-0
/
+143
|
*
fsm-health-win32: add polling framework to monitor daemon health
Jeff Hostetler
2022-05-27
1
-1
/
+64
|
*
fsmonitor--daemon: stub in health thread
Jeff Hostetler
2022-05-27
3
-0
/
+143
|
*
fsmonitor--daemon: rename listener thread related variables
Jeff Hostetler
2022-05-27
3
-30
/
+30
|
*
fsmonitor--daemon: cd out of worktree root
Jeff Hostetler
2022-05-27
1
-6
/
+16
|
*
fsm-listen-darwin: ignore FSEvents caused by xattr changes on macOS
Jeff Hostetler
2022-05-27
1
-1
/
+33
|
*
fsmonitor-settings: NTFS and FAT32 on MacOS are incompatible
Jeff Hostetler
2022-05-27
1
-3
/
+17
|
*
fsmonitor-settings: remote repos on Windows are incompatible
Jeff Hostetler
2022-05-27
1
-0
/
+102
|
*
fsmonitor-settings: remote repos on macOS are incompatible
Jeff Hostetler
2022-05-27
1
-0
/
+66
|
*
fsmonitor-settings: stub in macOS-specific incompatibility checking
Jeff Hostetler
2022-05-27
1
-0
/
+9
|
*
fsmonitor-settings: VFS for Git virtual repos are incompatible
Jeff Hostetler
2022-05-27
1
-0
/
+26
|
*
fsmonitor-settings: stub in Win32-specific incompatibility checking
Jeff Hostetler
2022-05-27
1
-0
/
+9
|
*
fsm-listen-win32: handle shortnames
Jeff Hostetler
2022-05-27
1
-54
/
+332
*
|
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
|
/
*
compat/fsmonitor/fsm-listen-darwin: implement FSEvent listener on MacOS
Jeff Hostetler
2022-03-26
1
-0
/
+383
*
compat/fsmonitor/fsm-listen-darwin: add MacOS header files for FSEvent
Jeff Hostetler
2022-03-26
2
-0
/
+116
[next]