summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2026-08-11fast-import: use parse_options() for command line optionsChristian Couder1-0/+7
2026-08-11fast-import: use struct option for usage stringChristian Couder1-1/+0
2026-08-11parse-options: introduce OPT_HIDDEN_GROUPChristian Couder2-1/+28
2026-08-10send-email: clarify missing subject errorHarald Nordgren1-0/+15
2026-08-07cat-file: unify default formatPablo Sabater1-26/+26
2026-08-07serve: advertise type capabilityPablo Sabater1-4/+22
2026-08-07protocol-caps: add type support to object-infoPablo Sabater1-0/+30
2026-08-07t5701: use test_file_size() to get the size of a filePablo Sabater1-4/+7
2026-08-07Merge branch 'ds/sparse-index-ita-crash'Junio C Hamano2-0/+74
2026-08-07Merge branch 'dl/pack-bitmap-position-zero'Junio C Hamano1-1/+13
2026-08-07Merge branch 'tc/merge-default-to-upstream-leakfix'Junio C Hamano1-0/+17
2026-08-07Merge branch 'jk/cat-file-batch-wo-type-fix'Junio C Hamano1-0/+8
2026-08-07Merge branch 'mm/revision-pure-get-commit-action'Junio C Hamano2-0/+83
2026-08-06setup: handle ODB-related environment variables in `odb_new()`Patrick Steinhardt1-1/+1
2026-08-06loose: load loose object map for the correct sourcePatrick Steinhardt1-0/+18
2026-08-05Merge branch 'jk/t0014-dynamic-deprecated-cmds'Junio C Hamano1-12/+20
2026-08-05Merge branch 'rs/branch-delete-bisect-warning'Junio C Hamano1-2/+2
2026-08-05Merge branch 'ps/odb-pluggable-housekeeping'Junio C Hamano1-99/+235
2026-08-05Merge branch 'pw/rebase-fixup-fixes'Junio C Hamano2-4/+79
2026-08-05Merge branch 'jk/diff-relative-cached-unmerged'Junio C Hamano1-0/+9
2026-08-05branch: add --dry-run for --delete-mergedHarald Nordgren1-1/+40
2026-08-05branch: add branch.<name>.deleteMerged opt-outHarald Nordgren1-0/+36
2026-08-05branch: add --delete-merged <pattern>Harald Nordgren1-0/+219
2026-08-05branch: add --forked filter for --list modeHarald Nordgren1-0/+127
2026-08-05odb/streaming: consolidate read and write streamsPatrick Steinhardt1-3/+3
2026-08-05odb/streaming: rename `struct odb_read_stream`Patrick Steinhardt1-6/+6
2026-08-05odb/streaming: support streaming arbitrary object typesPatrick Steinhardt1-2/+5
2026-08-05odb/streaming: drop `is_finished` fieldPatrick Steinhardt1-2/+3
2026-08-05odb/streaming: track write stream size in the structurePatrick Steinhardt1-6/+5
2026-08-03Merge branch 'en/submodule-insteadof-remote-match'Junio C Hamano1-0/+19
2026-08-03Merge branch 'af/clone-revision-v0-segfault-fix'Junio C Hamano1-0/+8
2026-08-03Merge branch 'jc/exclude-first-parent-seen'Junio C Hamano1-0/+18
2026-08-03Merge branch 'hn/url-push-tracking'Junio C Hamano1-0/+144
2026-08-03t7528: fix failure under cshKenneth Lorber1-1/+1
2026-08-02bisect: add --reset-when-found to leave when doneHarald Nordgren1-0/+121
2026-07-31add: introduce '--resolved' optionJunio C Hamano2-0/+109
2026-07-30Merge branch 'ps/odb-move-loose-object-writing'Junio C Hamano1-27/+26
2026-07-30Merge branch 'tl/gitweb-shorten-hashes-with-modes'Junio C Hamano1-0/+13
2026-07-30Merge branch 'ps/cat-file-remote-object-info'Junio C Hamano5-13/+829
2026-07-30Merge branch 'jt/config-lock-timeout'Junio C Hamano3-3/+23
2026-07-30Merge branch 'tn/stash-avoid-sparse-index-expansion'Junio C Hamano2-0/+63
2026-07-30Merge branch 'sk/userdiff-swift'Junio C Hamano13-0/+74
2026-07-30mv: reject a destination whose leading path is missing or a symlinkLucas Zamboni Orioli1-0/+102
2026-07-30merge-base: add tests for --is-ancestorNikolaus Schuetz1-0/+31
2026-07-28t0014: generate deprecated command names dynamicallyJeff King1-4/+9
2026-07-28t0014: factor out choice of deprecated commandsJeff King1-10/+13
2026-07-28pack-bitmap: handle objects at bitmap position zeroDavid Lin1-1/+13
2026-07-28merge: fix leak with merge.defaultToUpstreamToon Claes1-0/+17
2026-07-28cat-file: handle content request for --batch-command without typeJeff King1-0/+8
2026-07-27t: use commit_body to extract commit message bodiesShlok Kulshreshtha13-123/+72