Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26treewide: add direct includes currently only pulled in transitivelyElijah Newren
2023-12-26fsmonitor--daemon.h: remove unnecessary includesElijah Newren
2023-09-19run-command: mark unused parameters in start_bg_wait callbacksJeff King
2023-09-19fsmonitor: mark unused hashmap callback parametersJeff King
2023-09-19fsmonitor: mark some maybe-unused parametersJeff King
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-29config: pass kvi to die_bad_number()Glen Choo
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-21fsmonitor-ll.h: split this header out of fsmonitor.hElijah Newren
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-03-29builtins: mark unused prefix parametersJeff King
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-12-19Merge branch 'sx/pthread-error-check-fix'Junio C Hamano
2022-12-19Merge branch 'jh/t7527-unflake-by-forcing-cookie'Junio C Hamano
2022-12-05maintenance: compare output of pthread functions for inequality with 0Seija
2022-12-02fsmonitor: fix race seen in t7527Jeff Hostetler
2022-10-26Merge branch 'ah/fsmonitor-daemon-usage-non-l10n' into maint-2.38Junio C Hamano
2022-10-18Merge branch 'ed/fsmonitor-on-networked-macos'Junio C Hamano
2022-10-10Merge branch 'ah/fsmonitor-daemon-usage-non-l10n'Junio C Hamano
2022-10-05fsmonitor: deal with synthetic firmlinks on macOSEric DeCosta
2022-10-05fsmonitor: relocate socket file if .git directory is remoteEric DeCosta
2022-09-21fsmonitor--daemon: don't translate literal commandsAlex Henrie
2022-05-27fsmonitor--daemon: stub in health threadJeff Hostetler
2022-05-27fsmonitor--daemon: rename listener thread related variablesJeff Hostetler
2022-05-27fsmonitor--daemon: prepare for adding health threadJeff Hostetler
2022-05-27fsmonitor--daemon: cd out of worktree rootJeff Hostetler
2022-05-27fsmonitor-settings: bare repos are incompatible with FSMonitorJeff Hostetler
2022-03-26fsmonitor--daemon: use a cookie file to sync with file systemJeff Hostetler
2022-03-26fsmonitor--daemon: periodically truncate list of modified filesJeff Hostetler
2022-03-26fsmonitor--daemon: implement handle_client callbackJeff Hostetler
2022-03-26fsmonitor--daemon: create token-based changed path cacheJeff Hostetler
2022-03-26fsmonitor--daemon: define token-idsJeff Hostetler
2022-03-26fsmonitor--daemon: add pathname classificationJeff Hostetler
2022-03-26fsmonitor--daemon: implement 'start' commandJeff Hostetler
2022-03-26fsmonitor--daemon: implement 'run' commandJeff Hostetler
2022-03-26fsmonitor--daemon: implement 'stop' and 'status' commandsJeff Hostetler
2022-03-26fsmonitor--daemon: add a built-in fsmonitor daemonJeff Hostetler