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
*
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
|
|
/
*
|
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-03-17
1
-7
/
+7
|
\
\
|
*
|
for_each_object: mark unused callback parameters
Jeff King
2023-02-24
1
-7
/
+7
|
|
/
*
/
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
Merge branch 'rp/maintenance-qol'
Junio C Hamano
2022-11-23
1
-13
/
+32
|
\
|
*
builtin/gc.c: fix use-after-free in maintenance_unregister()
Taylor Blau
2022-11-15
1
-3
/
+2
|
*
maintenance --unregister: fix uninit'd data use & -Wdeclaration-after-statement
Ævar Arnfjörð Bjarmason
2022-11-15
1
-2
/
+3
|
*
maintenance: add option to register in a specific config
Ronan Pigott
2022-11-15
1
-13
/
+32
*
|
Merge branch 'rs/no-more-run-command-v'
Taylor Blau
2022-11-08
1
-18
/
+37
|
\
\
|
*
|
replace and remove run_command_v_opt()
René Scharfe
2022-10-30
1
-9
/
+32
|
*
|
use child_process members "args" and "env" directly
René Scharfe
2022-10-30
1
-9
/
+5
*
|
|
Merge branch 'es/mark-gc-cruft-as-experimental'
Taylor Blau
2022-11-08
1
-2
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
config: let feature.experimental imply gc.cruftPacks=true
Emily Shaffer
2022-10-26
1
-2
/
+5
*
|
|
Merge branch 'jk/unused-anno-more'
Junio C Hamano
2022-10-27
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
string-list: mark unused callback parameters
Jeff King
2022-10-18
1
-1
/
+1
*
|
|
Merge branch 'rs/gc-pack-refs-simplify'
Junio C Hamano
2022-10-11
1
-9
/
+2
|
\
\
\
|
*
|
|
gc: simplify maintenance_task_pack_refs()
René Scharfe
2022-10-05
1
-9
/
+2
|
|
/
/
*
|
|
gc: replace config subprocesses with API calls
Derrick Stolee
2022-09-27
1
-31
/
+44
*
|
|
maintenance: add 'unregister --force'
Derrick Stolee
2022-09-27
1
-6
/
+29
|
/
/
*
|
Merge branch 'sg/parse-options-subcommand'
Junio C Hamano
2022-09-22
1
-3
/
+3
|
\
\
|
*
|
gc: don't translate literal commands
Alex Henrie
2022-09-21
1
-3
/
+3
*
|
|
Merge branch 'ab/unused-annotation'
Junio C Hamano
2022-09-14
1
-2
/
+2
|
\
\
\
|
*
|
|
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-2
/
+2
*
|
|
|
Merge branch 'jk/unused-annotation'
Junio C Hamano
2022-09-14
1
-2
/
+3
|
\
|
|
|
|
*
|
|
refs: mark unused each_ref_fn parameters
Jeff King
2022-08-19
1
-2
/
+3
|
|
|
/
|
|
/
|
[next]