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
2020-09-27shortlog: de-duplicate trailer valuesJeff King
2020-09-27shortlog: match commit trailers with --groupJeff King
2020-09-27shortlog: add grouping optionJeff King
2020-09-26Seventeenth batchJunio C Hamano
2020-09-26Merge branch 'jx/proc-receive-hook'Junio C Hamano
2020-09-26Merge branch 'ds/maintenance-part-1'Junio C Hamano
2020-09-25protocol: re-enable v2 protocol by defaultJeff King
2020-09-25maintenance: add incremental-repack auto conditionDerrick Stolee
2020-09-25maintenance: add incremental-repack taskDerrick Stolee
2020-09-25midx: enable core.multiPackIndex by defaultDerrick Stolee
2020-09-25maintenance: create auto condition for loose-objectsDerrick Stolee
2020-09-25maintenance: add loose-objects taskDerrick Stolee
2020-09-25maintenance: add prefetch taskDerrick Stolee
2020-09-22Sixteenth batchJunio C Hamano
2020-09-22Merge branch 'al/ref-filter-merged-and-no-merged'Junio C Hamano
2020-09-22Merge branch 'cd/commit-graph-doc'Junio C Hamano
2020-09-22Merge branch 'ls/mergetool-meld-auto-merge'Junio C Hamano
2020-09-22Merge branch 'hn/refs-trace-backend'Junio C Hamano
2020-09-22Merge branch 'jt/threaded-index-pack'Junio C Hamano
2020-09-21docs: explain how to deal with files that are always modifiedbrian m. carlson
2020-09-21docs: explain why reverts are not always applied on mergebrian m. carlson
2020-09-21docs: explain why squash merges are broken with long-running branchesbrian m. carlson
2020-09-20archive: add --add-fileRené Scharfe
2020-09-19Fifteenth batchJunio C Hamano
2020-09-19Merge branch 'es/wt-add-detach'Junio C Hamano
2020-09-19Doc: prefer more specific file nameAaron Lipman
2020-09-18commit-graph: introduce 'commitGraph.maxNewFilters'Taylor Blau
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau
2020-09-18bloom: encode out-of-bounds filters as non-emptyTaylor Blau
2020-09-17maintenance: add auto condition for commit-graph taskDerrick Stolee
2020-09-17maintenance: create maintenance.<task>.enabled configDerrick Stolee
2020-09-17maintenance: add --task optionDerrick Stolee
2020-09-17maintenance: add commit-graph taskDerrick Stolee
2020-09-17maintenance: replace run_auto_gc()Derrick Stolee
2020-09-17maintenance: add --quiet optionDerrick Stolee
2020-09-17maintenance: create basic maintenance runnerDerrick Stolee
2020-09-17mergetool: allow auto-merge for meld to follow the vim-diff behaviorLin Sun
2020-09-16ref-filter: allow merged and no-merged filtersAaron Lipman
2020-09-16Doc: cover multiple contains/no-contains filtersAaron Lipman
2020-09-16commit-graph-format.txt: fix no-parent valueConor Davis
2020-09-09Fourteenth batchJunio C Hamano
2020-09-09Merge branch 'pb/imap-send-updates'Junio C Hamano
2020-09-09Merge branch 'hv/ref-filter-misc'Junio C Hamano
2020-09-09Merge branch 'es/worktree-repair'Junio C Hamano
2020-09-09refs: add GIT_TRACE_REFS debugging mechanismHan-Wen Nienhuys
2020-09-09commit-graph: respect 'commitGraph.readChangedPaths'Taylor Blau
2020-09-07git-worktree.txt: discuss branch-based vs. throwaway worktreesEric Sunshine
2020-09-07worktree: teach `add` to recognize -d as shorthand for --detachEric Sunshine
2020-09-07git-checkout.txt: document -d short option for --detachEric Sunshine
2020-09-03Thirteenth batchJunio C Hamano