Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-03Merge branch 'jk/commit-edit-fixup-fix'Junio C Hamano
2021-09-03Merge branch 'ps/connectivity-optim'Junio C Hamano
2021-08-31Merge branch 'cb/builtin-merge-format-string-fix'Junio C Hamano
2021-08-31Merge branch 'en/ort-becomes-the-default'Junio C Hamano
2021-08-31Merge branch 'en/merge-strategy-docs'Junio C Hamano
2021-08-31Merge branch 'en/pull-conflicting-options'Junio C Hamano
2021-08-25Merge branch 'jt/push-negotiation-fixes'Junio C Hamano
2021-08-25Merge branch 'js/expand-runtime-prefix'Junio C Hamano
2021-08-25Merge branch 'zh/ref-filter-raw-data'Junio C Hamano
2021-08-25Merge branch 'ab/pack-stdin-packs-fix'Junio C Hamano
2021-08-25Merge branch 'ds/add-with-sparse-index'Junio C Hamano
2021-08-15commit: restore --edit when combined with --fixupJoel Klinghed
2021-08-09builtin/merge: avoid -Wformat-extra-args from ancient XcodeCarlo Marcelo Arenas Belón
2021-08-06Change default merge backend from recursive to ortElijah Newren
2021-08-05revision: separate walk and unsorted flagsPatrick Steinhardt
2021-08-05Update error message and code commentElijah Newren
2021-08-04Merge branch 'rs/use-fspathhash'Junio C Hamano
2021-08-04Merge branch 'pb/merge-autostash-more'Junio C Hamano
2021-08-04Merge branch 'ds/commit-and-checkout-with-sparse-index'Junio C Hamano
2021-08-04Merge branch 'ah/plugleaks'Junio C Hamano
2021-08-04Merge branch 'ar/submodule-add'Junio C Hamano
2021-07-30use fspathhash() everywhereRené Scharfe
2021-07-29add: remove ensure_full_index() with --renormalizeDerrick Stolee
2021-07-29add: ignore outside the sparse-checkout in refresh()Derrick Stolee
2021-07-29add: allow operating on a sparse-only indexDerrick Stolee
2021-07-28Merge branch 'tb/reverse-midx'Junio C Hamano
2021-07-28Merge branch 'ds/status-with-sparse-index'Junio C Hamano
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 'hj/commit-allow-empty-message'Junio C Hamano
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-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-26Use a better name for the function interpolating pathsJohannes Schindelin
2021-07-26submodule: drop unused sm_name parameter from show_fetch_remotes()Jeff King
2021-07-26ref-filter: use non-const ref_format in *_atom_parser()ZheNing Hu
2021-07-24merge: apply autostash if merge strategy failsPhilippe Blain
2021-07-24merge: apply autostash if fast-forward failsPhilippe Blain
2021-07-24merge: add missing word "strategy" to a messagePhilippe Blain
2021-07-22Merge branch 'bc/rev-list-without-commit-line'Junio C Hamano
2021-07-22pull: fix handling of multiple headsElijah Newren
2021-07-22pull: update docs & code for option compatibility with rebasingElijah Newren
2021-07-22pull: abort by default when fast-forwarding is not possibleElijah Newren
2021-07-22pull: make --rebase and --no-rebase override pull.ff=onlyElijah Newren
2021-07-22pull: since --ff-only overrides, handle it firstElijah Newren
2021-07-21pull: abort if --ff-only is given and fast-forwarding is impossibleAlex Henrie