summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-28Merge branch 'dl/diff-merge-base'Junio C Hamano
2021-07-28Merge branch 'ab/attribute-format'Junio C Hamano
2021-07-28Merge branch 'jk/log-decorate-optim'Junio C Hamano
2021-07-28Merge branch 'sm/worktree-add-lock'Junio C Hamano
2021-07-28Merge branch 'ew/many-alternate-optim'Junio C Hamano
2021-07-28Merge branch 'hj/commit-allow-empty-message'Junio C Hamano
2021-07-28Merge branch 'dl/packet-read-response-end-fix'Junio C Hamano
2021-07-26ci/install-dependencies: handle "sparse" job package installsJeff King
2021-07-26ci: run "apt-get update" before "apt-get install"Jeff King
2021-07-26reset: clear_unpack_trees_porcelain to plug leakAndrzej Hunt
2021-07-26builtin/rebase: fix options.strategy memory lifecycleAndrzej Hunt
2021-07-26builtin/merge: free found_ref when doneAndrzej Hunt
2021-07-26builtin/mv: free or UNLEAK multiple pointers at end of cmd_mvAndrzej Hunt
2021-07-26convert: release strbuf to avoid leakAndrzej Hunt
2021-07-26read-cache: call diff_setup_done to avoid leakAndrzej Hunt
2021-07-26ref-filter: also free head for ATOM_HEAD to avoid leakAndrzej Hunt
2021-07-26diffcore-rename: move old_dir/new_dir definition to plug leakAndrzej Hunt
2021-07-26builtin/for-each-repo: remove unnecessary argv copy to plug leakAndrzej Hunt
2021-07-26builtin/submodule--helper: release unused strbuf to avoid leakAndrzej Hunt
2021-07-26environment: move strbuf into block to plug leakAndrzej Hunt
2021-07-26fmt-merge-msg: free newly allocated temporary strings when doneAndrzej Hunt
2021-07-26submodule: drop unused sm_name parameter from show_fetch_remotes()Jeff King
2021-07-23merge: apply autostash if merge strategy failsPhilippe Blain
2021-07-23merge: apply autostash if fast-forward failsPhilippe Blain
2021-07-23Documentation: define 'MERGE_AUTOSTASH'Philippe Blain
2021-07-23merge: add missing word "strategy" to a messagePhilippe Blain
2021-07-23cache-tree: prefetch in partial clone read-treeJonathan Tan
2021-07-23unpack-trees: refactor prefetching codeJonathan Tan
2021-07-23pack-bitmap: check pack validity when opening bitmapJeff King
2021-07-22bundle tests: use test_cmp instead of grepÆvar Arnfjörð Bjarmason
2021-07-22bundle tests: use ">file" not ": >file"Ævar Arnfjörð Bjarmason
2021-07-22The sixth batchJunio C Hamano
2021-07-22Merge branch 'bc/rev-list-without-commit-line'Junio C Hamano
2021-07-22Merge branch 'ab/imap-send-read-everything-simplify'Junio C Hamano
2021-07-22Merge branch 'ab/gitignore-discovery-doc'Junio C Hamano
2021-07-22Merge branch 'js/ci-windows-update'Junio C Hamano
2021-07-22Merge branch 'ab/send-email-optim'Junio C Hamano
2021-07-22Merge branch 'jk/typofix'Junio C Hamano
2021-07-22SubmittingPatches: replace discussion of Travis with GitHub ActionsÆvar Arnfjörð Bjarmason
2021-07-22SubmittingPatches: move discussion of Signed-off-by above "send"Ævar Arnfjörð Bjarmason
2021-07-21doc: pull: fix rebase=false documentationFelipe Contreras
2021-07-20pack-bitmap: clarify comment in filter_bitmap_exclude_type()Taylor Blau
2021-07-20unpack-trees: resolve sparse-directory/file conflictsDerrick Stolee
2021-07-20t1092: document bad 'git checkout' behaviorDerrick Stolee
2021-07-20doc: clarify description of 'submodule.recurse'Philippe Blain
2021-07-20doc/git-config: simplify "override" advice for FILES sectionJeff King
2021-07-20doc/git-config: clarify GIT_CONFIG environment variableJeff King
2021-07-20doc/git-config: explain --file instead of referring to GIT_CONFIGJeff King
2021-07-20merge-ort: restart merge with cached renames to reduce process entry costElijah Newren
2021-07-20merge-ort: avoid recursing into directories when we don't need toElijah Newren