index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
multi-pack-index.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
-29
/
+22
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
2021-09-28
midx: preliminary support for `--refs-snapshot`
Taylor Blau
1
-3
/
+8
2021-09-28
builtin/multi-pack-index.c: support `--stdin-packs` mode
Taylor Blau
1
-0
/
+27
2021-09-22
builtin/multi-pack-index.c: disable top-level --[no-]progress
Taylor Blau
1
-5
/
+26
2021-09-20
Merge branch 'tb/multi-pack-bitmaps'
Junio C Hamano
1
-0
/
+2
2021-09-14
midx.c: respect 'pack.writeBitmapHashcache' when writing bitmaps
Taylor Blau
1
-0
/
+21
2021-09-01
pack-bitmap: write multi-pack bitmaps
Taylor Blau
1
-0
/
+2
2021-08-30
multi-pack-index: refactor "goto usage" pattern
Ævar Arnfjörð Bjarmason
1
-6
/
+5
2021-07-19
multi-pack-index: fix potential segfault without sub-command
Taylor Blau
1
-1
/
+1
2021-04-01
midx: allow marking a pack as preferred
Taylor Blau
1
-3
/
+16
2021-03-30
builtin/multi-pack-index.c: display usage on unrecognized command
Taylor Blau
1
-4
/
+7
2021-03-30
builtin/multi-pack-index.c: don't enter bogus cmd_mode
Taylor Blau
1
-2
/
+8
2021-03-30
builtin/multi-pack-index.c: split sub-commands
Taylor Blau
1
-25
/
+105
2021-03-30
builtin/multi-pack-index.c: define common usage with a macro
Taylor Blau
1
-1
/
+16
2021-03-30
builtin/multi-pack-index.c: don't handle 'progress' separately
Taylor Blau
1
-5
/
+3
2021-03-30
builtin/multi-pack-index.c: inline 'flags' with options
Taylor Blau
1
-7
/
+6
2019-10-23
multi-pack-index: add [--[no-]progress] option.
William Baker
1
-5
/
+13
2019-10-23
midx: add MIDX_PROGRESS flag
William Baker
1
-4
/
+4
2019-06-11
multi-pack-index: prepare 'repack' subcommand
Derrick Stolee
1
-2
/
+10
2019-06-11
multi-pack-index: prepare for 'expire' subcommand
Derrick Stolee
1
-1
/
+3
[next]