summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* clone: unbundle the advertised bundlesDerrick Stolee2022-12-251-5/+20
* clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason2022-12-251-0/+6
* Merge branch 'rs/no-more-run-command-v'Taylor Blau2022-11-0811-228/+244
|\
| * replace and remove run_command_v_opt()René Scharfe2022-10-307-26/+67
| * use child_process members "args" and "env" directlyRené Scharfe2022-10-307-149/+135
| * use child_process member "args" instead of string array variableRené Scharfe2022-10-303-34/+29
| * bisect--helper: factor out do_bisect_run()René Scharfe2022-10-301-11/+11
| * am: simplify building "show" argument listRené Scharfe2022-10-301-7/+4
| * merge: remove always-the-same "verbose" argumentsÆvar Arnfjörð Bjarmason2022-10-301-8/+5
* | Merge branch 'es/mark-gc-cruft-as-experimental'Taylor Blau2022-11-081-2/+5
|\ \
| * | config: let feature.experimental imply gc.cruftPacks=trueEmily Shaffer2022-10-261-2/+5
* | | Merge branch 'en/merge-tree-sequence'Taylor Blau2022-10-311-3/+39
|\ \ \
| * | | merge-tree: support multiple batched merges with --stdinElijah Newren2022-10-231-3/+39
* | | | Merge branch 'ds/bundle-uri-3'Taylor Blau2022-10-311-2/+3
|\ \ \ \
| * | | | bundle-uri: quiet failed unbundlingsDerrick Stolee2022-10-121-1/+1
| * | | | bundle: add flags to verify_bundle()Derrick Stolee2022-10-121-2/+3
| * | | | Merge branch 'ds/bundle-uri-clone' into ds/bundle-uri-3Junio C Hamano2022-08-251-0/+19
| |\ \ \ \
* | \ \ \ \ Merge branch 'rj/branch-do-not-exit-with-minus-one-status'Taylor Blau2022-10-311-1/+1
|\ \ \ \ \ \
| * | | | | | branch: error code with --edit-descriptionRubén Justo2022-10-261-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'rj/branch-copy-rename-error-codepath-cleanup'Taylor Blau2022-10-311-20/+8
|\ \ \ \ \ \
| * | | | | | branch: error copying or renaming a detached HEADRubén Justo2022-10-261-20/+8
| |/ / / / /
* | | | | | Merge branch 'pw/rebase-reflog-fixes'Taylor Blau2022-10-311-87/+59
|\ \ \ \ \ \
| * | | | | | rebase: cleanup action handlingPhillip Wood2022-10-171-49/+44
| * | | | | | rebase --abort: improve reflog messagePhillip Wood2022-10-171-20/+8
| * | | | | | rebase --apply: make reflog messages match rebase --mergePhillip Wood2022-10-171-4/+5
| * | | | | | rebase --apply: respect GIT_REFLOG_ACTIONPhillip Wood2022-10-171-3/+4
| * | | | | | rebase --merge: fix reflog message after skippingPhillip Wood2022-10-171-2/+0
| * | | | | | rebase --merge: fix reflog when continuingPhillip Wood2022-10-171-2/+0
| * | | | | | rebase --apply: remove duplicated codePhillip Wood2022-10-171-10/+1
| * | | | | | Merge branch 'pw/rebase-keep-base-fixes' into pw/rebase-reflog-fixesJunio C Hamano2022-10-171-60/+83
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'pw/rebase-keep-base-fixes'Taylor Blau2022-10-311-61/+83
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | rebase --keep-base: imply --no-fork-pointPhillip Wood2022-10-171-0/+6
| * | | | | | | rebase --keep-base: imply --reapply-cherry-picksPhillip Wood2022-10-171-1/+15
| * | | | | | | rebase: factor out branch_base calculationPhillip Wood2022-10-171-13/+20
| * | | | | | | rebase: rename merge_base to branch_basePhillip Wood2022-10-171-15/+15
| * | | | | | | rebase: store orig_head as a commitPhillip Wood2022-10-171-35/+31
| * | | | | | | rebase: be stricter when reading state files containing oidsPhillip Wood2022-10-171-4/+4
* | | | | | | | Merge branch 'tb/shortlog-group'Taylor Blau2022-10-312-27/+61
|\ \ \ \ \ \ \ \
| * | | | | | | | shortlog: implement `--group=committer` in terms of `--group=<format>`Taylor Blau2022-10-241-11/+3
| * | | | | | | | shortlog: implement `--group=author` in terms of `--group=<format>`Taylor Blau2022-10-241-9/+4
| * | | | | | | | shortlog: extract `shortlog_finish_setup()`Taylor Blau2022-10-242-1/+7
| * | | | | | | | shortlog: support arbitrary commit format `--group`sTaylor Blau2022-10-241-1/+40
| * | | | | | | | shortlog: extract `--group` fragment for translationTaylor Blau2022-10-241-1/+1
| * | | | | | | | shortlog: make trailer insertion a noop when appropriateTaylor Blau2022-10-241-3/+4
| * | | | | | | | shortlog: accept `--date`-related optionsJeff King2022-10-241-1/+2
* | | | | | | | | Merge branch 'jk/repack-tempfile-cleanup'Taylor Blau2022-10-311-61/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | repack: drop remove_temporary_files()Jeff King2022-10-221-32/+0
| * | | | | | | | | repack: use tempfiles for signal cleanupJeff King2022-10-221-18/+8
| * | | | | | | | | repack: expand error message for missing pack filesJeff King2022-10-221-1/+2
| * | | | | | | | | repack: populate extension bits incrementallyJeff King2022-10-221-6/+9