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-07-10Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-07-10Merge branch 'jk/oidhash'Junio C Hamano
2019-07-10Merge branch 'jk/delta-islands-progress-fix'Junio C Hamano
2019-07-10Merge branch 'nd/fetch-multi-gc-once'Junio C Hamano
2019-07-10Merge branch 'es/rev-list-no-object-names'Junio C Hamano
2019-07-10Merge branch 'pw/rebase-abort-clean-rewritten'Junio C Hamano
2019-07-10Merge branch 'tg/stash-ref-by-index-fix'Junio C Hamano
2019-07-10Merge branch 'jk/trailers-use-config'Junio C Hamano
2019-07-10Merge branch 'rs/avoid-overflow-in-midpoint-computation'Junio C Hamano
2019-07-10Merge branch 'ds/close-object-store'Junio C Hamano
2019-07-10Merge branch 'ds/commit-graph-write-refactor'Junio C Hamano
2019-07-10Merge branch 'tm/tag-gpgsign-config'Junio C Hamano
2019-07-10Merge branch 'fc/fetch-with-import-fix'Junio C Hamano
2019-07-10Merge branch 'po/doc-branch'Junio C Hamano
2019-07-10Merge branch 'nb/branch-show-other-worktrees-head'Junio C Hamano
2019-07-09builtin/merge.c - cleanup of code in for-cycle that tests strategiesEdmundo Carmona Antoranz
2019-07-02cherry-pick/revert: advise using --skipRohit Ashiwal
2019-07-02cherry-pick/revert: add --skip optionRohit Ashiwal
2019-07-01repack: disable bitmaps-by-default if .keep files existEric Wong
2019-07-01object-store.h: move for_each_alternate_ref() from transport.hJeff King
2019-07-01rebase --am: ignore rebase.rescheduleFailedExecJohannes Schindelin
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy
2019-06-27tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy
2019-06-27sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy
2019-06-25submodule foreach: fix recursion of optionsMorian Sonnet
2019-06-21Merge branch 'jt/partial-clone-missing-ref-delta-base'Junio C Hamano
2019-06-21env--helper: new undocumented builtin wrapping git_env_*()Ævar Arnfjörð Bjarmason
2019-06-21pull: add --[no-]show-forced-updates passthroughDerrick Stolee
2019-06-21fetch: warn about forced updates in branch listingDerrick Stolee
2019-06-21fetch: add --[no-]show-forced-updates argumentDerrick Stolee
2019-06-21status: ignore status.aheadbehind in porcelain formatsJeff Hostetler
2019-06-21status: add status.aheadbehind settingJeff Hostetler
2019-06-21cache-tree/blame: avoid reusing the DEBUG constantJeff Hostetler
2019-06-20switch: allow to switch in the middle of bisectNguyễn Thái Ngọc Duy
2019-06-20delta-islands: respect progress flagJeff King
2019-06-20rev-list: teach --no-object-names to enable pipingEmily Shaffer
2019-06-20hashmap: convert sha1hash() to oidhash()Jeff King
2019-06-20object: convert lookup_object() to use object_idJeff King
2019-06-20object: convert lookup_unknown_object() to use object_idJeff King
2019-06-20pack-objects: convert packlist_find() to use object_idJeff King
2019-06-20describe: fix accidental oid/hash type-punningJeff King
2019-06-20fetch: only run 'gc' once when fetching multiple remotesNguyễn Thái Ngọc Duy
2019-06-20commit-graph: verify chains with --shallow modeDerrick Stolee
2019-06-20commit-graph: create options for split filesDerrick Stolee
2019-06-20commit-graph: add --split option to builtinDerrick Stolee
2019-06-20stash: fix show referencing stash indexThomas Gummerer
2019-06-19verify-tag: drop signal.h includeJeff King
2019-06-19interpret-trailers: load default configJeff King
2019-06-17Merge branch 'xl/record-partial-clone-origin'Junio C Hamano
2019-06-17Merge branch 'js/fsmonitor-unflake'Junio C Hamano