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-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-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-20multi-pack-index: fix potential segfault without sub-commandTaylor Blau
2021-07-17Merge branch 'ab/struct-init'Junio C Hamano
2021-07-17Merge branch 'ar/help-micro-cleanup'Junio C Hamano
2021-07-17Merge branch 'ar/submodule-helper-include-cleanup'Junio C Hamano
2021-07-17Merge branch 'ab/bundle-updates'Junio C Hamano
2021-07-17Merge branch 'ab/show-branch-tests'Junio C Hamano
2021-07-17Merge branch 'ab/fetch-negotiate-segv-fix'Junio C Hamano
2021-07-15worktree: teach `add` to accept --reason <string> with --lockStephen Manz
2021-07-15fetch: die on invalid --negotiation-tip hashJonathan Tan
2021-07-15send-pack: fix push.negotiate with remote helperJonathan Tan
2021-07-15checkout: stop expanding sparse indexesDerrick Stolee
2021-07-15commit: integrate with sparse-indexDerrick Stolee
2021-07-14status: use sparse-index throughoutDerrick Stolee
2021-07-14worktree: mark lock strings with `_()` for translationStephen Manz
2021-07-14Merge branch 'ab/pickaxe-pcre2'Junio C Hamano
2021-07-14Merge branch 'fc/push-simple-updates-cleanup'Junio C Hamano
2021-07-14Merge branch 'fc/push-simple-updates'Junio C Hamano