summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2026-08-13builtin/repack: add guards for --drop-filteredSiddharth Shrimali1-0/+52
2026-08-13builtin/repack: actually drop filtered promisor blobsSiddharth Shrimali1-4/+10
2026-08-13builtin/repack: enumerate promisor blobs for --drop-filteredSiddharth Shrimali1-1/+19
2026-08-13repack-promisor: allow excluding objects from the rebuilt promisor packSiddharth Shrimali1-1/+1
2026-08-13builtin/repack: add --drop-filtered and --dry-run optionsSiddharth Shrimali1-3/+71
2026-08-13packfile: widen `unpack_object_header_buffer()` to `size_t`Johannes Schindelin1-4/+2
2026-08-13packfile, git-zlib: widen `use_pack()` and zstream avail fields to `size_t`Johannes Schindelin1-4/+4
2026-08-13delta: widen `create_delta()` and `diff_delta()` to `size_t`Johannes Schindelin2-4/+8
2026-08-13pack-objects: widen `mem_usage` and `try_delta()`'s out-param to `size_t`Johannes Schindelin1-2/+2
2026-08-13pack-objects: widen `free_unpacked()` return to `size_t`Johannes Schindelin1-2/+2
2026-08-13pack-objects: widen delta-cache accounting to `size_t`Johannes Schindelin1-5/+5
2026-08-12bisect: handle dup() failure when redirecting stdoutJohannes Schindelin1-1/+8
2026-08-12bisect: check get_terms return at all call sitesJohannes Schindelin1-9/+15
2026-08-12bisect: check strbuf_getline_lf return when reading termsJohannes Schindelin1-2/+9
2026-08-12last-modified: handle repo_parse_commit() failuresJohannes Schindelin1-3/+6
2026-08-12config: propagate launch_editor() failure in show_editor()Johannes Schindelin1-1/+4
2026-08-11Merge branch 'lo/mv-missing-dest-dir-check'Junio C Hamano1-3/+44
2026-08-11fast-import: remove useless from_stream argumentChristian Couder1-11/+9
2026-08-11fast-import: use parse_options() for command line optionsChristian Couder1-29/+14
2026-08-11fast-import: use callbacks to parse some optionsChristian Couder1-40/+168
2026-08-11fast-import: use struct option for usage stringChristian Couder1-6/+77
2026-08-11fast-import: move command state globals into 'struct fast_import_state'Christian Couder1-12/+12
2026-08-11fast-import: introduce 'struct fast_import_state'Christian Couder1-125/+169
2026-08-11fast-import: factor out option_*() functionsChristian Couder1-21/+48
2026-08-11fast-import: use int for some bool flagsChristian Couder1-2/+2
2026-08-11fast-import: localize 'i' into the 'for' loops using itChristian Couder1-6/+4
2026-08-07cat-file: unify default formatPablo Sabater1-7/+0
2026-08-07fetch-object-info: parse type from server responsePablo Sabater1-0/+7
2026-08-07transport: drop remote object-info fields from transport structJeff King1-4/+2
2026-08-07fetch-object-info: use dedicated struct for the resultsPablo Sabater1-45/+14
2026-08-07Merge branch 'tc/merge-default-to-upstream-leakfix'Junio C Hamano1-2/+5
2026-08-07Merge branch 'jk/cat-file-batch-wo-type-fix'Junio C Hamano1-0/+3
2026-08-07fast-import: use writev(3p) to send cat-blob responsesPatrick Steinhardt1-3/+15
2026-08-05Merge branch 'rs/branch-delete-bisect-warning'Junio C Hamano1-0/+7
2026-08-05Merge branch 'ps/odb-pluggable-housekeeping'Junio C Hamano1-455/+79
2026-08-05branch: add --dry-run for --delete-mergedHarald Nordgren1-4/+19
2026-08-05branch: add branch.<name>.deleteMerged opt-outHarald Nordgren1-0/+14
2026-08-05branch: add --delete-merged <pattern>Harald Nordgren1-2/+193
2026-08-05branch: prepare delete_branches for a bulk callerHarald Nordgren1-4/+9
2026-08-05branch: let delete_branches skip unmerged branches on bulk refusalHarald Nordgren1-5/+10
2026-08-05branch: convert delete_branches() to a flags argumentHarald Nordgren1-16/+24
2026-08-05branch: add --forked filter for --list modeHarald Nordgren1-2/+16
2026-08-05odb/streaming: unify function names to create new streamsPatrick Steinhardt2-3/+3
2026-08-05odb/streaming: rename `struct input_zstream_data`Patrick Steinhardt1-6/+6
2026-08-05odb/streaming: consolidate read and write streamsPatrick Steinhardt1-15/+16
2026-08-05odb/streaming: rename `struct odb_read_stream`Patrick Steinhardt2-10/+10
2026-08-05odb/streaming: support streaming arbitrary object typesPatrick Steinhardt1-0/+1
2026-08-05odb/streaming: drop `is_finished` fieldPatrick Steinhardt1-7/+8
2026-08-05odb/streaming: track write stream size in the structurePatrick Steinhardt1-1/+2
2026-08-03Merge branch 'af/clone-revision-v0-segfault-fix'Junio C Hamano1-1/+1