summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2021-08-10submodule--helper: remove add-clone subcommandAtharva Raykar1-60/+0
2021-08-10submodule--helper: convert the bulk of cmd_add() to CAtharva Raykar1-1/+164
2021-08-10dir: libify and export helper functions from clone.cAtharva Raykar1-116/+2
2021-08-10submodule--helper: remove repeated code in sync_submodule()Atharva Raykar1-13/+3
2021-08-10submodule--helper: refactor resolve_relative_url() helperAtharva Raykar1-36/+25
2021-08-10submodule--helper: add options for compute_submodule_clone_url()Atharva Raykar1-7/+11
2021-08-10Merge branch 'ar/submodule-add-config' into ar/submodule-addJunio C Hamano1-0/+129
2021-08-10submodule--helper: introduce add-config subcommandAtharva Raykar1-0/+129
2021-08-09builtin/merge: avoid -Wformat-extra-args from ancient XcodeCarlo Marcelo Arenas Belón1-3/+5
2021-08-05Change default merge backend from recursive to ortElijah Newren2-3/+9
2021-08-05revision: separate walk and unsorted flagsPatrick Steinhardt2-2/+3
2021-08-05upload-pack: document and rename --advertise-refsÆvar Arnfjörð Bjarmason2-3/+5
2021-08-05serve.[ch]: remove "serve_options", split up --advertise-refs codeÆvar Arnfjörð Bjarmason1-13/+12
2021-08-05Update error message and code commentElijah Newren1-1/+1
2021-08-04Merge branch 'rs/use-fspathhash'Junio C Hamano1-8/+2
2021-08-04Merge branch 'pb/merge-autostash-more'Junio C Hamano1-1/+3
2021-08-04Merge branch 'ds/commit-and-checkout-with-sparse-index'Junio C Hamano2-5/+6
2021-08-04Merge branch 'ah/plugleaks'Junio C Hamano5-14/+17
2021-08-04Merge branch 'ar/submodule-add'Junio C Hamano1-113/+304
2021-07-30use fspathhash() everywhereRené Scharfe1-8/+2
2021-07-29add: remove ensure_full_index() with --renormalizeDerrick Stolee1-2/+0
2021-07-29add: ignore outside the sparse-checkout in refresh()Derrick Stolee1-1/+9
2021-07-29add: allow operating on a sparse-only indexDerrick Stolee1-0/+3
2021-07-28Merge branch 'tb/reverse-midx'Junio C Hamano1-1/+1
2021-07-28Merge branch 'ds/status-with-sparse-index'Junio C Hamano1-0/+3
2021-07-28Merge branch 'dl/diff-merge-base'Junio C Hamano1-2/+2
2021-07-28Merge branch 'ab/attribute-format'Junio C Hamano4-6/+6
2021-07-28Merge branch 'jk/log-decorate-optim'Junio C Hamano1-0/+3
2021-07-28Merge branch 'sm/worktree-add-lock'Junio C Hamano1-5/+16
2021-07-28Merge branch 'hj/commit-allow-empty-message'Junio C Hamano1-11/+18
2021-07-26builtin/rebase: fix options.strategy memory lifecycleAndrzej Hunt1-1/+2
2021-07-26builtin/merge: free found_ref when doneAndrzej Hunt1-1/+2
2021-07-26builtin/mv: free or UNLEAK multiple pointers at end of cmd_mvAndrzej Hunt1-0/+5
2021-07-26builtin/for-each-repo: remove unnecessary argv copy to plug leakAndrzej Hunt1-10/+4
2021-07-26builtin/submodule--helper: release unused strbuf to avoid leakAndrzej Hunt1-2/+4
2021-07-26Use a better name for the function interpolating pathsJohannes Schindelin3-3/+3
2021-07-26submodule: drop unused sm_name parameter from show_fetch_remotes()Jeff King1-3/+2
2021-07-26ref-filter: use non-const ref_format in *_atom_parser()ZheNing Hu1-1/+1
2021-07-23merge: apply autostash if merge strategy failsPhilippe Blain1-0/+1
2021-07-23merge: apply autostash if fast-forward failsPhilippe Blain1-0/+1
2021-07-23merge: add missing word "strategy" to a messagePhilippe Blain1-1/+1
2021-07-22Merge branch 'bc/rev-list-without-commit-line'Junio C Hamano1-9/+24
2021-07-22pull: fix handling of multiple headsElijah Newren1-4/+14
2021-07-22pull: update docs & code for option compatibility with rebasingElijah Newren1-0/+2
2021-07-22pull: abort by default when fast-forwarding is not possibleElijah Newren1-4/+6
2021-07-22pull: make --rebase and --no-rebase override pull.ff=onlyElijah Newren1-1/+15
2021-07-22pull: since --ff-only overrides, handle it firstElijah Newren1-8/+8
2021-07-20pull: abort if --ff-only is given and fast-forwarding is impossibleAlex Henrie2-4/+9
2021-07-19multi-pack-index: fix potential segfault without sub-commandTaylor Blau1-1/+1
2021-07-16Merge branch 'ab/struct-init'Junio C Hamano6-14/+7