index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
multi-pack-index.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-17
midx: refactor interfaces to work on "packed" source
Patrick Steinhardt
1
-14
/
+15
2026-05-20
midx: support custom `--base` for incremental MIDX writes
Taylor Blau
1
-4
/
+20
2026-05-20
midx: introduce `--no-write-chain-file` for incremental MIDX writes
Taylor Blau
1
-2
/
+26
2026-03-25
Merge branch 'ps/object-counting'
Junio C Hamano
1
-0
/
+1
2026-03-12
odb: stop including "odb/source.h"
Patrick Steinhardt
1
-0
/
+1
2026-02-24
midx: enable reachability bitmaps during MIDX compaction
Taylor Blau
1
-1
/
+3
2026-02-24
midx: implement MIDX compaction
Taylor Blau
1
-0
/
+74
2026-02-24
git-multi-pack-index(1): align SYNOPSIS with 'git multi-pack-index -h'
Taylor Blau
1
-2
/
+3
2026-02-24
builtin/multi-pack-index.c: make '--progress' a common option
Taylor Blau
1
-8
/
+2
2025-09-12
Merge branch 'ps/object-store-midx-dedup-info'
Junio C Hamano
1
-7
/
+24
2025-08-11
midx: write multi-pack indices via their source
Patrick Steinhardt
1
-8
/
+11
2025-08-11
midx: load multi-pack indices via their source
Patrick Steinhardt
1
-2
/
+16
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
1
-2
/
+2
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
1
-1
/
+1
2025-04-17
parse-options: rename `OPT_MAGNITUDE()` to `OPT_UNSIGNED()`
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2024-12-04
midx-write: pass down repository to `write_midx_file[_only]`
Karthik Nayak
1
-3
/
+3
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
1
-6
/
+10
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-2
/
+5
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-2
/
+4
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
1
-2
/
+2
2024-08-06
midx: implement support for writing incremental MIDX chains
Taylor Blau
1
-0
/
+2
2024-06-11
parse-options: fix leaks for users of OPT_FILENAME
Patrick Steinhardt
1
-4
/
+9
2024-04-17
midx: disable replace objects
Xing Xin
1
-0
/
+3
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-0
/
+1
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-0
/
+1
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+2
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+0
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
2022-10-06
multi-pack-index: avoid writing to global in option callback
Jeff King
1
-3
/
+4
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-1
/
+1
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-1
/
+1
2022-09-05
Merge branch 'ac/bitmap-lookup-table'
Junio C Hamano
1
-0
/
+7
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-08-26
pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests
Abhradeep Chakraborty
1
-0
/
+7
2022-08-25
pass subcommand "prefix" arguments to parse_options()
Jeff King
1
-4
/
+4
2022-08-19
config: mark unused callback parameters
Jeff King
1
-1
/
+1
2022-08-19
builtin/multi-pack-index.c: let parse-options parse subcommands
SZEDER Gábor
1
-28
/
+21
2022-07-10
multi-pack-index: simplify handling of unknown --options
SZEDER Gábor
1
-4
/
+4
2022-04-25
multi-pack-index: use --object-dir real path
Derrick Stolee
1
-11
/
+34
2021-10-28
builtin/multi-pack-index.c: don't leak concatenated options
Taylor Blau
1
-0
/
+4
2021-10-18
Merge branch 'tb/repack-write-midx'
Junio C Hamano
1
-2
/
+34
2021-10-11
Merge branch 'tb/midx-write-propagate-namehash'
Junio C Hamano
1
-0
/
+21
2021-10-06
Merge branch 'tb/commit-graph-usage-fix'
Junio C Hamano
1
-5
/
+26
[next]