summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-05-26revert: optionally refer to commit in the "reference" formatJunio C Hamano-5/+74
2022-05-26t7527: improve implicit shutdown testing in fsmonitor--daemonJeff Hostetler-14/+40
2022-05-26fsmonitor--daemon: allow --super-prefix argumentJeff Hostetler-1/+51
2022-05-26t7527: test Unicode NFC/NFD handling on MacOSJeff Hostetler-0/+55
2022-05-26t/lib-unicode-nfc-nfd: helper prereqs for testing unicode nfc/nfdJeff Hostetler-0/+162
2022-05-26t/helper/hexdump: add helper to print hexdump of stdinJeff Hostetler-0/+33
2022-05-26fsmonitor: on macOS also emit NFC spelling for NFD pathnameJeff Hostetler-2/+31
2022-05-26t7527: test FSMonitor on case insensitive+preserving file systemJeff Hostetler-0/+36
2022-05-26fsmonitor: never set CE_FSMONITOR_VALID on submodulesJeff Hostetler-0/+124
2022-05-26t/perf/p7527: add perf test for builtin FSMonitorJeff Hostetler-0/+257
2022-05-26t7527: FSMonitor tests for directory movesJeff Hostetler-0/+27
2022-05-26fsmonitor: optimize processing of directory eventsJeff Hostetler-17/+54
2022-05-26fsm-listen-darwin: shutdown daemon if worktree root is moved/renamedJeff Hostetler-0/+25
2022-05-26fsm-health-win32: force shutdown daemon if worktree root movesJeff Hostetler-0/+143
2022-05-26fsm-health-win32: add polling framework to monitor daemon healthJeff Hostetler-1/+64
2022-05-26fsmonitor--daemon: stub in health threadJeff Hostetler-2/+192
2022-05-26fsmonitor--daemon: rename listener thread related variablesJeff Hostetler-36/+36
2022-05-26fsmonitor--daemon: prepare for adding health threadJeff Hostetler-7/+20
2022-05-26fsmonitor--daemon: cd out of worktree rootJeff Hostetler-8/+47
2022-05-26fsm-listen-darwin: ignore FSEvents caused by xattr changes on macOSJeff Hostetler-1/+33
2022-05-26unpack-trees: initialize fsmonitor_has_run_once in o->resultJeff Hostetler-0/+1
2022-05-26fsmonitor-settings: NTFS and FAT32 on MacOS are incompatibleJeff Hostetler-3/+24
2022-05-26fsmonitor-settings: remote repos on Windows are incompatibleJeff Hostetler-0/+102
2022-05-26fsmonitor-settings: remote repos on macOS are incompatibleJeff Hostetler-0/+80
2022-05-26fsmonitor-settings: stub in macOS-specific incompatibility checkingJeff Hostetler-0/+13
2022-05-26fsmonitor-settings: VFS for Git virtual repos are incompatibleJeff Hostetler-0/+42
2022-05-26fsmonitor-settings: stub in Win32-specific incompatibility checkingJeff Hostetler-0/+52
2022-05-26fsmonitor-settings: bare repos are incompatible with FSMonitorJeff Hostetler-20/+186
2022-05-26t/helper/fsmonitor-client: create stress testJeff Hostetler-0/+106
2022-05-26t7527: test FSMonitor on repos with Unicode root pathsJeff Hostetler-0/+23
2022-05-26fsm-listen-win32: handle shortnamesJeff Hostetler-54/+397
2022-05-26sha1-file.c: don't freshen cruft packsTaylor Blau-0/+27
2022-05-26builtin/gc.c: conditionally avoid pruning objects via looseTaylor Blau-8/+65
2022-05-26builtin/repack.c: add cruft packs to MIDX during geometric repackTaylor Blau-3/+46
2022-05-26builtin/repack.c: use named flags for existing_packsTaylor Blau-3/+6
2022-05-26builtin/repack.c: allow configuring cruft pack generationTaylor Blau-14/+127
2022-05-26builtin/repack.c: support generating a cruft packTaylor Blau-6/+319
2022-05-26builtin/pack-objects.c: --cruft with expirationTaylor Blau-3/+228
2022-05-26reachable: report precise timestamps from objects in cruft packsTaylor Blau-1/+8
2022-05-26reachable: add options to add_unseen_recent_objects_to_traversalTaylor Blau-10/+52
2022-05-26builtin/pack-objects.c: --cruft without expirationTaylor Blau-5/+448
2022-05-26builtin/pack-objects.c: return from create_object_entry()Taylor Blau-7/+9
2022-05-26t/helper: add 'pack-mtimes' test-toolTaylor Blau-0/+59
2022-05-26pack-mtimes: support writing pack .mtimes filesTaylor Blau-0/+109
2022-05-26chunk-format.h: extract oid_version()Taylor Blau-43/+23
2022-05-26pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'Taylor Blau-2/+7
2022-05-26pack-mtimes: support reading .mtimes filesTaylor Blau-3/+202
2022-05-26Fourth batchJunio C Hamano-0/+19
2022-05-26Merge branch 'ac/remote-v-with-object-list-filters'Junio C Hamano-5/+49
2022-05-26Merge branch 'cb/path-owner-check-with-sudo'Junio C Hamano-1/+186