| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2022-03-25 | fsmonitor--daemon: implement handle_client callback | Jeff Hostetler | 1 | -2/+309 |
| 2022-03-25 | fsmonitor--daemon: create token-based changed path cache | Jeff Hostetler | 1 | -2/+228 |
| 2022-03-25 | fsmonitor--daemon: define token-ids | Jeff Hostetler | 1 | -1/+115 |
| 2022-03-25 | fsmonitor--daemon: add pathname classification | Jeff Hostetler | 1 | -0/+81 |
| 2022-03-25 | fsmonitor--daemon: implement 'start' command | Jeff Hostetler | 1 | -2/+107 |
| 2022-03-25 | fsmonitor--daemon: implement 'run' command | Jeff Hostetler | 1 | -1/+227 |
| 2022-03-25 | fsmonitor--daemon: implement 'stop' and 'status' commands | Jeff Hostetler | 1 | -0/+51 |
| 2022-03-25 | fsmonitor--daemon: add a built-in fsmonitor daemon | Jeff Hostetler | 1 | -0/+46 |