summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/send-email-pre-process-fix' into seenseenJunio C Hamano2023-05-171-1/+1
|\
| * t9001: mark the script as no longer leak checker cleanJunio C Hamano2023-05-171-1/+1
* | Merge branch 'cc/git-replay' into seenJunio C Hamano2023-05-1712-264/+794
|\ \
| * | SQUASH???Junio C Hamano2023-05-091-0/+2
| * | replay: stop assuming replayed branches do not divergeElijah Newren2023-05-092-10/+86
| * | replay: add --contained to rebase contained branchesElijah Newren2023-05-093-3/+54
| * | replay: add --advance or 'cherry-pick' modeElijah Newren2023-05-093-14/+230
| * | replay: disallow revision specific options and pathspecsChristian Couder2023-05-092-1/+42
| * | replay: use standard revision rangesElijah Newren2023-05-094-26/+184
| * | replay: make it a minimal server side commandElijah Newren2023-05-092-67/+51
| * | replay: remove HEAD related sanity checkElijah Newren2023-05-091-7/+1
| * | replay: remove progress and info outputElijah Newren2023-05-091-6/+1
| * | replay: add an important FIXME comment about gpg signingElijah Newren2023-05-091-1/+1
| * | replay: don't simplify historyElijah Newren2023-05-091-9/+6
| * | replay: introduce pick_regular_commit()Elijah Newren2023-05-091-20/+34
| * | replay: die() instead of failing assert()Elijah Newren2023-05-091-1/+6
| * | replay: start using parse_options APIElijah Newren2023-05-091-12/+32
| * | replay: introduce new builtinElijah Newren2023-05-099-40/+20
| * | t6429: remove switching aspects of fast-rebaseElijah Newren2023-05-092-10/+8
* | | Merge branch 'js/rebase-count-fixes' into seenJunio C Hamano2023-05-172-5/+16
|\ \ \
| * | | rebase -r: fix the total number shown in the progressJohannes Schindelin2023-05-142-3/+14
| * | | rebase --update-refs: fix loopsJohannes Schindelin2023-05-141-2/+2
* | | | Merge branch 'tc/cat-file-z-use-cquote' into seenJunio C Hamano2023-05-172-0/+46
|\ \ \ \
| * | | | cat-file: quote-format name in error when using -zToon Claes2023-05-102-0/+46
* | | | | Merge branch 'jc/pack-ref-exclude-include' into seenJunio C Hamano2023-05-1711-26/+132
|\ \ \ \ \
| * | | | | pack-refs: teach pack-refs --include optionJohn Cai2023-05-126-12/+67
| * | | | | pack-refs: teach --exclude option to exclude refs from being packedJohn Cai2023-05-1211-20/+69
| * | | | | docs: clarify git-pack-refs --all will pack all refsJohn Cai2023-05-121-2/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'tb/pack-bitmap-traversal-with-boundary' into seenJunio C Hamano2023-05-1711-40/+284
|\ \ \ \ \
| * | | | | pack-bitmap.c: use commit boundary during bitmap traversalTaylor Blau2023-05-089-14/+243
| * | | | | pack-bitmap.c: extract `fill_in_bitmap()`Taylor Blau2023-05-081-29/+36
| * | | | | object: add object_array initializer helper functionTaylor Blau2023-05-082-0/+8
* | | | | | Merge branch 'ob/revert-of-revert' into seenJunio C Hamano2023-05-173-0/+52
|\ \ \ \ \ \
| * | | | | | sequencer: beautify subject of reverts of revertsOswald Buddenhagen2023-05-053-0/+52
* | | | | | | Merge branch 'es/recurse-submodules-option-is-a-bool' into seenJunio C Hamano2023-05-177-47/+33
|\ \ \ \ \ \ \
| * | | | | | | usage: clarify --recurse-submodules as a booleanEmily Shaffer2023-04-107-47/+33
* | | | | | | | Merge branch 'rn/sparse-diff-index' into seenJunio C Hamano2023-05-173-0/+56
|\ \ \ \ \ \ \ \
| * | | | | | | | diff-index: enable sparse indexRaghul Nanth A2023-04-103-0/+56
* | | | | | | | | Merge branch 'tb/pack-bitmap-index-seek' into seenJunio C Hamano2023-05-171-25/+59
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pack-bitmap.c: factor out `bitmap_index_seek_commit()`Taylor Blau2023-03-201-11/+18
| * | | | | | | | | pack-bitmap.c: use `bitmap_index_seek()` where possibleTaylor Blau2023-03-201-8/+13
| * | | | | | | | | pack-bitmap.c: factor out manual `map_pos` manipulationTaylor Blau2023-03-201-0/+22
| * | | | | | | | | pack-bitmap.c: drop unnecessary 'inline'sTaylor Blau2023-03-201-2/+2
| * | | | | | | | | pack-bitmap.c: hide bitmap internals in `read_be32()`Taylor Blau2023-03-201-4/+4
| * | | | | | | | | pack-bitmap.c: hide bitmap internals in `read_u8()`Taylor Blau2023-03-201-6/+6
* | | | | | | | | | Merge branch 'ja/worktree-orphan' into seenJunio C Hamano2023-05-176-21/+735
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | worktree add: emit warn when there is a bad HEADJacob Abel2023-05-172-6/+46
| * | | | | | | | | | worktree add: extend DWIM to infer --orphanJacob Abel2023-05-173-1/+449
| * | | | | | | | | | worktree add: introduce "try --orphan" hintJacob Abel2023-05-175-0/+69
| * | | | | | | | | | worktree add: add --orphan flagJacob Abel2023-05-173-12/+129