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-31Merge branch 'vd/stash-silence-reset'Junio C Hamano
2022-03-29Merge branch 'jc/rebase-detach-fix'Junio C Hamano
2022-03-26Merge branch 'gc/recursive-fetch-with-unused-submodules'Junio C Hamano
2022-03-26Merge branch 'ns/core-fsyncmethod'Junio C Hamano
2022-03-24reset: show --no-refresh in the short-helpJunio C Hamano
2022-03-24reset: remove 'reset.refresh' config optionVictoria Dye
2022-03-24reset: remove 'reset.quiet' config optionVictoria Dye
2022-03-24reset: do not make '--quiet' disable index refreshVictoria Dye
2022-03-24Merge branch 'jc/cat-file-batch-default-format-optim'Junio C Hamano
2022-03-24Merge branch 'ps/repack-with-server-info'Junio C Hamano
2022-03-24Merge branch 'ep/remove-duplicated-includes'Junio C Hamano
2022-03-24Merge branch 'jk/name-rev-w-genno'Junio C Hamano
2022-03-24Merge branch 'gc/submodule-update-part1'Junio C Hamano
2022-03-22Merge branch 'ds/partial-bundles'Junio C Hamano
2022-03-18rebase: set REF_HEAD_DETACH in checkout_up_to_date()John Cai
2022-03-17Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano
2022-03-17Merge branch 'ab/racy-hooks'Junio C Hamano
2022-03-17Merge branch 'jc/stash-drop'Junio C Hamano
2022-03-17Merge branch 'tb/rename-remote-progress'Junio C Hamano
2022-03-17Merge branch 'vd/sparse-read-tree'Junio C Hamano
2022-03-17Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-03-17Merge branch 'mf/fix-type-in-config-h'Junio C Hamano
2022-03-17Merge branch 'ps/fetch-mirror-optim'Junio C Hamano
2022-03-17fetch: fetch unpopulated, changed submodulesGlen Choo
2022-03-15cat-file: skip expanding default formatJohn Cai
2022-03-15stash: make internal resets quiet and refresh indexVictoria Dye
2022-03-15reset: suppress '--no-refresh' advice if logging is silencedVictoria Dye
2022-03-15reset: replace '--quiet' with '--no-refresh' in performance adviceVictoria Dye
2022-03-15reset: introduce --[no-]refresh option to --mixedVictoria Dye
2022-03-15reset: revise index refresh adviceVictoria Dye
2022-03-15repack: add config to skip updating server infoPatrick Steinhardt
2022-03-15repack: refactor to avoid double-negation of update-server-infoPatrick Steinhardt
2022-03-14Merge branch 'ab/plug-random-leaks'Junio C Hamano
2022-03-14Merge branch 'gc/parse-tree-indirect-errors'Junio C Hamano
2022-03-14Merge branch 'ps/fetch-atomic'Junio C Hamano
2022-03-14builtin/stash.c: delete duplicate includeElia Pinto
2022-03-14builtin/sparse-checkout.c: delete duplicate includeElia Pinto
2022-03-14builtin/gc.c: delete duplicate includeElia Pinto
2022-03-13name-rev: use generation numbers if availableJacob Keller
2022-03-11core.fsync: introduce granular fsync control infrastructureNeeraj Singh
2022-03-10Merge branch 'ab/help-fixes'Junio C Hamano
2022-03-10Merge branch 'jc/cat-file-batch-commands'Junio C Hamano
2022-03-09clone: fail gracefully when cloning filtered bundleDerrick Stolee
2022-03-09rev-list: move --filter parsing into revision.cDerrick Stolee
2022-03-09list-objects: consolidate traverse_commit_list[_filtered]Derrick Stolee
2022-03-09pack-bitmap: drop filter in prepare_bitmap_walk()Derrick Stolee
2022-03-09pack-objects: use rev.filter when possibleDerrick Stolee
2022-03-09revision: put object filter into struct rev_infoDerrick Stolee
2022-03-08hooks: fix an obscure TOCTOU "did we just run a hook?" raceÆvar Arnfjörð Bjarmason
2022-03-08merge: don't run post-hook logic on --no-verifyÆvar Arnfjörð Bjarmason