| Age | Commit message (Expand) | Author | Files | Lines |
| 12 days | Merge branch 'kn/maintenance-is-needed' | Junio C Hamano | 1 | -10/+83 |
| 14 days | Merge branch 'ps/ref-peeled-tags' | Junio C Hamano | 1 | -9/+6 |
| 2025-11-10 | maintenance: add 'is-needed' subcommand | Karthik Nayak | 1 | -1/+62 |
| 2025-11-10 | maintenance: add checking logic in `pack_refs_condition()` | Karthik Nayak | 1 | -9/+21 |
| 2025-11-04 | Merge branch 'ps/ref-peeled-tags' into kn/maintenance-is-needed | Junio C Hamano | 1 | -9/+6 |
| 2025-11-04 | refs: expose peeled object ID via the iterator | Patrick Steinhardt | 1 | -1/+1 |
| 2025-11-04 | refs: introduce wrapper struct for `each_ref_fn` | Patrick Steinhardt | 1 | -9/+6 |
| 2025-11-03 | Merge branch 'ps/maintenance-geometric' | Junio C Hamano | 1 | -55/+258 |
| 2025-10-24 | builtin/maintenance: introduce "geometric" strategy | Patrick Steinhardt | 1 | -0/+31 |
| 2025-10-24 | builtin/maintenance: make "gc" strategy accessible | Patrick Steinhardt | 1 | -3/+6 |
| 2025-10-24 | builtin/maintenance: extend "maintenance.strategy" to manual maintenance | Patrick Steinhardt | 1 | -5/+20 |
| 2025-10-24 | builtin/maintenance: run maintenance tasks depending on type | Patrick Steinhardt | 1 | -9/+19 |
| 2025-10-24 | builtin/maintenance: improve readability of strategies | Patrick Steinhardt | 1 | -11/+25 |
| 2025-10-24 | builtin/maintenance: don't silently ignore invalid strategy | Patrick Steinhardt | 1 | -6/+11 |
| 2025-10-24 | builtin/maintenance: make the geometric factor configurable | Patrick Steinhardt | 1 | -1/+8 |
| 2025-10-24 | builtin/maintenance: introduce "geometric-repack" task | Patrick Steinhardt | 1 | -0/+102 |
| 2025-10-24 | builtin/gc: make `too_many_loose_objects()` reusable without GC config | Patrick Steinhardt | 1 | -4/+4 |
| 2025-10-24 | builtin/gc: remove global `repack` variable | Patrick Steinhardt | 1 | -29/+45 |
| 2025-10-16 | packfile: introduce macro to iterate through packs | Patrick Steinhardt | 1 | -9/+7 |
| 2025-10-16 | builtin/gc: convert to use `packfile_store_get_all_packs()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-09-24 | packfile: refactor `get_all_packs()` to work on packfile store | Patrick Steinhardt | 1 | -3/+5 |
| 2025-09-24 | packfile: refactor `get_packed_git()` to work on packfile store | Patrick Steinhardt | 1 | -1/+1 |
| 2025-09-24 | packfile: split up responsibilities of `reprepare_packed_git()` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-08-21 | Merge branch 'ps/remote-rename-fix' | Junio C Hamano | 1 | -1/+2 |
| 2025-08-06 | refs: pass refname when invoking reflog entry callback | Patrick Steinhardt | 1 | -1/+2 |
| 2025-08-05 | Merge branch 'ps/object-file-wo-the-repository' | Junio C Hamano | 1 | -6/+4 |
| 2025-08-04 | Merge branch 'ps/config-wo-the-repository' | Junio C Hamano | 1 | -35/+35 |
| 2025-08-01 | Merge branch 'jk/unleak-reflog-expire-entry' | Junio C Hamano | 1 | -0/+1 |
| 2025-07-23 | config: drop `git_config_set_multivar_in_file_gently()` wrapper | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-23 | config: drop `git_config_set()` wrapper | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-23 | config: drop `git_config_get_bool()` wrapper | Patrick Steinhardt | 1 | -3/+3 |
| 2025-07-23 | config: drop `git_config_get_ulong()` wrapper | Patrick Steinhardt | 1 | -5/+5 |
| 2025-07-23 | config: drop `git_config_get_int()` wrapper | Patrick Steinhardt | 1 | -13/+13 |
| 2025-07-23 | config: drop `git_config_get_string()` wrapper | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-23 | config: drop `git_config_get_string()` wrapper | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-23 | config: drop `git_config_get_string_multi()` wrapper | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-23 | config: drop `git_config_get_value()` wrapper | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-23 | config: drop `git_config_get()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-22 | reflog: close leak of reflog expire entry | Jacob Keller | 1 | -0/+1 |
| 2025-07-16 | object-file: get rid of `the_repository` in loose object iterators | Patrick Steinhardt | 1 | -6/+4 |
| 2025-07-15 | Merge branch 'ps/object-store' | Junio C Hamano | 1 | -8/+8 |
| 2025-07-14 | Merge branch 'ac/prune-wo-the-repository' | Junio C Hamano | 1 | -1/+1 |
| 2025-07-14 | Merge branch 'cb/total-ram-bsd-fix' | Junio C Hamano | 1 | -3/+10 |
| 2025-07-09 | Merge branch 'ps/object-store' into ps/object-file-wo-the-repository | Junio C Hamano | 1 | -8/+8 |
| 2025-07-07 | builtin/gc: correct total_ram calculation with HAVE_BSD_SYSCTL | Carlo Marcelo Arenas Belón | 1 | -3/+10 |
| 2025-07-07 | repository: move 'repository_format_precious_objects' to repo scope | Ayush Chandekar | 1 | -1/+1 |
| 2025-07-01 | odb: rename `oid_object_info()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-01 | object-store: rename `object_directory` to `odb_source` | Patrick Steinhardt | 1 | -7/+7 |
| 2025-06-25 | Merge branch 'ps/maintenance-ref-lock' | Junio C Hamano | 1 | -172/+238 |
| 2025-06-03 | builtin/maintenance: fix locking race when handling "gc" task | Patrick Steinhardt | 1 | -14/+27 |
| 2025-06-03 | builtin/gc: avoid global state in `gc_before_repack()` | Patrick Steinhardt | 1 | -15/+9 |
| 2025-06-03 | builtin/maintenance: fix locking race with refs and reflogs tasks | Patrick Steinhardt | 1 | -2/+2 |
| 2025-06-03 | builtin/maintenance: split into foreground and background tasks | Patrick Steinhardt | 1 | -21/+49 |
| 2025-06-03 | builtin/maintenance: fix typedef for function pointers | Patrick Steinhardt | 1 | -5/+5 |
| 2025-06-03 | builtin/maintenance: extract function to run tasks | Patrick Steinhardt | 1 | -12/+23 |
| 2025-06-03 | builtin/maintenance: stop modifying global array of tasks | Patrick Steinhardt | 1 | -94/+112 |
| 2025-06-03 | builtin/maintenance: mark "--task=" and "--schedule=" as incompatible | Patrick Steinhardt | 1 | -2/+4 |
| 2025-06-03 | builtin/maintenance: centralize configuration of explicit tasks | Patrick Steinhardt | 1 | -23/+24 |
| 2025-06-03 | builtin/gc: drop redundant local variable | Patrick Steinhardt | 1 | -6/+5 |
| 2025-06-03 | builtin/gc: use designated field initializers for maintenance tasks | Patrick Steinhardt | 1 | -27/+27 |
| 2025-06-01 | builtin/gc: correct physical memory detection for OpenBSD / NetBSD | Brad Smith | 1 | -1/+3 |
| 2025-05-15 | Merge branch 'ps/maintenance-missing-tasks' | Junio C Hamano | 1 | -31/+117 |
| 2025-05-12 | Merge branch 'ps/object-store-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2025-05-07 | builtin/maintenance: introduce "rerere-gc" task | Patrick Steinhardt | 1 | -0/+37 |
| 2025-05-07 | builtin/gc: move rerere garbage collection into separate function | Patrick Steinhardt | 1 | -5/+11 |
| 2025-05-07 | builtin/maintenance: introduce "worktree-prune" task | Patrick Steinhardt | 1 | -0/+45 |
| 2025-05-07 | builtin/gc: move pruning of worktrees into a separate function | Patrick Steinhardt | 1 | -10/+15 |
| 2025-05-07 | builtin/gc: remove global variables where it is trivial to do | Patrick Steinhardt | 1 | -19/+12 |
| 2025-05-07 | builtin/gc: fix indentation of `cmd_gc()` parameters | Patrick Steinhardt | 1 | -3/+3 |
| 2025-04-29 | Merge branch 'jh/gc-launchctl-schedule-fix' | Junio C Hamano | 1 | -2/+2 |
| 2025-04-29 | object-store: move function declarations to their respective subsystems | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-24 | Merge branch 'rj/build-tweaks' | Junio C Hamano | 1 | -2/+7 |
| 2025-04-24 | Merge branch 'ps/parse-options-integers' | Junio C Hamano | 1 | -5/+11 |
| 2025-04-24 | Merge branch 'ps/object-file-cleanup' | Junio C Hamano | 1 | -5/+4 |
| 2025-04-24 | Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup | Junio C Hamano | 1 | -5/+4 |
| 2025-04-23 | maintenance: fix launchctl calendar intervals | Josh Heinrichs | 1 | -2/+2 |
| 2025-04-17 | parse-options: rename `OPT_MAGNITUDE()` to `OPT_UNSIGNED()` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-04-17 | global: use designated initializers for options | Patrick Steinhardt | 1 | -3/+9 |
| 2025-04-16 | builtin/gc.c: correct RAM calculation when using sysinfo | Ramsay Jones | 1 | -2/+7 |
| 2025-04-16 | Merge branch 'ps/maintenance-reflog-expire' | Junio C Hamano | 1 | -11/+61 |
| 2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-15 | object-file: move `safe_create_leading_directories()` into "path.c" | Patrick Steinhardt | 1 | -4/+3 |
| 2025-04-08 | builtin/maintenance: introduce "reflog-expire" task | Patrick Steinhardt | 1 | -0/+50 |
| 2025-04-08 | builtin/gc: split out function to expire reflog entries | Patrick Steinhardt | 1 | -11/+11 |
| 2025-03-23 | maintenance: add loose-objects.batchSize config | Derrick Stolee | 1 | -0/+10 |
| 2025-03-23 | maintenance: force progress/no-quiet to children | Derrick Stolee | 1 | -0/+10 |
| 2025-03-05 | Merge branch 'ps/path-sans-the-repository' | Junio C Hamano | 1 | -8/+17 |
| 2025-02-28 | path: drop `git_path()` in favor of `repo_git_path()` | Patrick Steinhardt | 1 | -6/+15 |
| 2025-02-12 | Merge branch 'zh/gc-expire-to' | Junio C Hamano | 1 | -2/+7 |
| 2025-02-07 | path: drop `git_pathdup()` in favor of `repo_git_path()` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-01-28 | Merge branch 'jc/show-usage-help' | Junio C Hamano | 1 | -2/+2 |
| 2025-01-24 | gc: add `--expire-to` option | ZheNing Hu | 1 | -2/+7 |
| 2025-01-17 | builtins: send usage_with_options() help text to standard output | Junio C Hamano | 1 | -2/+2 |
| 2025-01-07 | wrapper: allow generating insecure random bytes | Patrick Steinhardt | 1 | -1/+1 |
| 2024-12-23 | Merge branch 'ps/build-sign-compare' | Junio C Hamano | 1 | -0/+3 |
| 2024-12-13 | Merge branch 'kn/midx-wo-the-repository' | Junio C Hamano | 1 | -1/+11 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+3 |
| 2024-12-04 | Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands' into kn/midx-wo-the-r... | Junio C Hamano | 1 | -8/+13 |
| 2024-12-04 | Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands' | Junio C Hamano | 1 | -8/+13 |
| 2024-12-04 | Merge branch 'ps/gc-stale-lock-warning' | Junio C Hamano | 1 | -1/+10 |
| 2024-12-04 | config: make `delta_base_cache_limit` a non-global variable | Karthik Nayak | 1 | -1/+11 |
| 2024-11-26 | builtin: pass repository to sub commands | Karthik Nayak | 1 | -8/+13 |
| 2024-11-20 | Merge branch 'ps/maintenance-start-crash-fix' into maint-2.47 | Junio C Hamano | 1 | -2/+5 |
| 2024-11-20 | builtin/gc: provide hint when maintenance hits a stale schedule lock | Patrick Steinhardt | 1 | -1/+10 |
| 2024-10-18 | Merge branch 'ps/maintenance-start-crash-fix' | Taylor Blau | 1 | -2/+5 |
| 2024-10-10 | builtin/gc: fix crash when running `git maintenance start` | Patrick Steinhardt | 1 | -2/+5 |
| 2024-10-02 | Merge branch 'ps/leakfixes-part-7' | Junio C Hamano | 1 | -49/+82 |
| 2024-09-30 | Merge branch 'ds/background-maintenance-with-credential' | Junio C Hamano | 1 | -7/+46 |
| 2024-09-27 | builtin/maintenance: fix leak in `get_schedule_cmd()` | Patrick Steinhardt | 1 | -47/+80 |
| 2024-09-27 | builtin/maintenance: fix leaking config string | Patrick Steinhardt | 1 | -2/+2 |
| 2024-09-23 | Merge branch 'jc/pass-repo-to-builtins' | Junio C Hamano | 1 | -4/+9 |
| 2024-09-23 | Merge branch 'ps/environ-wo-the-repository' | Junio C Hamano | 1 | -1/+1 |
| 2024-09-20 | maintenance: add custom config to background jobs | Derrick Stolee | 1 | -7/+46 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -2/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -2/+8 |
| 2024-09-12 | environment: make `get_git_common_dir()` accept a repository | Patrick Steinhardt | 1 | -1/+1 |
| 2024-09-06 | Merge branch 'jk/maybe-unused-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2024-08-29 | gc: drop MAYBE_UNUSED annotation from used parameter | Jeff King | 1 | -1/+1 |
| 2024-08-28 | gc: mark unused config parameter in virtual functions | Jeff King | 1 | -8/+8 |
| 2024-08-26 | Merge branch 'ps/maintenance-detach-fix-more' | Junio C Hamano | 1 | -1/+10 |
| 2024-08-26 | Merge branch 'ps/maintenance-detach-fix' | Junio C Hamano | 1 | -146/+238 |
| 2024-08-23 | Merge branch 'ps/config-wo-the-repository' | Junio C Hamano | 1 | -4/+4 |
| 2024-08-21 | builtin/maintenance: fix loose objects task emitting pack hash | Patrick Steinhardt | 1 | -0/+6 |
| 2024-08-21 | t7900: exercise detaching via trace2 regions | Patrick Steinhardt | 1 | -1/+4 |
| 2024-08-16 | run-command: fix detaching when running auto maintenance | Patrick Steinhardt | 1 | -0/+1 |
| 2024-08-16 | builtin/maintenance: add a `--detach` flag | Patrick Steinhardt | 1 | -0/+6 |
| 2024-08-16 | builtin/gc: add a `--detach` flag | Patrick Steinhardt | 1 | -31/+39 |
| 2024-08-16 | builtin/gc: stop processing log file on signal | Patrick Steinhardt | 1 | -8/+0 |
| 2024-08-16 | builtin/gc: fix leaking config values | Patrick Steinhardt | 1 | -27/+81 |
| 2024-08-16 | builtin/gc: refactor to read config into structure | Patrick Steinhardt | 1 | -112/+143 |
| 2024-08-16 | config: fix constness of out parameter for `git_config_get_expiry()` | Patrick Steinhardt | 1 | -3/+3 |
| 2024-08-13 | config: pass repo to `git_config_get_expiry()` | Patrick Steinhardt | 1 | -3/+3 |
| 2024-08-13 | hooks: remove implicit dependency on `the_repository` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-08-09 | refs: add referent to each_ref_fn | John Cai | 1 | -0/+1 |
| 2024-05-17 | refs: pass repo when peeling objects | Patrick Steinhardt | 1 | -1/+1 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -1/+2 |
| 2024-04-30 | Merge branch 'js/for-each-repo-keep-going' | Junio C Hamano | 1 | -3/+4 |
| 2024-04-24 | maintenance: running maintenance should not stop on errors | Johannes Schindelin | 1 | -3/+4 |
| 2024-04-09 | Merge branch 'ps/pack-refs-auto' | Junio C Hamano | 1 | -37/+49 |
| 2024-03-25 | builtin/gc: pack refs when using `git maintenance run --auto` | Patrick Steinhardt | 1 | -1/+11 |
| 2024-03-25 | builtin/gc: forward git-gc(1)'s `--auto` flag when packing refs | Patrick Steinhardt | 1 | -9/+12 |
| 2024-03-25 | builtin/gc: move `struct maintenance_run_opts` | Patrick Steinhardt | 1 | -27/+26 |
| 2024-03-15 | config: add --comment option to add a comment | Ralph Seichter | 1 | -2/+2 |
| 2024-01-18 | maintenance: use XDG config if it exists | Kristoffer Haugsbakk | 1 | -14/+13 |
| 2024-01-18 | config: rename global config function | Kristoffer Haugsbakk | 1 | -2/+2 |
| 2023-10-18 | Merge branch 'tb/repack-max-cruft-size' | Junio C Hamano | 1 | -0/+7 |
| 2023-10-05 | builtin/repack.c: implement support for `--max-cruft-size` | Taylor Blau | 1 | -0/+7 |
| 2023-10-02 | gc: add `gc.repackFilterTo` config option | Christian Couder | 1 | -0/+4 |
| 2023-10-02 | gc: add `gc.repackFilter` config option | Christian Couder | 1 | -0/+6 |
| 2023-09-20 | Merge branch 'js/systemd-timers-wsl-fix' | Junio C Hamano | 1 | -1/+1 |
| 2023-09-13 | Merge branch 'jk/unused-post-2.42-part2' | Junio C Hamano | 1 | -1/+1 |
| 2023-09-11 | maintenance(systemd): support the Windows Subsystem for Linux | Johannes Schindelin | 1 | -1/+1 |
| 2023-09-05 | parse-options: mark unused "opt" parameter in callbacks | Jeff King | 1 | -1/+1 |
| 2023-08-29 | gc: mark unused descriptors in scheduler callbacks | Jeff King | 1 | -3/+3 |
| 2023-08-24 | Merge branch 'ds/maintenance-schedule-fuzz' | Junio C Hamano | 1 | -83/+208 |
| 2023-08-15 | Merge branch 'ds/maintenance-on-windows-fix' | Junio C Hamano | 1 | -1/+1 |
| 2023-08-10 | maintenance: update schedule before config | Derrick Stolee | 1 | -1/+4 |
| 2023-08-10 | maintenance: fix systemd schedule overlaps | Derrick Stolee | 1 | -2/+2 |
| 2023-08-10 | maintenance: use random minute in systemd scheduler | Derrick Stolee | 1 | -23/+129 |
| 2023-08-10 | maintenance: swap method locations | Derrick Stolee | 1 | -48/+48 |
| 2023-08-10 | maintenance: use random minute in cron scheduler | Derrick Stolee | 1 | -4/+5 |
| 2023-08-10 | maintenance: use random minute in Windows scheduler | Derrick Stolee | 1 | -6/+10 |
| 2023-08-10 | maintenance: use random minute in launchctl scheduler | Derrick Stolee | 1 | -11/+12 |
| 2023-08-10 | maintenance: add get_random_minute() | Derrick Stolee | 1 | -0/+10 |
| 2023-08-09 | git maintenance: avoid console window in scheduled tasks on Windows | Johannes Schindelin | 1 | -1/+1 |
| 2023-07-05 | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | repository: remove unnecessary include of path.h | Elijah Newren | 1 | -0/+1 |
| 2023-05-09 | Merge branch 'en/header-split-cache-h-part-2' | Junio C Hamano | 1 | -0/+1 |
| 2023-05-02 | Merge branch 'tb/ban-strtok' | Junio C Hamano | 1 | -2/+2 |
| 2023-04-28 | Merge branch 'tb/enable-cruft-packs-by-default' | Junio C Hamano | 1 | -6/+2 |
| 2023-04-25 | Merge branch 'en/header-split-cache-h' | Junio C Hamano | 1 | -0/+2 |
| 2023-04-24 | string-list: multi-delimiter `string_list_split_in_place()` | Taylor Blau | 1 | -2/+2 |
| 2023-04-24 | commit.h: reduce unnecessary includes | Elijah Newren | 1 | -0/+1 |
| 2023-04-18 | builtin/gc.c: make `gc.cruftPacks` enabled by default | Taylor Blau | 1 | -5/+1 |
| 2023-04-18 | builtin/gc.c: ignore cruft packs with `--keep-largest-pack` | Taylor Blau | 1 | -1/+1 |
| 2023-04-11 | object-file.h: move declarations for object-file.c functions from cache.h | Elijah Newren | 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/+5 |
| 2023-04-06 | Merge branch 'ab/remove-implicit-use-of-the-repository' | Junio C Hamano | 1 | -4/+4 |
| 2023-04-06 | Merge branch 'ab/config-multi-and-nonbool' | Junio C Hamano | 1 | -10/+5 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -4/+4 |
| 2023-03-28 | config API: add "string" version of *_value_multi(), fix segfaults | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
| 2023-03-28 | config API: have *_multi() return an "int" and take a "dest" | Ævar Arnfjörð Bjarmason | 1 | -6/+4 |
| 2023-03-28 | config API: add and use a "git_config_get()" family of functions | Ævar Arnfjörð Bjarmason | 1 | -4/+1 |
| 2023-03-28 | cocci: apply the "promisor-remote.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "packfile.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "commit.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2023-03-21 | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | wrapper.h: move declarations for wrapper.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-03-17 | Merge branch 'jk/unused-post-2.39-part2' | Junio C Hamano | 1 | -7/+7 |
| 2023-02-24 | for_each_object: mark unused callback parameters | Jeff King | 1 | -7/+7 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2022-11-23 | Merge branch 'rp/maintenance-qol' | Junio C Hamano | 1 | -13/+32 |
| 2022-11-15 | builtin/gc.c: fix use-after-free in maintenance_unregister() | Taylor Blau | 1 | -3/+2 |
| 2022-11-15 | maintenance --unregister: fix uninit'd data use & -Wdeclaration-after-statement | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |