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-10-30Merge branch 'md/filter-trees'Junio C Hamano
2018-10-29Merge branches 'bp/reset-quiet' and 'js/mingw-http-ssl' into nd/config-splitJunio C Hamano
2018-10-26Merge branch 'rv/alias-help'Junio C Hamano
2018-10-26archive: initialize archivers earlierJosh Steadmon
2018-10-25repack -ad: prune the list of shallow commitsJohannes Schindelin
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin
2018-10-24rebase --autostash: fix issue with dirty submodulesJohannes Schindelin
2018-10-24reset: warn when refresh_index() takes more than 2 secondsBen Peart
2018-10-24reset: add new reset.quiet config settingBen Peart
2018-10-24reset: don't compute unstaged changes after reset when --quietBen Peart
2018-10-23exclude-promisor-objects: declare when option is allowedMatthew DeVore
2018-10-23rebase (autostash): use an explicit OID to apply the stashJohannes Schindelin
2018-10-23rebase (autostash): store the full OID in <state-dir>/autostashJohannes Schindelin
2018-10-23rebase (autostash): avoid duplicate call to state_dir_path()Johannes Schindelin
2018-10-22reflog expire: cover reflog from all worktreesNguyễn Thái Ngọc Duy
2018-10-22fsck: check HEAD and reflog from other worktreesNguyễn Thái Ngọc Duy
2018-10-22fsck: move fsck_head_link() to get_default_heads() to avoid some globalsElijah Newren
2018-10-22worktree: add per-worktree config filesNguyễn Thái Ngọc Duy
2018-10-22submodule.c: remove some of the_repository referencesNguyễn Thái Ngọc Duy
2018-10-22multi-pack-index: define GIT_TEST_MULTI_PACK_INDEXDerrick Stolee
2018-10-22midx: close multi-pack-index on repackDerrick Stolee
2018-10-19receive: denyCurrentBranch=updateinstead should not blindly updateJunio C Hamano
2018-10-19pack-objects (mingw): initialize `packing_data` mutex in the correct spotJohannes Schindelin
2018-10-19Merge branch 'tb/filter-alternate-refs'Junio C Hamano
2018-10-19Merge branch 'jt/avoid-ls-refs'Junio C Hamano
2018-10-19Merge branch 'ds/commit-graph-leakfix'Junio C Hamano
2018-10-19Merge branch 'rs/grep-no-recursive'Junio C Hamano
2018-10-19Merge branch 'nd/help-commands-verbose-by-default'Junio C Hamano
2018-10-19Merge branch 'jt/fetch-tips-in-partial-clone'Junio C Hamano
2018-10-19Merge branch 'nd/status-refresh-progress'Junio C Hamano
2018-10-19Merge branch 'ss/wt-status-committable'Junio C Hamano
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-10-19ls-remote: release memory instead of UNLEAKOlga Telezhnaya
2018-10-18builtin/submodule--helper: remove debugging leftover tracingStefan Beller
2018-10-18branch: trivial style fixTao Qingyun
2018-10-18submodule helper: convert relative URL to absolute URL if neededStefan Beller
2018-10-18builtin/branch.c: remove useless branch_getTao Qingyun
2018-10-16Merge branch 'jk/oideq-hasheq-cleanup'Junio C Hamano
2018-10-16Merge branch 'en/status-multiple-renames-to-the-same-target-fix'Junio C Hamano
2018-10-16Merge branch 'jk/check-everything-connected-is-long-gone'Junio C Hamano
2018-10-16Merge branch 'jn/gc-auto'Junio C Hamano
2018-10-16Merge branch 'jn/gc-auto-prep'Junio C Hamano
2018-10-16Merge branch 'jk/delta-islands-with-bitmap-reuse-delta-fix'Junio C Hamano
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano
2018-10-16Merge branch 'ab/commit-graph-progress'Junio C Hamano
2018-10-15builtin/fetch-pack: remove constants with parse_oid_hexbrian m. carlson
2018-10-15builtin/mktree: remove hard-coded constantbrian m. carlson
2018-10-15builtin/repack: replace hard-coded constantsbrian m. carlson
2018-10-11rebase: fix typoes in error messagesJunio C Hamano
2018-10-11rebase: default to using the builtin rebasePratik Karki