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

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-12Merge branch 'js/ci-set-output' into jchjchTaylor Blau
2022-11-12Merge branch 'gc/submodule-clone-update-with-branches' into jchTaylor Blau
2022-11-12Merge branch 'cw/submodule-status-in-parallel' into jchTaylor Blau
2022-11-12Merge branch 'tl/notes--blankline' into jchTaylor Blau
2022-11-12Merge branch 'ds/packed-refs-v2' into jchTaylor Blau
2022-11-12Merge branch 'ja/worktree-orphan' into jchTaylor Blau
2022-11-12Merge branch 'tl/pack-bitmap-absolute-paths' into jchTaylor Blau
2022-11-12Merge branch 'es/chainlint-output' into jchTaylor Blau
2022-11-12Merge branch 'aw/complete-case-insensitive' into jchTaylor Blau
2022-11-12Merge branch 'jt/submodule-on-demand' into jchTaylor Blau
2022-11-12Merge branch 'ps/receive-use-only-advertised' into jchTaylor Blau
2022-11-12Merge branch 'kz/merge-tree-merge-base' into jchTaylor Blau
2022-11-12Merge branch 'ab/various-leak-fixes' into jchTaylor Blau
2022-11-12Merge branch 'rr/long-status-advice' into jchTaylor Blau
2022-11-12Merge branch 'sz/macos-fsmonitor-symlinks' into jchTaylor Blau
2022-11-12Merge branch 'ab/coccicheck-incremental' into jchTaylor Blau
2022-11-12Merge branch 'mh/password-can-be-pat' into jchTaylor Blau
2022-11-12Merge branch 'ab/rev-info-init' into jchTaylor Blau
2022-11-12Merge branch 'en/sparse-checkout-design' into jchTaylor Blau
2022-11-12Merge branch 'ab/sha-makefile-doc' into jchTaylor Blau
2022-11-12Merge branch 'tb/repack-expire-to' into jchTaylor Blau
2022-11-12Merge branch 'js/remove-stale-scalar-repos' into jchTaylor Blau
2022-11-12Merge branch 'al/trace2-clearing-skip-worktree' into jchTaylor Blau
2022-11-12Merge branch 'ab/cmake-nix-and-ci' into jchTaylor Blau
2022-11-12Merge branch 'dd/bisect-helper-subcommand' into jchTaylor Blau
2022-11-12Merge branch 'do/modernize-t7001' into jchTaylor Blau
2022-11-12Merge branch 'vd/update-refs-delete' into jchTaylor Blau
2022-11-12Merge branch 'ab/submodule-helper-prep-only' into jchTaylor Blau
2022-11-12Merge branch 'ab/misc-hook-submodule-run-command' into jchTaylor Blau
2022-11-12pack-bitmap.c: remove unnecessary "open_pack_index()" callsTeng Long
2022-11-12pack-bitmap.c: avoid exposing absolute pathsTeng Long
2022-11-12tests(scalar): tighten the stale `scalar.repo` test someJohannes Schindelin
2022-11-12Makefile: don't create a ".build/.build/" for cocci, fix outputÆvar Arnfjörð Bjarmason
2022-11-12receive-pack: only use visible refs for connectivity checkPatrick Steinhardt
2022-11-12rev-parse: add `--exclude-hidden=` optionPatrick Steinhardt
2022-11-12revision: add new parameter to exclude hidden refsPatrick Steinhardt
2022-11-12revision: introduce struct to handle exclusionsPatrick Steinhardt
2022-11-12revision: move together exclusion-related functionsPatrick Steinhardt
2022-11-12refs: get rid of global list of hidden refsPatrick Steinhardt
2022-11-12refs: fix memory leak when parsing hideRefs configPatrick Steinhardt
2022-11-12bisect--helper: parse subcommand with OPT_SUBCOMMANDĐoàn Trần Công Danh
2022-11-12bisect--helper: move all subcommands into their own functionsĐoàn Trần Công Danh
2022-11-12bisect--helper: remove unused optionsĐoàn Trần Công Danh
2022-11-11status: long status advice adapted to recent capabilitiesRudy Rigot
2022-11-11worktree add: add --orphan flagJacob Abel
2022-11-11worktree add: Include -B in usage docsJacob Abel
2022-11-10notes.c: introduce "--no-blank-line" optionTeng Long
2022-11-10notes.c: provide tips when target and append note are both emptyTeng Long
2022-11-10notes.c: drop unreachable code in 'append_edit()'Teng Long
2022-11-10notes.c: cleanup for "designated init" and "char ptr init"Teng Long