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
2019-12-07name-rev: use sizeof(*ptr) instead of sizeof(type) in allocationSZEDER Gábor
2019-12-07name-rev: avoid unnecessary cast in name_ref()SZEDER Gábor
2019-12-07name-rev: use strbuf_strip_suffix() in get_rev_name()René Scharfe
2019-12-06range-diff: clear `other_arg` at end of functionDenton Liu
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06submodule: defend against submodule.update = !command in .gitmodulesJonathan Nieder
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05Merge branch 'mg/submodule-status-from-a-subdirectory'Junio C Hamano
2019-12-05Merge branch 'nl/reset-patch-takes-a-tree'Junio C Hamano
2019-12-05Merge branch 'jk/fail-show-toplevel-outside-working-tree'Junio C Hamano
2019-12-05Merge branch 'sg/unpack-progress-throughput'Junio C Hamano
2019-12-05Merge branch 'dl/range-diff-with-notes'Junio C Hamano
2019-12-05Merge branch 'js/builtin-add-i'Junio C Hamano
2019-12-05Disallow dubiously-nested submodule git directoriesJohannes Schindelin
2019-12-05rebase: fix format.useAutoBase breakageDenton Liu
2019-12-05format-patch: teach --no-baseDenton Liu
2019-12-05format-patch: fix indentationDenton Liu
2019-12-04checkout, restore: support the --pathspec-from-file optionAlexandr Miloslavskiy
2019-12-04add: support the --pathspec-from-file optionAlexandr Miloslavskiy
2019-12-04cmd_add: prepare for next patchAlexandr Miloslavskiy
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin
2019-12-03submodule--helper: advise on fatal alternate errorJonathan Tan
2019-12-01Merge branch 'ds/test-read-graph'Junio C Hamano
2019-12-01Merge branch 'jt/fetch-remove-lazy-fetch-plugging'Junio C Hamano
2019-12-01Merge branch 'tg/stash-refresh-index'Junio C Hamano
2019-12-01Merge branch 'rj/bundle-ui-updates'Junio C Hamano
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano
2019-12-01Merge branch 'js/fetch-multi-lockfix'Junio C Hamano
2019-12-01Merge branch 'rt/fetch-message-fix'Junio C Hamano
2019-12-01Merge branch 'pb/no-recursive-reset-hard-in-worktree-add'Junio C Hamano
2019-12-01Merge branch 'sg/blame-indent-heuristics-is-now-the-default'Junio C Hamano
2019-12-01Merge branch 'mr/clone-dir-exists-to-path-exists'Junio C Hamano
2019-12-01Merge branch 'jk/cleanup-object-parsing-and-fsck'Junio C Hamano
2019-12-01gpg-interface: prefer check_signature() for GPG verificationHans Jerry Illikainen
2019-11-27name-rev: use skip_prefix() instead of starts_with()René Scharfe
2019-11-27push: use skip_prefix() instead of starts_with()René Scharfe
2019-11-27fmt-merge-msg: use skip_prefix() instead of starts_with()René Scharfe
2019-11-27fetch: use skip_prefix() instead of starts_with()René Scharfe
2019-11-25rebase -i: finishing touches to --reset-author-dateJunio C Hamano
2019-11-25submodule: fix 'submodule status' when called from a subdirectoryManish Goregaokar
2019-11-25rebase: fill `squash_onto' in get_replay_opts()Alban Gruin
2019-11-25reset: parse rev as tree-ish in patch modeNika Layzell