summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2021-08-24maintenance: create `launchctl` configuration using a lock fileLibravatar Johannes Schindelin1-17/+30
2021-08-24submodule--helper: run update procedures from CLibravatar Atharva Raykar1-0/+257
2021-08-24pack-bitmap-write.c: gracefully fail to write non-closed bitmapsLibravatar Taylor Blau1-1/+2
2021-08-15commit: restore --edit when combined with --fixupLibravatar Joel Klinghed1-2/+3
2021-08-10Merge branch 'ds/add-with-sparse-index' into ds/sparse-index-ignored-filesLibravatar Junio C Hamano1-3/+12
2021-08-10submodule--helper: rename compute_submodule_clone_url()Libravatar Atharva Raykar1-6/+6
2021-08-10submodule--helper: remove resolve-relative-url subcommandLibravatar Atharva Raykar1-20/+0
2021-08-10submodule--helper: remove add-config subcommandLibravatar Atharva Raykar1-49/+0
2021-08-10submodule--helper: remove add-clone subcommandLibravatar Atharva Raykar1-60/+0
2021-08-10submodule--helper: convert the bulk of cmd_add() to CLibravatar Atharva Raykar1-1/+164
2021-08-10dir: libify and export helper functions from clone.cLibravatar Atharva Raykar1-116/+2
2021-08-10submodule--helper: remove repeated code in sync_submodule()Libravatar Atharva Raykar1-13/+3
2021-08-10submodule--helper: refactor resolve_relative_url() helperLibravatar Atharva Raykar1-36/+25
2021-08-10submodule--helper: add options for compute_submodule_clone_url()Libravatar Atharva Raykar1-7/+11
2021-08-10Merge branch 'ar/submodule-add-config' into ar/submodule-addLibravatar Junio C Hamano1-0/+129
2021-08-10submodule--helper: introduce add-config subcommandLibravatar Atharva Raykar1-0/+129
2021-08-09builtin/merge: avoid -Wformat-extra-args from ancient XcodeLibravatar Carlo Marcelo Arenas Belón1-3/+5
2021-08-05Change default merge backend from recursive to ortLibravatar Elijah Newren2-3/+9
2021-08-05revision: separate walk and unsorted flagsLibravatar Patrick Steinhardt2-2/+3
2021-08-05upload-pack: document and rename --advertise-refsLibravatar Ævar Arnfjörð Bjarmason2-3/+5
2021-08-05serve.[ch]: remove "serve_options", split up --advertise-refs codeLibravatar Ævar Arnfjörð Bjarmason1-13/+12
2021-08-05Update error message and code commentLibravatar Elijah Newren1-1/+1
2021-08-04Merge branch 'rs/use-fspathhash'Libravatar Junio C Hamano1-8/+2
2021-08-04Merge branch 'pb/merge-autostash-more'Libravatar Junio C Hamano1-1/+3
2021-08-04Merge branch 'ds/commit-and-checkout-with-sparse-index'Libravatar Junio C Hamano2-5/+6
2021-08-04Merge branch 'ah/plugleaks'Libravatar Junio C Hamano5-14/+17
2021-08-04Merge branch 'ar/submodule-add'Libravatar Junio C Hamano1-113/+304
2021-07-30use fspathhash() everywhereLibravatar René Scharfe1-8/+2
2021-07-29add: remove ensure_full_index() with --renormalizeLibravatar Derrick Stolee1-2/+0
2021-07-29add: ignore outside the sparse-checkout in refresh()Libravatar Derrick Stolee1-1/+9
2021-07-29add: allow operating on a sparse-only indexLibravatar Derrick Stolee1-0/+3
2021-07-28Merge branch 'tb/reverse-midx'Libravatar Junio C Hamano1-1/+1
2021-07-28Merge branch 'ds/status-with-sparse-index'Libravatar Junio C Hamano1-0/+3
2021-07-28Merge branch 'dl/diff-merge-base'Libravatar Junio C Hamano1-2/+2
2021-07-28Merge branch 'ab/attribute-format'Libravatar Junio C Hamano4-6/+6
2021-07-28Merge branch 'jk/log-decorate-optim'Libravatar Junio C Hamano1-0/+3
2021-07-28Merge branch 'sm/worktree-add-lock'Libravatar Junio C Hamano1-5/+16
2021-07-28Merge branch 'hj/commit-allow-empty-message'Libravatar Junio C Hamano1-11/+18
2021-07-26builtin/rebase: fix options.strategy memory lifecycleLibravatar Andrzej Hunt1-1/+2
2021-07-26builtin/merge: free found_ref when doneLibravatar Andrzej Hunt1-1/+2
2021-07-26builtin/mv: free or UNLEAK multiple pointers at end of cmd_mvLibravatar Andrzej Hunt1-0/+5
2021-07-26builtin/for-each-repo: remove unnecessary argv copy to plug leakLibravatar Andrzej Hunt1-10/+4
2021-07-26builtin/submodule--helper: release unused strbuf to avoid leakLibravatar Andrzej Hunt1-2/+4
2021-07-26Use a better name for the function interpolating pathsLibravatar Johannes Schindelin3-3/+3
2021-07-26submodule: drop unused sm_name parameter from show_fetch_remotes()Libravatar Jeff King1-3/+2
2021-07-26ref-filter: use non-const ref_format in *_atom_parser()Libravatar ZheNing Hu1-1/+1
2021-07-23merge: apply autostash if merge strategy failsLibravatar Philippe Blain1-0/+1
2021-07-23merge: apply autostash if fast-forward failsLibravatar Philippe Blain1-0/+1
2021-07-23merge: add missing word "strategy" to a messageLibravatar Philippe Blain1-1/+1
2021-07-22Merge branch 'bc/rev-list-without-commit-line'Libravatar Junio C Hamano1-9/+24