Show patches with: none      |   43545 patches
« 1 2 ... 232 233 234435 436 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,17/26] dir: ensure full index Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
[v3,16/26] update-index: ensure full index Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
[v3,15/26] stash: ensure full index Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
[v3,14/26] rm: ensure full index Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
[v3,13/26] merge-index: ensure full index Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
[v3,12/26] ls-files: ensure full index Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
[v3,11/26] grep: ensure full index Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
[v3,10/26] fsck: ensure full index Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
[v3,09/26] difftool: ensure full index Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
[v3,08/26] commit: ensure full index Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
[v3,07/26] checkout: ensure full index Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
[v3,06/26] checkout-index: ensure full index Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
[v3,05/26] add: ensure full index Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
[v3,04/26] cache: move ensure_full_index() to cache.h Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
[v3,03/26] read-cache: expand on query into sparse-directory entry Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
[v3,02/26] *: remove 'const' qualifier for struct index_state Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
[v3,01/26] sparse-index: API protection strategy Sparse Index: API protections - - - --- 2021-04-12 Derrick Stolee Accepted
refs: print errno for read_raw_ref if GIT_TRACE_REFS is set refs: print errno for read_raw_ref if GIT_TRACE_REFS is set - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,20/20] Add "test-tool dump-reftable" command. reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,19/20] git-prompt: prepare for reftable refs backend reftable library - - - --- 2021-04-12 SZEDER Gábor Superseded
[v6,18/20] Reftable support for git-core reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,17/20] reftable: add dump utility reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,16/20] reftable: implement stack, a mutable database of reftable files. reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,15/20] reftable: implement refname validation reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,14/20] reftable: add merged table view reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,13/20] reftable: add a heap-based priority queue for reftable records reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,12/20] reftable: reftable file level tests reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,11/20] reftable: read reftable files reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,10/20] reftable: generic interface to tables reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,09/20] reftable: write reftable files reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,08/20] reftable: a generic binary tree implementation reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,07/20] reftable: reading/writing blocks reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,06/20] reftable: (de)serialization for the polymorphic record type. reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,05/20] reftable: add blocksource, an abstraction for random access reads reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,04/20] reftable: utility functions reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,03/20] reftable: add error related functionality reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,02/20] reftable: add LICENSE reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
[v6,01/20] init-db: set the_repository->hash_algo early on reftable library - - - --- 2021-04-12 Han-Wen Nienhuys Superseded
reftable: document an alternate cleanup method on Windows reftable: document an alternate cleanup method on Windows - - - --- 2021-04-12 Han-Wen Nienhuys Accepted
[v3,22/22] xdiff-interface: replace discard_hunk_line() with a flag pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,21/22] xdiff users: use designated initializers for out_line pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,20/22] pickaxe -G: don't special-case create/delete pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,19/22] pickaxe -G: terminate early on matching lines pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,18/22] xdiff-interface: allow early return from xdiff_emit_line_fn pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,17/22] xdiff-interface: prepare for allowing early return pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,16/22] pickaxe -S: slightly optimize contains() pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,15/22] pickaxe: rename variables in has_changes() for brevity pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,14/22] pickaxe -S: support content with NULs under --pickaxe-regex pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,13/22] pickaxe: assert that we must have a needle under -G or -S pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,12/22] pickaxe: refactor function selection in diffcore-pickaxe() pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,11/22] perf: add performance test for pickaxe pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,10/22] pickaxe/style: consolidate declarations and assignments pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,09/22] diff.h: move pickaxe fields together again pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,08/22] pickaxe: die when --find-object and --pickaxe-all are combined pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,07/22] pickaxe: die when -G and --pickaxe-regex are combined pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,06/22] pickaxe tests: add missing test for --no-pickaxe-regex being an error pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,05/22] pickaxe tests: test for -G, -S and --find-object incompatibility pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,04/22] pickaxe tests: add test for "log -S" not being a regex pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,03/22] pickaxe tests: add test for diffgrep_consume() internals pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,02/22] pickaxe tests: refactor to use test_commit --append --printf pickaxe: test and refactoring for future PCRE backend - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v3,01/22] grep/pcre2 tests: reword comments referring to kwset pickaxe: test and refactoring for follow-up changes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v9,2/2,GSOC] trailer: add new .cmd config option trailer: add new .cmd config option - - - --- 2021-04-12 ZheNing Hu Superseded
[v9,1/2,GSOC] docs: correct descript of trailer.<token>.command trailer: add new .cmd config option - - - --- 2021-04-12 ZheNing Hu Superseded
[v3,3/3] config: allow overriding of global and system configuration config: allow overriding global/system config - - - --- 2021-04-12 Patrick Steinhardt Superseded
[v3,2/3] config: unify code paths to get global config paths config: allow overriding global/system config - - - --- 2021-04-12 Patrick Steinhardt Superseded
[v3,1/3] config: rename `git_etc_config()` config: allow overriding global/system config - - - --- 2021-04-12 Patrick Steinhardt Superseded
[v3] config: allow overriding of global and system configuration [v3] config: allow overriding of global and system configuration - - - --- 2021-04-12 Patrick Steinhardt New
[v4,8/8] rev-list: allow filtering of provided items rev-list: implement object type filter - - - --- 2021-04-12 Patrick Steinhardt Superseded
[v4,7/8] pack-bitmap: implement combined filter rev-list: implement object type filter - - - --- 2021-04-12 Patrick Steinhardt Superseded
[v4,6/8] pack-bitmap: implement object type filter rev-list: implement object type filter - - - --- 2021-04-12 Patrick Steinhardt Superseded
[v4,5/8] list-objects: implement object type filter rev-list: implement object type filter - - - --- 2021-04-12 Patrick Steinhardt Superseded
[v4,4/8] list-objects: support filtering by tag and commit rev-list: implement object type filter - - - --- 2021-04-12 Patrick Steinhardt Superseded
[v4,3/8] list-objects: move tag processing into its own function rev-list: implement object type filter - - - --- 2021-04-12 Patrick Steinhardt Superseded
[v4,2/8] revision: mark commit parents as NOT_USER_GIVEN rev-list: implement object type filter - - - --- 2021-04-12 Patrick Steinhardt Superseded
[v4,1/8] uploadpack.txt: document implication of `uploadpackfilter.allow` rev-list: implement object type filter - - - --- 2021-04-12 Patrick Steinhardt Superseded
[v2,2/2] svn tests: refactor away a "set -e" in test body svn tests: trivial "set -e" in main body of test fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Accepted
[v2,1/2] svn tests: remove legacy re-setup from init-clone test svn tests: trivial "set -e" in main body of test fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Accepted
[v2,5/5] describe tests: support -C in "check_describe" describe test fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v2,4/5] describe tests: fix nested "test_expect_success" call describe test fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v2,3/5] describe tests: don't rely on err.actual from "check_describe" describe test fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v2,2/5] describe tests: refactor away from glob matching describe test fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[v2,1/5] describe tests: improve test for --work-tree & --dirty describe tests: refactor & fix recent broken tests - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[16/16] test-lib-functions: remove last two parameter count assertions test-lib.sh: new test_commit args, simplification & fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Superseded
[15/16] Revert and amend "test-lib-functions: assert correct parameter count" test-lib.sh: new test_commit args, simplification & fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Superseded
[14/16] test-lib-functions: use "return 1" instead of "false" test-lib.sh: new test_commit args, simplification & fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Superseded
[13/16] test-lib-functions: normalize test_path_is_missing() debugging test-lib.sh: new test_commit args, simplification & fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Superseded
[12/16] test-lib: modernize test_create_repo() function test-lib.sh: new test_commit args, simplification & fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Superseded
[11/16] test-lib: do not show advice about init.defaultBranch under --verbose test-lib.sh: new test_commit args, simplification & fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Superseded
[10/16] test-lib: reformat argument list in test_create_repo() test-lib.sh: new test_commit args, simplification & fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Superseded
[09/16] submodule tests: use symbolic-ref --short to discover branch name test-lib.sh: new test_commit args, simplification & fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Superseded
[08/16] test-lib functions: add --printf option to test_commit test-lib.sh: new test_commit args, simplification & fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Superseded
[07/16] describe tests: convert setup to use test_commit test-lib.sh: new test_commit args, simplification & fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Superseded
[06/16] test-lib functions: add an --annotated-tag option to "test_commit" test-lib.sh: new test_commit args, simplification & fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Superseded
[05/16] test-lib-functions: document test_commit --no-tag test-lib.sh: new test_commit args, simplification & fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Superseded
[04/16] test-lib-functions: reword "test_commit --append" docs test-lib.sh: new test_commit args, simplification & fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Superseded
[03/16] test-lib tests: remove dead GIT_TEST_FRAMEWORK_SELFTEST variable test-lib.sh: new test_commit args, simplification & fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Superseded
[02/16] test-lib: bring $remove_trash out of retirement test-lib.sh: new test_commit args, simplification & fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Superseded
[01/16] check-non-portable-shell: complain about "test" a/-o instead of &&/|| test-lib.sh: new test_commit args, simplification & fixes - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason Superseded
[2/2] C99 support: remove non-HAVE_VARIADIC_MACROS code C99: harder dependency on variadic macros - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
[1/2] git-compat-util.h: clarify comment on GCC-specific code C99: harder dependency on variadic macros - - - --- 2021-04-12 Ævar Arnfjörð Bjarmason New
« 1 2 ... 232 233 234435 436 »