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
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-08Merge branch 'ot/libify-get-ref-atom-value'Junio C Hamano
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano
2018-04-25Merge branch 'sb/filenames-with-dashes'Junio C Hamano
2018-04-25Merge branch 'jk/ref-array-push'Junio C Hamano
2018-04-25Merge branch 'bw/commit-partial-from-subdirectory-fix'Junio C Hamano
2018-04-11sha1_file.c: rename to use dash in file nameStefan Beller
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-04-11Merge branch 'rs/status-with-removed-submodule'Junio C Hamano
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-04-11commit-graph: implement "--append" optionDerrick Stolee
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee
2018-04-10Merge branch 'ps/contains-id-error-message'Junio C Hamano
2018-04-10Merge branch 'nd/worktree-prune'Junio C Hamano
2018-04-10Merge branch 'bc/object-id'Junio C Hamano
2018-04-10Merge branch 'ma/shortlog-revparse'Junio C Hamano
2018-04-09ref-filter: use "struct object_id" consistentlyJeff King
2018-04-05commit: allow partial commits with relative pathsBrandon Williams
2018-04-03commit-graph: implement git-commit-graph writeDerrick Stolee
2018-04-03commit-graph: create git-commit-graph builtinDerrick Stolee
2018-04-03csum-file: refactor finalize_hashfile() methodDerrick Stolee
2018-04-03csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee
2018-03-30ref-filter: start adding strbufs with errorsOlga Telezhnaya
2018-03-29submodule: fixup nested submodules after moving the submoduleStefan Beller
2018-03-29submodule-config: add repository argument to submodule_from_{name, path}Stefan Beller
2018-03-29submodule-config: allow submodule_free to handle arbitrary repositoriesStefan Beller
2018-03-29grep: remove "repo" arg from non-supporting funcsJonathan Tan
2018-03-29submodule: check for NULL return of get_submodule_ref_store()René Scharfe
2018-03-28Merge branch 'pc/submodule-helper'Junio C Hamano
2018-03-28submodule deinit: handle non existing pathspecs gracefullyStefan Beller
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy
2018-03-26packfile: add repository argument to reprepare_packed_gitStefan Beller
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller
2018-03-26sha1_file: add repository argument to prepare_alt_odbStefan Beller
2018-03-26object-store: close all packs upon clearing the object storeStefan Beller
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller
2018-03-23object-store: move alt_odb_list and alt_odb_tail to object storeStefan Beller
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller
2018-03-23repository: introduce raw object store fieldStefan Beller
2018-03-23Merge branch 'jk/cached-commit-buffer' into maintJunio C Hamano
2018-03-23Merge branch 'sm/mv-dry-run-update' into maintJunio C Hamano
2018-03-23Merge branch 'jc/worktree-add-short-help' into maintJunio C Hamano
2018-03-23Merge branch 'rs/describe-unique-abbrev' into maintJunio C Hamano
2018-03-23Merge branch 'jt/fsck-code-cleanup' into maintJunio C Hamano
2018-03-22parse-options: do not show usage upon invalid option valuePaul-Sebastian Ungureanu
2018-03-21Merge branch 'rj/warning-uninitialized-fix'Junio C Hamano