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
2022-07-15mingw: avoid mktemp() in mkstemp() implementationRené Scharfe
2022-07-15setup.c: create `safe.bareRepository`Glen Choo
2022-07-15safe.directory: use git_protected_config()Glen Choo
2022-07-15config: learn `git_protected_config()`Glen Choo
2022-07-15Documentation: define protected configurationGlen Choo
2022-07-15Documentation/git-config.txt: add SCOPES sectionGlen Choo
2022-07-15The third batchJunio C Hamano
2022-07-15Merge branch 'ab/submodule-cleanup'Junio C Hamano
2022-07-15Merge branch 'sy/mv-out-of-cone'Junio C Hamano
2022-07-15Merge branch 'hx/unpack-streaming'Junio C Hamano
2022-07-15Merge branch 'en/merge-tree'Junio C Hamano
2022-07-15Merge branch 'gg/worktree-from-the-above'Junio C Hamano
2022-07-14shortlog: use a stable sortJohannes Schindelin
2022-07-14mergetool(vimdiff): allow paths to contain spaces againJohannes Schindelin
2022-07-14tests: fix incorrect --write-junit-xml codeJohannes Schindelin
2022-07-14The second batchJunio C Hamano
2022-07-14Merge branch 'ds/git-rebase-doc-markup'Junio C Hamano
2022-07-14Merge branch 'tk/rev-parse-doc-clarify-at-u'Junio C Hamano
2022-07-14Merge branch 'cl/grep-max-count'Junio C Hamano
2022-07-14Merge branch 'dr/i18n-die-warn-error-usage'Junio C Hamano
2022-07-14Merge branch 'zk/push-use-bitmaps'Junio C Hamano
2022-07-14Merge branch 'jk/remote-show-with-negative-refspecs'Junio C Hamano
2022-07-14Merge branch 'ro/mktree-allow-missing-fix'Junio C Hamano
2022-07-14Merge branch 'll/ls-files-tests-update'Junio C Hamano
2022-07-14Merge branch 'ab/test-quoting-fix'Junio C Hamano
2022-07-14Merge branch 'ds/t5510-brokequote'Junio C Hamano
2022-07-14Merge branch 'tb/pack-objects-remove-pahole-comment'Junio C Hamano
2022-07-14Merge branch 'en/t6429-test-must-be-empty-fix'Junio C Hamano
2022-07-12t5330: remove run_with_limited_processses()Han Xin
2022-07-12diff-files: move misplaced cleanup labelJeff King
2022-07-12fsck: do not dereference NULL while checking resolve-undo dataJunio C Hamano
2022-07-12Sync with Git 2.37.1Junio C Hamano
2022-07-12The first batch after Git 2.37Junio C Hamano
2022-07-12Merge branch 'ds/vscode-settings'Junio C Hamano
2022-07-12Merge branch 'cr/setup-bug-typo'Junio C Hamano
2022-07-12Merge branch 'rs/archive-with-internal-gzip'Junio C Hamano
2022-07-12Merge branch 'ds/branch-checked-out'Junio C Hamano
2022-07-12Merge branch 'jk/optim-promisor-object-enumeration'Junio C Hamano
2022-07-12Merge branch 'ac/bitmap-format-doc'Junio C Hamano
2022-07-12Merge branch 'pb/diff-doc-raw-format'Junio C Hamano
2022-07-12Merge branch 'jk/revisions-doc-markup-fix'Junio C Hamano
2022-07-12Merge branch 'rs/combine-diff-with-incompatible-options'Junio C Hamano
2022-07-12ref-filter: disable save_commit_buffer while traversingJeff King
2022-07-11clone: move unborn head creation to update_head()Jeff King
2022-07-11remote-curl: send Accept-Language header to serverLi Linchao
2022-07-11gpg-interface: add function for converting trust level to stringJaydeep Das
2022-07-11multi-pack-index: simplify handling of unknown --optionsSZEDER Gábor
2022-07-11cocci: avoid normalization rules for memcpyRené Scharfe
2022-07-11sha256: add support for Nettlebrian m. carlson
2022-07-10builtin/mv.c: use the MOVE_ARRAY() macro instead of memmove()Junio C Hamano