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-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason
2022-03-07gettext API users: don't explicitly cast ngettext()'s "n"Ævar Arnfjörð Bjarmason
2022-03-07Merge branch 'jt/ls-files-stage-recurse'Junio C Hamano
2022-03-07Merge branch 'gc/stash-on-branch-with-multi-level-name'Junio C Hamano
2022-03-07Merge branch 'ah/advice-switch-requires-detach-to-detach'Junio C Hamano
2022-03-07Merge branch 'ab/c99-designated-initializers'Junio C Hamano
2022-03-07Merge branch 'mc/index-pack-report-max-size'Junio C Hamano
2022-03-07Merge branch 'ac/usage-string-fixups'Junio C Hamano
2022-03-07Merge branch 'ds/worktree-docs'Junio C Hamano
2022-03-07Merge branch 'rs/bisect-executable-not-found'Junio C Hamano
2022-03-07Merge branch 'en/sparse-checkout-fixes'Junio C Hamano
2022-03-05submodule--helper update-clone: check for --filter and --initGlen Choo
2022-03-05submodule--helper: remove ensure-core-worktreeGlen Choo
2022-03-05submodule--helper update-clone: learn --initGlen Choo
2022-03-05submodule--helper: allow setting superprefix for init_submodule()Atharva Raykar
2022-03-05submodule--helper: refactor get_submodule_displaypath()Atharva Raykar
2022-03-05submodule--helper run-update-procedure: learn --remoteGlen Choo
2022-03-05submodule--helper: don't use bitfield indirection for parse_options()Ævar Arnfjörð Bjarmason
2022-03-05submodule--helper: get remote names from any repositoryAtharva Raykar
2022-03-05submodule--helper run-update-procedure: remove --suboidGlen Choo
2022-03-05submodule--helper: reorganize code for sh to C conversionGlen Choo
2022-03-05submodule--helper: remove update-module-modeGlen Choo
2022-03-05lockfile API users: simplify and don't leak "path"Ævar Arnfjörð Bjarmason
2022-03-05commit-graph: fix memory leak in misused string_list APIÆvar Arnfjörð Bjarmason
2022-03-05submodule--helper: fix trivial leak in module_add()Ævar Arnfjörð Bjarmason
2022-03-05bundle: call strvec_clear() on allocated strvecÆvar Arnfjörð Bjarmason
2022-03-05urlmatch.c: add and use a *_release() functionÆvar Arnfjörð Bjarmason
2022-03-05merge-base: free() allocated "struct commit **" listÆvar Arnfjörð Bjarmason
2022-03-05index-pack: fix memory leaksÆvar Arnfjörð Bjarmason
2022-03-04config: correct "--type" option in "git config -h" outputMatheus Felipe
2022-03-04builtin/remote.c: show progress when renaming remote referencesTaylor Blau
2022-03-04builtin/remote.c: parse options in 'rename'Taylor Blau
2022-03-03stash: call reflog_delete() in reflog.cJohn Cai
2022-03-03reflog: libify delete reflog function and helpersJohn Cai
2022-03-02checkout, clone: die if tree cannot be parsedGlen Choo
2022-03-01read-tree: make three-way merge sparse-awareVictoria Dye
2022-03-01read-tree: make two-way merge sparse-awareVictoria Dye
2022-03-01read-tree: narrow scope of index expansion for '--prefix'Victoria Dye
2022-03-01read-tree: integrate with sparse indexVictoria Dye
2022-03-01read-tree: explicitly disallow prefixes with a leading '/'Victoria Dye
2022-03-01remote: read symbolic refs via `refs_read_symbolic_ref()`Patrick Steinhardt
2022-03-01fetch: avoid lookup of commits when not appending to FETCH_HEADPatrick Steinhardt
2022-03-01Merge branch 'ps/fetch-atomic' into ps/fetch-mirror-optimJunio C Hamano
2022-02-26switch: mention the --detach option when dying due to lack of a branchAlex Henrie
2022-02-26object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason
2022-02-26object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2022-02-26object API: rename hash_object_file_literally() to write_*()Ævar Arnfjörð Bjarmason
2022-02-26object-file API: split up and simplify check_object_signature()Ævar Arnfjörð Bjarmason
2022-02-26object API users + docs: check <0, not !0 with check_object_signature()Ævar Arnfjörð Bjarmason
2022-02-26object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason