summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-07-29add: allow operating on a sparse-only indexDerrick Stolee-7/+21
2021-07-29t1092: test merge conflicts outside coneDerrick Stolee-0/+43
2021-07-28The seventh batchJunio C Hamano-0/+43
2021-07-28Merge branch 'ps/t0000-output-directory-fix'Junio C Hamano-2/+14
2021-07-28Merge branch 'tb/reverse-midx'Junio C Hamano-1/+6
2021-07-28Merge branch 'hn/refs-debug-empty-prefix'Junio C Hamano-1/+2
2021-07-28Merge branch 'pb/dont-complete-aliased-options'Junio C Hamano-1/+14
2021-07-28Merge branch 'en/rename-limits-doc'Junio C Hamano-17/+26
2021-07-28Merge branch 'ds/gender-neutral-doc-guidelines'Junio C Hamano-0/+45
2021-07-28Merge branch 'ds/status-with-sparse-index'Junio C Hamano-38/+470
2021-07-28Merge branch 'js/ci-make-sparse'Junio C Hamano-0/+25
2021-07-28Merge branch 'ab/pkt-line-tests'Junio C Hamano-34/+24
2021-07-28Merge branch 'jk/t0000-subtests-fix'Junio C Hamano-10/+29
2021-07-28Merge branch 'dl/diff-merge-base'Junio C Hamano-5/+9
2021-07-28Merge branch 'ab/attribute-format'Junio C Hamano-29/+47
2021-07-28Merge branch 'jk/log-decorate-optim'Junio C Hamano-32/+77
2021-07-28Merge branch 'sm/worktree-add-lock'Junio C Hamano-8/+33
2021-07-28Merge branch 'ew/many-alternate-optim'Junio C Hamano-51/+534
2021-07-28Merge branch 'hj/commit-allow-empty-message'Junio C Hamano-12/+19
2021-07-28Merge branch 'dl/packet-read-response-end-fix'Junio C Hamano-3/+3
2021-07-28bisect: simplify return code from bisect_checkout()Junio C Hamano-6/+4
2021-07-28bisect: do not run show-branch just to show the current commitJunio C Hamano-8/+8
2021-07-26t4060: remove unused variableDavid Turner-1/+0
2021-07-26ci/install-dependencies: handle "sparse" job package installsJeff King-4/+7
2021-07-26ci: run "apt-get update" before "apt-get install"Jeff King-0/+1
2021-07-26expand_user_path: allow in-flight topics to keep using the old nameJunio C Hamano-0/+2
2021-07-26reset: clear_unpack_trees_porcelain to plug leakAndrzej Hunt-2/+2
2021-07-26builtin/rebase: fix options.strategy memory lifecycleAndrzej Hunt-1/+2
2021-07-26builtin/merge: free found_ref when doneAndrzej Hunt-1/+2
2021-07-26builtin/mv: free or UNLEAK multiple pointers at end of cmd_mvAndrzej Hunt-0/+5
2021-07-26convert: release strbuf to avoid leakAndrzej Hunt-0/+2
2021-07-26read-cache: call diff_setup_done to avoid leakAndrzej Hunt-0/+1
2021-07-26ref-filter: also free head for ATOM_HEAD to avoid leakAndrzej Hunt-2/+6
2021-07-26diffcore-rename: move old_dir/new_dir definition to plug leakAndrzej Hunt-3/+7
2021-07-26builtin/for-each-repo: remove unnecessary argv copy to plug leakAndrzej Hunt-10/+4
2021-07-26builtin/submodule--helper: release unused strbuf to avoid leakAndrzej Hunt-2/+4
2021-07-26environment: move strbuf into block to plug leakAndrzej Hunt-4/+3
2021-07-26fmt-merge-msg: free newly allocated temporary strings when doneAndrzej Hunt-2/+4
2021-07-26interpolate_path(): allow specifying paths relative to the runtime prefixJohannes Schindelin-0/+25
2021-07-26Use a better name for the function interpolating pathsJohannes Schindelin-11/+11
2021-07-26expand_user_path(): clarify the role of the `real_home` parameterJohannes Schindelin-1/+1
2021-07-26expand_user_path(): remove stale part of the commentJohannes Schindelin-3/+2
2021-07-26tests: exercise the RUNTIME_PREFIX featureJohannes Schindelin-0/+23
2021-07-26submodule: drop unused sm_name parameter from show_fetch_remotes()Jeff King-3/+2
2021-07-26ref-filter: add %(rest) atomZheNing Hu-1/+45
2021-07-26ref-filter: use non-const ref_format in *_atom_parser()ZheNing Hu-25/+25
2021-07-26ref-filter: --format=%(raw) support --perlZheNing Hu-8/+48
2021-07-26ref-filter: add %(raw) atomZheNing Hu-28/+340
2021-07-26ref-filter: add obj-type check in grab contentsZheNing Hu-9/+15
2021-07-23merge: apply autostash if merge strategy failsPhilippe Blain-0/+9