Show patches with: none      |   43918 patches
« 1 2 ... 271 272 273439 440 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v4,10/15] reftable: read reftable files reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,09/15] reftable: write reftable files reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,08/15] reftable: a generic binary tree implementation reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,07/15] reftable: reading/writing blocks reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,06/15] reftable: (de)serialization for the polymorphic record type. reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,05/15] reftable: add blocksource, an abstraction for random access reads reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,04/15] reftable: utility functions reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,03/15] reftable: add error related functionality reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,02/15] reftable: add LICENSE reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,01/15] init-db: set the_repository->hash_algo early on reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,6/6] config: allow specifying config entries via envvar pairs config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4,5/6] config: refactor parsing of GIT_CONFIG_PARAMETERS config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4,4/6] config: extract function to parse config pairs config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4,3/6] environment: make `getenv_safe()` non-static config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4,2/6] config: add new way to pass config via `--config-env` config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4,1/6] git: add `--super-prefix` to usage string config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4] submodules: fix of regression on fetching of non-init subsub-repo [v4] submodules: fix of regression on fetching of non-init subsub-repo - 1 - --- 2020-12-09 Peter Kaestle Accepted
doc: 'T' status code for git status doc: 'T' status code for git status - - - --- 2020-12-09 Julien Richard Superseded
[v2,2/2] contrib: vim: add sharness syntax file vim: configuration and sharness syntax - - - --- 2020-12-09 Felipe Contreras New
[v2,1/2] Add project-wide .vimrc configuration vim: configuration and sharness syntax - - - --- 2020-12-09 Felipe Contreras New
Add project-wide .vimrc configuration Add project-wide .vimrc configuration - - - --- 2020-12-09 Felipe Contreras New
[v3] t7064: avoid relying on a specific default branch name [v3] t7064: avoid relying on a specific default branch name - - - --- 2020-12-08 Junio C Hamano Accepted
[v3,5/5] Makefile: don't use a versioned temp distribution directory speed up 'make clean' - - - --- 2020-12-08 Ramsay Jones Accepted
[v3,4/5] Makefile: don't try to clean old debian build product speed up 'make clean' - - - --- 2020-12-08 Ramsay Jones Accepted
[v3,3/5] gitweb/Makefile: conditionally include ../GIT-VERSION-FILE speed up 'make clean' - - - --- 2020-12-08 Ramsay Jones Accepted
[v3,2/5] Documentation/Makefile: conditionally include ../GIT-VERSION-FILE speed up 'make clean' - - - --- 2020-12-08 Ramsay Jones Accepted
[v3,1/5] Documentation/Makefile: conditionally include doc.dep speed up 'make clean' - - - --- 2020-12-08 Ramsay Jones Accepted
[v4,24/24] pack-bitmap-write: better reuse bitmaps pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,23/24] pack-bitmap-write: relax unique revwalk condition pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,22/24] pack-bitmap-write: use existing bitmaps pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,21/24] pack-bitmap: factor out 'add_commit_to_bitmap()' pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,20/24] pack-bitmap: factor out 'bitmap_for_commit()' pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,19/24] pack-bitmap-write: ignore BITMAP_FLAG_REUSE pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,18/24] pack-bitmap-write: build fewer intermediate bitmaps pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,17/24] pack-bitmap.c: check reads more aggressively when loading pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,16/24] pack-bitmap-write: rename children to reverse_edges pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,15/24] t5310: add branch-based checks pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,14/24] commit: implement commit_list_contains() pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,13/24] bitmap: implement bitmap_is_subset() pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,12/24] pack-bitmap-write: fill bitmap with commit history pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,11/24] pack-bitmap-write: pass ownership of intermediate bitmaps pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,10/24] pack-bitmap-write: reimplement bitmap writing pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,09/24] ewah: add bitmap_dup() function pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,08/24] ewah: implement bitmap_or() pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,07/24] ewah: make bitmap growth less aggressive pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,06/24] ewah: factor out bitmap growth pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,05/24] rev-list: die when --test-bitmap detects a mismatch pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,04/24] t5310: drop size of truncated ewah bitmap pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,03/24] pack-bitmap: bounds-check size of cache extension pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,02/24] pack-bitmap: fix header size check pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
[v4,01/24] ewah/ewah_bitmap.c: avoid open-coding ALLOC_GROW() pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau New
worktree: teach `repair` to fix multi-directional breakage worktree: teach `repair` to fix multi-directional breakage - - - --- 2020-12-08 Eric Sunshine New
[v3] submodules: fix of regression on fetching of non-init subsub-repo [v3] submodules: fix of regression on fetching of non-init subsub-repo - - - --- 2020-12-08 Peter Kaestle Superseded
Cloning empty repository uses locally configured default branch name Cloning empty repository uses locally configured default branch name - - - --- 2020-12-08 Jonathan Tan New
[v4,19/19] future: pull: enable ff-only mode by default [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,18/19] pull: advice of future changes [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,17/19] pull: add pull.mode=ff-only [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,16/19] pull: add pull.mode [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,15/19] pull: trivial memory fix [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,14/19] test: pull-options: revert unnecessary changes [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,13/19] test: merge-pull-config: trivial cleanup [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,12/19] pull: move configurations fetches [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,11/19] rebase: add REBASE_DEFAULT [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,10/19] pull: show warning with --ff [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,09/19] pull: introduce --merge option [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,08/19] pull: trivial whitespace style fix [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,07/19] pull: display default warning only when non-ff [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,06/19] pull: move default warning [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,05/19] pull: trivial cleanup [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,04/19] pull: cleanup autostash check [v4,01/19] doc: pull: explain what is a fast-forward - 1 - --- 2020-12-08 Felipe Contreras New
[v4,03/19] pull: refactor fast-forward check [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,02/19] pull: improve default warning [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,01/19] doc: pull: explain what is a fast-forward [v4,01/19] doc: pull: explain what is a fast-forward - - - --- 2020-12-08 Felipe Contreras New
[v4,00/19] pull: default ff-only mode - - - --- 2020-12-08 Felipe Contreras New
[v3,24/24] pack-bitmap-write: better reuse bitmaps pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,23/24] pack-bitmap-write: relax unique rewalk condition pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,22/24] pack-bitmap-write: use existing bitmaps pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,21/24] pack-bitmap: factor out 'add_commit_to_bitmap()' pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,20/24] pack-bitmap: factor out 'bitmap_for_commit()' pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,19/24] pack-bitmap-write: ignore BITMAP_FLAG_REUSE pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,18/24] pack-bitmap-write: build fewer intermediate bitmaps pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,17/24] pack-bitmap.c: check reads more aggressively when loading pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,16/24] pack-bitmap-write: rename children to reverse_edges pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,15/24] t5310: add branch-based checks pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,14/24] commit: implement commit_list_contains() pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,13/24] bitmap: implement bitmap_is_subset() pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,12/24] pack-bitmap-write: fill bitmap with commit history pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,11/24] pack-bitmap-write: pass ownership of intermediate bitmaps pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,10/24] pack-bitmap-write: reimplement bitmap writing pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,09/24] ewah: add bitmap_dup() function pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,08/24] ewah: implement bitmap_or() pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,07/24] ewah: make bitmap growth less aggressive pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,06/24] ewah: factor out bitmap growth pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,05/24] rev-list: die when --test-bitmap detects a mismatch pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,04/24] t5310: drop size of truncated ewah bitmap pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,03/24] pack-bitmap: bounds-check size of cache extension pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,02/24] pack-bitmap: fix header size check pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,01/24] ewah/ewah_bitmap.c: avoid open-coding ALLOC_GROW() pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v2,9/9] commit-graph: use size_t for array allocation and indexing misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,8/9] commit-graph: replace packed_oid_list with oid_array misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
« 1 2 ... 271 272 273439 440 »