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
2023-06-21preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren
2023-06-21name-hash.h: move declarations for name-hash.c from cache.hElijah Newren
2023-06-21read-cache: move shared add/checkout/commit codeElijah Newren
2023-06-21add: modify add_files_to_cache() to avoid globalsElijah Newren
2023-06-21read-cache: move shared commit and ls-files codeElijah Newren
2023-06-21setup: adopt shared init-db & clone codeElijah Newren
2023-06-21init-db, clone: change unnecessary global into passed parameterElijah Newren
2023-06-21init-db: remove unnecessary global variableElijah Newren
2023-06-21init-db: document existing bug with core.bare in template configElijah Newren
2023-06-21Merge branch 'jk/log-follow-with-non-literal-pathspec'Junio C Hamano
2023-06-21Merge branch 'vd/worktree-config-is-per-repository'Junio C Hamano
2023-06-21Merge branch 'tb/submodule-null-deref-fix'Junio C Hamano
2023-06-21Merge branch 'tl/quote-problematic-arg-for-clarity'Junio C Hamano
2023-06-21Merge branch 'ps/fetch-cleanups'Junio C Hamano
2023-06-13Merge branch 'zh/ls-files-format-atoms'Junio C Hamano
2023-06-13Merge branch 'sl/diff-tree-sparse'Junio C Hamano
2023-06-13Merge branch 'jk/format-patch-message-id-unleak'Junio C Hamano
2023-06-13Merge branch 'jc/pack-ref-exclude-include'Junio C Hamano
2023-06-13Merge branch 'kh/keep-tag-editmsg-upon-failure'Junio C Hamano
2023-06-03diff: factor out --follow pathspec checkJeff King
2023-06-03surround %s with quotes when failed to lookup commitTeng Long
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye
2023-05-26config: pass 'repo' directly to 'config_with_options()'Victoria Dye
2023-05-24builtin/submodule--helper.c: handle missing submodule URLsTaylor Blau
2023-05-23ls-files: align format atoms with ls-treeZheNing Hu
2023-05-19format-patch: free elements of rev.ref_message_ids listJeff King
2023-05-19format-patch: free rev.message_id when exitingJeff King
2023-05-18diff-tree: integrate with sparse indexShuqi Liang
2023-05-17Merge branch 'jc/attr-source-tree'Junio C Hamano
2023-05-17fetch: use `fetch_config` to store "submodule.fetchJobs" valuePatrick Steinhardt
2023-05-17fetch: use `fetch_config` to store "fetch.parallel" valuePatrick Steinhardt
2023-05-17fetch: use `fetch_config` to store "fetch.recurseSubmodules" valuePatrick Steinhardt
2023-05-17fetch: use `fetch_config` to store "fetch.showForcedUpdates" valuePatrick Steinhardt
2023-05-17fetch: use `fetch_config` to store "fetch.pruneTags" valuePatrick Steinhardt
2023-05-17fetch: use `fetch_config` to store "fetch.prune" valuePatrick Steinhardt
2023-05-17fetch: pass through `fetch_config` directlyPatrick Steinhardt
2023-05-17fetch: drop unneeded NULL-check for `remote_ref`Patrick Steinhardt
2023-05-17fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum valuePatrick Steinhardt
2023-05-16tag: keep the message file in case ref transaction failsKristoffer Haugsbakk
2023-05-15Merge branch 'ps/fetch-output-format'Junio C Hamano
2023-05-15Merge branch 'sl/diff-files-sparse'Junio C Hamano
2023-05-15Merge branch 'ds/merge-tree-use-config'Junio C Hamano
2023-05-15Merge branch 'tl/push-branches-is-an-alias-for-all'Junio C Hamano
2023-05-15Merge branch 'jc/name-rev-deprecate-stdin-further'Junio C Hamano
2023-05-15Merge branch 'ds/fsck-bitmap'Junio C Hamano
2023-05-15Merge branch 'rj/branch-unborn-in-other-worktrees'Junio C Hamano
2023-05-13pack-refs: teach pack-refs --include optionJohn Cai
2023-05-13pack-refs: teach --exclude option to exclude refs from being packedJohn Cai
2023-05-10merge-tree: load default git configDerrick Stolee