index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
gc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
maintenance: use XDG config if it exists
Kristoffer Haugsbakk
2024-01-18
1
-14
/
+13
*
config: rename global config function
Kristoffer Haugsbakk
2024-01-18
1
-2
/
+2
*
Merge branch 'tb/repack-max-cruft-size'
Junio C Hamano
2023-10-18
1
-0
/
+7
|
\
|
*
builtin/repack.c: implement support for `--max-cruft-size`
Taylor Blau
2023-10-05
1
-0
/
+7
*
|
gc: add `gc.repackFilterTo` config option
Christian Couder
2023-10-02
1
-0
/
+4
*
|
gc: add `gc.repackFilter` config option
Christian Couder
2023-10-02
1
-0
/
+6
|
/
*
Merge branch 'js/systemd-timers-wsl-fix'
Junio C Hamano
2023-09-20
1
-1
/
+1
|
\
|
*
maintenance(systemd): support the Windows Subsystem for Linux
Johannes Schindelin
2023-09-11
1
-1
/
+1
*
|
Merge branch 'jk/unused-post-2.42-part2'
Junio C Hamano
2023-09-13
1
-1
/
+1
|
\
\
|
*
|
parse-options: mark unused "opt" parameter in callbacks
Jeff King
2023-09-05
1
-1
/
+1
*
|
|
gc: mark unused descriptors in scheduler callbacks
Jeff King
2023-08-30
1
-3
/
+3
|
/
/
*
|
Merge branch 'ds/maintenance-schedule-fuzz'
Junio C Hamano
2023-08-24
1
-83
/
+208
|
\
\
|
|
/
|
/
|
|
*
maintenance: update schedule before config
Derrick Stolee
2023-08-10
1
-1
/
+4
|
*
maintenance: fix systemd schedule overlaps
Derrick Stolee
2023-08-10
1
-2
/
+2
|
*
maintenance: use random minute in systemd scheduler
Derrick Stolee
2023-08-10
1
-23
/
+129
|
*
maintenance: swap method locations
Derrick Stolee
2023-08-10
1
-48
/
+48
|
*
maintenance: use random minute in cron scheduler
Derrick Stolee
2023-08-10
1
-4
/
+5
|
*
maintenance: use random minute in Windows scheduler
Derrick Stolee
2023-08-10
1
-6
/
+10
|
*
maintenance: use random minute in launchctl scheduler
Derrick Stolee
2023-08-10
1
-11
/
+12
|
*
maintenance: add get_random_minute()
Derrick Stolee
2023-08-10
1
-0
/
+10
*
|
Merge branch 'ds/maintenance-on-windows-fix'
Junio C Hamano
2023-08-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
git maintenance: avoid console window in scheduled tasks on Windows
Johannes Schindelin
2023-08-09
1
-1
/
+1
*
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
/
*
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
1
-0
/
+1
|
\
|
*
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
Merge branch 'tb/ban-strtok'
Junio C Hamano
2023-05-02
1
-2
/
+2
|
\
\
|
*
|
string-list: multi-delimiter `string_list_split_in_place()`
Taylor Blau
2023-04-25
1
-2
/
+2
*
|
|
Merge branch 'tb/enable-cruft-packs-by-default'
Junio C Hamano
2023-04-29
1
-6
/
+2
|
\
\
\
|
*
|
|
builtin/gc.c: make `gc.cruftPacks` enabled by default
Taylor Blau
2023-04-18
1
-5
/
+1
|
*
|
|
builtin/gc.c: ignore cruft packs with `--keep-largest-pack`
Taylor Blau
2023-04-18
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-4
/
+4
|
|
\
*
|
|
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+5
|
\
|
|
|
*
|
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
|
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
|
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
|
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-4
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
|
cocci: apply the "packfile.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
|
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+2
*
|
|
Merge branch 'ab/config-multi-and-nonbool'
Junio C Hamano
2023-04-06
1
-10
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
config API: add "string" version of *_value_multi(), fix segfaults
Ævar Arnfjörð Bjarmason
2023-03-28
1
-3
/
+3
|
*
|
config API: have *_multi() return an "int" and take a "dest"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-6
/
+4
|
*
|
config API: add and use a "git_config_get()" family of functions
Ævar Arnfjörð Bjarmason
2023-03-28
1
-4
/
+1
|
|
/
[next]