Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clone: unbundle the advertised bundles | Derrick Stolee | 2022-12-25 | 1 | -5/+20 |
* | clone: request the 'bundle-uri' command when available | Ævar Arnfjörð Bjarmason | 2022-12-25 | 1 | -0/+6 |
* | Merge branch 'rs/no-more-run-command-v' | Taylor Blau | 2022-11-08 | 11 | -228/+244 |
|\ | |||||
| * | replace and remove run_command_v_opt() | René Scharfe | 2022-10-30 | 7 | -26/+67 |
| * | use child_process members "args" and "env" directly | René Scharfe | 2022-10-30 | 7 | -149/+135 |
| * | use child_process member "args" instead of string array variable | René Scharfe | 2022-10-30 | 3 | -34/+29 |
| * | bisect--helper: factor out do_bisect_run() | René Scharfe | 2022-10-30 | 1 | -11/+11 |
| * | am: simplify building "show" argument list | René Scharfe | 2022-10-30 | 1 | -7/+4 |
| * | merge: remove always-the-same "verbose" arguments | Ævar Arnfjörð Bjarmason | 2022-10-30 | 1 | -8/+5 |
* | | Merge branch 'es/mark-gc-cruft-as-experimental' | Taylor Blau | 2022-11-08 | 1 | -2/+5 |
|\ \ | |||||
| * | | config: let feature.experimental imply gc.cruftPacks=true | Emily Shaffer | 2022-10-26 | 1 | -2/+5 |
* | | | Merge branch 'en/merge-tree-sequence' | Taylor Blau | 2022-10-31 | 1 | -3/+39 |
|\ \ \ | |||||
| * | | | merge-tree: support multiple batched merges with --stdin | Elijah Newren | 2022-10-23 | 1 | -3/+39 |
* | | | | Merge branch 'ds/bundle-uri-3' | Taylor Blau | 2022-10-31 | 1 | -2/+3 |
|\ \ \ \ | |||||
| * | | | | bundle-uri: quiet failed unbundlings | Derrick Stolee | 2022-10-12 | 1 | -1/+1 |
| * | | | | bundle: add flags to verify_bundle() | Derrick Stolee | 2022-10-12 | 1 | -2/+3 |
| * | | | | Merge branch 'ds/bundle-uri-clone' into ds/bundle-uri-3 | Junio C Hamano | 2022-08-25 | 1 | -0/+19 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'rj/branch-do-not-exit-with-minus-one-status' | Taylor Blau | 2022-10-31 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | branch: error code with --edit-description | Rubén Justo | 2022-10-26 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'rj/branch-copy-rename-error-codepath-cleanup' | Taylor Blau | 2022-10-31 | 1 | -20/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | branch: error copying or renaming a detached HEAD | Rubén Justo | 2022-10-26 | 1 | -20/+8 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'pw/rebase-reflog-fixes' | Taylor Blau | 2022-10-31 | 1 | -87/+59 |
|\ \ \ \ \ \ | |||||
| * | | | | | | rebase: cleanup action handling | Phillip Wood | 2022-10-17 | 1 | -49/+44 |
| * | | | | | | rebase --abort: improve reflog message | Phillip Wood | 2022-10-17 | 1 | -20/+8 |
| * | | | | | | rebase --apply: make reflog messages match rebase --merge | Phillip Wood | 2022-10-17 | 1 | -4/+5 |
| * | | | | | | rebase --apply: respect GIT_REFLOG_ACTION | Phillip Wood | 2022-10-17 | 1 | -3/+4 |
| * | | | | | | rebase --merge: fix reflog message after skipping | Phillip Wood | 2022-10-17 | 1 | -2/+0 |
| * | | | | | | rebase --merge: fix reflog when continuing | Phillip Wood | 2022-10-17 | 1 | -2/+0 |
| * | | | | | | rebase --apply: remove duplicated code | Phillip Wood | 2022-10-17 | 1 | -10/+1 |
| * | | | | | | Merge branch 'pw/rebase-keep-base-fixes' into pw/rebase-reflog-fixes | Junio C Hamano | 2022-10-17 | 1 | -60/+83 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge branch 'pw/rebase-keep-base-fixes' | Taylor Blau | 2022-10-31 | 1 | -61/+83 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | rebase --keep-base: imply --no-fork-point | Phillip Wood | 2022-10-17 | 1 | -0/+6 |
| * | | | | | | | rebase --keep-base: imply --reapply-cherry-picks | Phillip Wood | 2022-10-17 | 1 | -1/+15 |
| * | | | | | | | rebase: factor out branch_base calculation | Phillip Wood | 2022-10-17 | 1 | -13/+20 |
| * | | | | | | | rebase: rename merge_base to branch_base | Phillip Wood | 2022-10-17 | 1 | -15/+15 |
| * | | | | | | | rebase: store orig_head as a commit | Phillip Wood | 2022-10-17 | 1 | -35/+31 |
| * | | | | | | | rebase: be stricter when reading state files containing oids | Phillip Wood | 2022-10-17 | 1 | -4/+4 |
* | | | | | | | | Merge branch 'tb/shortlog-group' | Taylor Blau | 2022-10-31 | 2 | -27/+61 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | shortlog: implement `--group=committer` in terms of `--group=<format>` | Taylor Blau | 2022-10-24 | 1 | -11/+3 |
| * | | | | | | | | shortlog: implement `--group=author` in terms of `--group=<format>` | Taylor Blau | 2022-10-24 | 1 | -9/+4 |
| * | | | | | | | | shortlog: extract `shortlog_finish_setup()` | Taylor Blau | 2022-10-24 | 2 | -1/+7 |
| * | | | | | | | | shortlog: support arbitrary commit format `--group`s | Taylor Blau | 2022-10-24 | 1 | -1/+40 |
| * | | | | | | | | shortlog: extract `--group` fragment for translation | Taylor Blau | 2022-10-24 | 1 | -1/+1 |
| * | | | | | | | | shortlog: make trailer insertion a noop when appropriate | Taylor Blau | 2022-10-24 | 1 | -3/+4 |
| * | | | | | | | | shortlog: accept `--date`-related options | Jeff King | 2022-10-24 | 1 | -1/+2 |
* | | | | | | | | | Merge branch 'jk/repack-tempfile-cleanup' | Taylor Blau | 2022-10-31 | 1 | -61/+29 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | repack: drop remove_temporary_files() | Jeff King | 2022-10-22 | 1 | -32/+0 |
| * | | | | | | | | | repack: use tempfiles for signal cleanup | Jeff King | 2022-10-22 | 1 | -18/+8 |
| * | | | | | | | | | repack: expand error message for missing pack files | Jeff King | 2022-10-22 | 1 | -1/+2 |
| * | | | | | | | | | repack: populate extension bits incrementally | Jeff King | 2022-10-22 | 1 | -6/+9 |