summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2023-02-06Sync with 2.37.6Johannes Schindelin1-4/+4
2023-02-06Sync with 2.36.5Johannes Schindelin1-4/+4
2023-02-06Sync with 2.35.7Johannes Schindelin1-4/+4
2023-02-06Sync with 2.34.7Johannes Schindelin1-4/+4
2023-02-06Sync with 2.33.7Johannes Schindelin1-4/+4
2023-02-06Sync with 2.32.6Johannes Schindelin1-4/+4
2023-02-06Sync with 2.31.7Johannes Schindelin1-4/+4
2023-02-06Sync with 2.30.8Johannes Schindelin1-4/+4
2023-01-24clone: delay picking a transport until after get_repo_path()Taylor Blau1-4/+4
2022-10-27Merge branch 'rj/branch-edit-desc-unborn' into maint-2.38Junio C Hamano1-2/+12
2022-10-25Merge branch 'jk/cleanup-callback-parameters' into maint-2.38Junio C Hamano2-5/+6
2022-10-25Merge branch 'rs/gc-pack-refs-simplify' into maint-2.38Junio C Hamano1-9/+2
2022-10-25Merge branch 'rs/bisect-start-leakfix' into maint-2.38Junio C Hamano1-4/+3
2022-10-25Merge branch 'jc/branch-description-unset' into maint-2.38Junio C Hamano1-2/+4
2022-10-25Merge branch 'jk/fsck-on-diet' into maint-2.38Junio C Hamano1-3/+3
2022-10-25Merge branch 'ah/fsmonitor-daemon-usage-non-l10n' into maint-2.38Junio C Hamano1-2/+2
2022-10-25Merge branch 'jk/clone-allow-bare-and-o-together' into maint-2.38Junio C Hamano1-3/+0
2022-10-25Merge branch 'jk/remote-rename-without-fetch-refspec' into maint-2.38Junio C Hamano1-21/+23
2022-10-07branch: description for non-existent branch errorsRubén Justo1-2/+12
2022-10-07bisect--helper: plug strvec leakRené Scharfe1-4/+3
2022-10-06Sync with 2.37.4Taylor Blau1-3/+5
2022-10-06Sync with 2.36.3Taylor Blau1-3/+5
2022-10-06Sync with 2.35.5Taylor Blau1-3/+5
2022-10-06Sync with 2.34.5Taylor Blau1-3/+5
2022-10-06Sync with 2.33.5Taylor Blau1-3/+5
2022-10-06Sync with 2.32.4Taylor Blau1-3/+5
2022-10-06Sync with 2.31.5Taylor Blau1-3/+5
2022-10-06Sync with 2.30.6Taylor Blau1-3/+5
2022-10-06commit: avoid writing to global in option callbackJeff King1-2/+2
2022-10-06multi-pack-index: avoid writing to global in option callbackJeff King1-3/+4
2022-10-05gc: simplify maintenance_task_pack_refs()René Scharfe1-9/+2
2022-10-01builtin/clone.c: disallow `--local` clones with symlinksTaylor Blau1-3/+5
2022-09-30branch: do not fail a no-op --edit-descJunio C Hamano1-2/+4
2022-09-22remote: handle rename of remote without fetch refspecJeff King1-21/+23
2022-09-22clone: allow "--bare" with "-o"Jeff King1-3/+0
2022-09-22parse_object_buffer(): respect save_commit_bufferJeff King1-3/+0
2022-09-22fsck: turn off save_commit_bufferJeff King1-0/+1
2022-09-22fsck: free tree buffers after walking unreachable objectsJeff King1-0/+2
2022-09-21Merge branch 'sg/parse-options-subcommand'Junio C Hamano1-3/+3
2022-09-21Merge branch 'vd/scalar-generalize-diagnose'Junio C Hamano1-1/+1
2022-09-21fsmonitor--daemon: don't translate literal commandsAlex Henrie1-2/+2
2022-09-21builtin/diagnose.c: don't translate the two mode valuesAlex Henrie1-1/+1
2022-09-21gc: don't translate literal commandsAlex Henrie1-3/+3
2022-09-19Merge branch 'vd/scalar-to-main'Junio C Hamano1-0/+2
2022-09-19Merge branch 'jk/list-objects-filter-cleanup'Junio C Hamano4-4/+8
2022-09-19Merge branch 'zh/ls-files-format'Junio C Hamano1-1/+1
2022-09-19Merge branch 'sy/mv-out-of-cone'Junio C Hamano1-27/+134
2022-09-15Merge branch 'jk/proto-v2-ref-prefix-fix'Junio C Hamano1-3/+15
2022-09-14Merge branch 'ab/submodule-helper-leakfix'Junio C Hamano1-64/+163
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano26-78/+78