summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-27http.c: clear the 'finished' member once we are done with itJunio C Hamano1-0/+26
2022-05-27transport: free local and remote refs in transport_push()Frantisek Hrbata1-0/+2
2022-05-27transport: unify return values and exit point from transport_push()Frantisek Hrbata1-8/+10
2022-05-27transport: remove unnecessary indenting in transport_push()Frantisek Hrbata1-108/+110
2022-05-26revert: optionally refer to commit in the "reference" formatJunio C Hamano6-5/+74
2022-05-26t7527: improve implicit shutdown testing in fsmonitor--daemonJeff Hostetler1-14/+40
2022-05-26fsmonitor--daemon: allow --super-prefix argumentJeff Hostetler2-1/+51
2022-05-26t7527: test Unicode NFC/NFD handling on MacOSJeff Hostetler1-0/+55
2022-05-26t/lib-unicode-nfc-nfd: helper prereqs for testing unicode nfc/nfdJeff Hostetler1-0/+162
2022-05-26t/helper/hexdump: add helper to print hexdump of stdinJeff Hostetler4-0/+33
2022-05-26fsmonitor: on macOS also emit NFC spelling for NFD pathnameJeff Hostetler1-2/+31
2022-05-26t7527: test FSMonitor on case insensitive+preserving file systemJeff Hostetler1-0/+36
2022-05-26fsmonitor: never set CE_FSMONITOR_VALID on submodulesJeff Hostetler3-0/+124
2022-05-26t/perf/p7527: add perf test for builtin FSMonitorJeff Hostetler1-0/+257
2022-05-26t7527: FSMonitor tests for directory movesJeff Hostetler1-0/+27
2022-05-26fsmonitor: optimize processing of directory eventsJeff Hostetler1-16/+53
2022-05-26fsm-listen-darwin: shutdown daemon if worktree root is moved/renamedJeff Hostetler1-0/+25
2022-05-26fsm-health-win32: force shutdown daemon if worktree root movesJeff Hostetler1-0/+143
2022-05-26fsm-health-win32: add polling framework to monitor daemon healthJeff Hostetler1-1/+64
2022-05-26fsmonitor--daemon: stub in health threadJeff Hostetler7-2/+192
2022-05-26fsmonitor--daemon: rename listener thread related variablesJeff Hostetler5-36/+36
2022-05-26fsmonitor--daemon: prepare for adding health threadJeff Hostetler1-7/+20
2022-05-26fsmonitor--daemon: cd out of worktree rootJeff Hostetler3-8/+47
2022-05-26fsm-listen-darwin: ignore FSEvents caused by xattr changes on macOSJeff Hostetler1-1/+33
2022-05-26unpack-trees: initialize fsmonitor_has_run_once in o->resultJeff Hostetler1-0/+1
2022-05-26fsmonitor-settings: NTFS and FAT32 on MacOS are incompatibleJeff Hostetler3-3/+24
2022-05-26fsmonitor-settings: remote repos on Windows are incompatibleJeff Hostetler1-0/+102
2022-05-26fsmonitor-settings: remote repos on macOS are incompatibleJeff Hostetler3-0/+80
2022-05-26fsmonitor-settings: stub in macOS-specific incompatibility checkingJeff Hostetler3-0/+13
2022-05-26fsmonitor-settings: VFS for Git virtual repos are incompatibleJeff Hostetler4-0/+42
2022-05-26fsmonitor-settings: stub in Win32-specific incompatibility checkingJeff Hostetler6-0/+52
2022-05-26fsmonitor-settings: bare repos are incompatible with FSMonitorJeff Hostetler5-20/+186
2022-05-26t/helper/fsmonitor-client: create stress testJeff Hostetler1-0/+106
2022-05-26t7527: test FSMonitor on repos with Unicode root pathsJeff Hostetler1-0/+23
2022-05-26fsm-listen-win32: handle shortnamesJeff Hostetler2-53/+396
2022-05-26sha1-file.c: don't freshen cruft packsTaylor Blau2-0/+27
2022-05-26builtin/gc.c: conditionally avoid pruning objects via looseTaylor Blau4-8/+65
2022-05-26builtin/repack.c: add cruft packs to MIDX during geometric repackTaylor Blau2-3/+46
2022-05-26builtin/repack.c: use named flags for existing_packsTaylor Blau1-3/+6
2022-05-26builtin/repack.c: allow configuring cruft pack generationTaylor Blau3-14/+127
2022-05-26builtin/repack.c: support generating a cruft packTaylor Blau4-6/+319
2022-05-26builtin/pack-objects.c: --cruft with expirationTaylor Blau3-3/+228
2022-05-26reachable: report precise timestamps from objects in cruft packsTaylor Blau1-1/+8
2022-05-26reachable: add options to add_unseen_recent_objects_to_traversalTaylor Blau3-10/+52
2022-05-26builtin/pack-objects.c: --cruft without expirationTaylor Blau5-5/+448
2022-05-26builtin/pack-objects.c: return from create_object_entry()Taylor Blau1-7/+9
2022-05-26t/helper: add 'pack-mtimes' test-toolTaylor Blau4-0/+59
2022-05-26pack-mtimes: support writing pack .mtimes filesTaylor Blau4-0/+109
2022-05-26chunk-format.h: extract oid_version()Taylor Blau5-43/+23
2022-05-26pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'Taylor Blau4-2/+7