Show patches with: none      |   43119 patches
« 1 2 ... 150 151 152431 432 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,6/8] merge-ort: allow update messages to be written to different file stream RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index) - - - --- 2022-01-05 Elijah Newren New
[v2,5/8] merge-ort: split out a separate display_update_messages() function RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index) - - - --- 2022-01-05 Elijah Newren New
[v2,4/8] merge-tree: implement real merges RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index) - - - --- 2022-01-05 Elijah Newren New
[v2,3/8] merge-tree: add option parsing and initial shell for real merge function RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index) - - - --- 2022-01-05 Elijah Newren New
[v2,2/8] merge-tree: move logic for existing merge into new function RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index) - - - --- 2022-01-05 Elijah Newren New
[v2,1/8] merge-tree: rename merge_trees() to trivial_merge_trees() RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index) - - - --- 2022-01-05 Elijah Newren New
[RFC,2/2] merge-ort: add t/t4310-merge-tree-ort.sh Introduce new merge-tree-ort command - - - --- 2022-01-05 Christian Couder New
[RFC,1/2] merge-ort: add new merge-tree-ort command Introduce new merge-tree-ort command - - - --- 2022-01-05 Christian Couder New
[3/3] git-p4: don't print shell commands as python lists git-p4: Rationalise command construction - - - --- 2022-01-05 Joel Holdsworth Superseded
[2/3] git-p4: pass command arguments as lists instead of using shell git-p4: Rationalise command construction - - - --- 2022-01-05 Joel Holdsworth Superseded
[1/3] git-p4: don't select shell mode using the type of the command argument git-p4: Rationalise command construction - - - --- 2022-01-05 Joel Holdsworth Superseded
[v4] receive-pack.c: consolidate find header logic [v4] receive-pack.c: consolidate find header logic - - - --- 2022-01-05 John Cai Superseded
git-p4: fixed instantiation of CalledProcessError git-p4: fixed instantiation of CalledProcessError - - - --- 2022-01-05 Joel Holdsworth Superseded
git-p4: don't allow cloning into non-empty directories git-p4: don't allow cloning into non-empty directories - - - --- 2022-01-05 Joel Holdsworth New
Properly align memory allocations and temporary buffers Properly align memory allocations and temporary buffers - - - --- 2022-01-05 Jessica Clarke New
apply: Avoid ambiguous pointer provenance for CHERI/Arm's Morello apply: Avoid ambiguous pointer provenance for CHERI/Arm's Morello - - - --- 2022-01-05 Jessica Clarke New
[v2,2/2] update-index: refresh should rewrite index in case of racy timestamps update-index: refresh should rewrite index in case of racy timestamps - - - --- 2022-01-05 Marc Strapetz Superseded
[v2,1/2] t7508: add tests capturing racy timestamp handling update-index: refresh should rewrite index in case of racy timestamps - - - --- 2022-01-05 Marc Strapetz Superseded
[v2,1/1] grep: align default colors with GNU grep ones grep: align default colors with GNU grep ones - - - --- 2022-01-05 Lénaïc Huard Accepted
[v5,2/2] name-rev.c: use strbuf_getline instead of limited size buffer name-rev: deprecate --stdin in favor of --annotate-stdin - - - --- 2022-01-05 John Cai Superseded
[v5,1/2] name-rev: deprecate --stdin in favor of --annotate-stdin name-rev: deprecate --stdin in favor of --annotate-stdin - - - --- 2022-01-05 John Cai Superseded
[v4] builtin/reflog.c: use parse-options api for expire, delete subcommands [v4] builtin/reflog.c: use parse-options api for expire, delete subcommands - - - --- 2022-01-05 John Cai Superseded
t/README: fix typo t/README: fix typo - - - --- 2022-01-04 Marc Strapetz Accepted
stash: do not return before restoring untracked files stash: do not return before restoring untracked files - - - --- 2022-01-04 Elijah Newren Accepted
[1/1] builtin/pull.c: use config value of autostash Fix bug in pull --rebase not recognizing rebase.autostash - - - --- 2022-01-04 John Cai New
[v3,9/9] pack-bitmap.c: gracefully fallback after opening pack/MIDX midx: prevent bitmap corruption when permuting pack order - - - --- 2022-01-04 Taylor Blau Superseded
[v3,8/9] midx: read `RIDX` chunk when present midx: prevent bitmap corruption when permuting pack order - - - --- 2022-01-04 Taylor Blau Superseded
[v3,7/9] t/lib-bitmap.sh: parameterize tests over reverse index source midx: prevent bitmap corruption when permuting pack order - - - --- 2022-01-04 Taylor Blau Superseded
[v3,6/9] t5326: move tests to t/lib-bitmap.sh midx: prevent bitmap corruption when permuting pack order - - - --- 2022-01-04 Taylor Blau Superseded
[v3,5/9] t5326: extract `test_rev_exists` midx: prevent bitmap corruption when permuting pack order - - - --- 2022-01-04 Taylor Blau Superseded
[v3,4/9] t5326: drop unnecessary setup midx: prevent bitmap corruption when permuting pack order - - - --- 2022-01-04 Taylor Blau Superseded
[v3,3/9] pack-revindex.c: instrument loading on-disk reverse index midx: prevent bitmap corruption when permuting pack order - - - --- 2022-01-04 Taylor Blau Superseded
[v3,2/9] midx.c: make changing the preferred pack safe midx: prevent bitmap corruption when permuting pack order - - - --- 2022-01-04 Taylor Blau Superseded
[v3,1/9] t5326: demonstrate bitmap corruption after permutation midx: prevent bitmap corruption when permuting pack order - - - --- 2022-01-04 Taylor Blau Superseded
[v3] builtin/reflog.c: use parse-options api for expire, delete subcommands [v3] builtin/reflog.c: use parse-options api for expire, delete subcommands - - - --- 2022-01-04 John Cai Superseded
[9/9] update-index: reduce scope of index expansion in do_reupdate Sparse index: integrate with 'clean', 'checkout-index', 'update-index' - - - --- 2022-01-04 Victoria Dye New
[8/9] update-index: integrate with sparse index Sparse index: integrate with 'clean', 'checkout-index', 'update-index' - - - --- 2022-01-04 Victoria Dye New
[7/9] update-index: add tests for sparse-checkout compatibility Sparse index: integrate with 'clean', 'checkout-index', 'update-index' - - - --- 2022-01-04 Victoria Dye New
[6/9] checkout-index: integrate with sparse index Sparse index: integrate with 'clean', 'checkout-index', 'update-index' - - - --- 2022-01-04 Victoria Dye New
[5/9] checkout-index: add --ignore-skip-worktree-bits option Sparse index: integrate with 'clean', 'checkout-index', 'update-index' - - - --- 2022-01-04 Victoria Dye New
[4/9] checkout-index: expand sparse checkout compatibility tests Sparse index: integrate with 'clean', 'checkout-index', 'update-index' - - - --- 2022-01-04 Victoria Dye Accepted
[3/9] clean: integrate with sparse index Sparse index: integrate with 'clean', 'checkout-index', 'update-index' - - - --- 2022-01-04 Victoria Dye Accepted
[2/9] reset: reorder wildcard pathspec conditions Sparse index: integrate with 'clean', 'checkout-index', 'update-index' - - - --- 2022-01-04 Victoria Dye Accepted
[1/9] reset: fix validation in sparse index test Sparse index: integrate with 'clean', 'checkout-index', 'update-index' - - - --- 2022-01-04 Victoria Dye Accepted
[v4,2/2] name-rev.c: use strbuf_getline instead of limited size buffer name-rev: deprecate --stdin in favor of --annotate-stdin - - - --- 2022-01-04 John Cai Superseded
[v4,1/2] name-rev: deprecate --stdin in favor of --annotate-stdin name-rev: deprecate --stdin in favor of --annotate-stdin - - - --- 2022-01-04 John Cai Superseded
[v2,RESEND,5/5] git-p4: resolve RCS keywords in bytes not utf-8 git-p4: fix RCS keyword processing encoding errors - - - --- 2022-01-04 Joel Holdsworth Accepted
[v2,RESEND,4/5] git-p4: open temporary patch file for write only git-p4: fix RCS keyword processing encoding errors - - - --- 2022-01-04 Joel Holdsworth Accepted
[v2,RESEND,3/5] git-p4: add raw option to read_pipelines git-p4: fix RCS keyword processing encoding errors - - - --- 2022-01-04 Joel Holdsworth Accepted
[v2,RESEND,2/5] git-p4: pre-compile RCS keyword regexes git-p4: fix RCS keyword processing encoding errors - - - --- 2022-01-04 Joel Holdsworth Accepted
[v2,RESEND,1/5] git-p4: use with statements to close files after use in patchRCSKeywords git-p4: fix RCS keyword processing encoding errors - - - --- 2022-01-04 Joel Holdsworth Accepted
[v3,2/2] git-p4: show progress as an integer git-p4: improve formatting of numeric values 1 - - --- 2022-01-04 Joel Holdsworth Accepted
[v3,1/2] git-p4: print size values in appropriate units git-p4: improve formatting of numeric values - - - --- 2022-01-04 Joel Holdsworth Accepted
[v3,RESEND,2/2] git-p4: remove "rollback" verb git-p4: remove "debug" and "rollback" verbs - - - --- 2022-01-04 Joel Holdsworth Accepted
[v3,RESEND,1/2] git-p4: remove "debug" verb git-p4: remove "debug" and "rollback" verbs - - - --- 2022-01-04 Joel Holdsworth Accepted
[v2,2/2] wrapper: use a CSPRNG to generate random file names Generate temporary files using a CSPRNG - - - --- 2022-01-04 brian m. carlson Superseded
[v2,1/2] wrapper: add a helper to generate numbers from a CSPRNG Generate temporary files using a CSPRNG - - - --- 2022-01-04 brian m. carlson Superseded
[BUG] git pull --rebase ignores rebase.autostash config when fast-forwarding [BUG] git pull --rebase ignores rebase.autostash config when fast-forwarding - - - --- 2022-01-03 Tilman Vogel New
[v2,2/2] builtin/reflog.c: switch to use parse-options API for delete subcommand reflog.c: switch to use parse-options API - - - --- 2022-01-03 John Cai New
[v2,1/2] parse-options.h: add parse_opt_expiry_date helper reflog.c: switch to use parse-options API - - - --- 2022-01-03 John Cai New
[v3,2/2] name-rev.c: use strbuf_getline instead of limited size buffer name-rev: deprecate --stdin in favor of --annotate-stdin - - - --- 2022-01-03 John Cai Superseded
[v3,1/2] name-rev: deprecate --stdin in favor of --annotate-text name-rev: deprecate --stdin in favor of --annotate-stdin - - - --- 2022-01-03 John Cai Superseded
[v2] gpg-interface: trim CR from ssh-keygen [v2] gpg-interface: trim CR from ssh-keygen - - - --- 2022-01-03 Fabian Stelzer Superseded
[v4,11/11] i18n: turn even more messages into "cannot be used together" ones Factorization of messages with similar meaning - - - --- 2022-01-02 Jean-Noël AVILA Superseded
[v4,10/11] i18n: ref-filter: factorize "%(foo) atom used without %(bar) atom" Factorization of messages with similar meaning - - - --- 2022-01-02 Jean-Noël AVILA Superseded
[v4,09/11] i18n: factorize "--foo outside a repository" Factorization of messages with similar meaning - - - --- 2022-01-02 Jean-Noël AVILA Superseded
[v4,08/11] i18n: refactor "unrecognized %(foo) argument" strings Factorization of messages with similar meaning - - - --- 2022-01-02 Jean-Noël AVILA Superseded
[v4,07/11] i18n: factorize "no directory given for --foo" Factorization of messages with similar meaning - - - --- 2022-01-02 Jean-Noël AVILA Superseded
[v4,06/11] i18n: factorize "--foo requires --bar" and the like Factorization of messages with similar meaning - - - --- 2022-01-02 Jean-Noël AVILA Superseded
[v4,05/11] i18n: tag.c factorize i18n strings Factorization of messages with similar meaning - - - --- 2022-01-02 Jean-Noël AVILA Superseded
[v4,04/11] i18n: standardize "cannot open" and "cannot read" Factorization of messages with similar meaning - - - --- 2022-01-02 Jean-Noël AVILA Superseded
[v4,03/11] i18n: turn "options are incompatible" into "cannot be used together" Factorization of messages with similar meaning - - - --- 2022-01-02 Jean-Noël AVILA Superseded
[v4,02/11] i18n: refactor "%s, %s and %s are mutually exclusive" Factorization of messages with similar meaning - - - --- 2022-01-02 Jean-Noël AVILA Superseded
[v4,01/11] i18n: refactor "foo and bar are mutually exclusive" Factorization of messages with similar meaning - - - --- 2022-01-02 Jean-Noël AVILA Superseded
[v4,1/1] push: make 'set-upstream' have dafault arguments making --set-upstream have default arguments - - - --- 2022-01-01 Abhradeep Chakraborty New
[v8,8/8] ls-tree.c: introduce "--format" option ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-01 Teng Long Superseded
[v8,7/8] ls-tree.c: introduce struct "shown_data" ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-01 Teng Long Superseded
[v8,6/8] ls-tree.c: support --object-only option for "git-ls-tree" ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-01 Teng Long Superseded
[v8,5/8] ls-tree: split up the "init" part of show_tree() ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-01 Teng Long Superseded
[v8,4/8] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len" ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-01 Teng Long Superseded
[v8,3/8] ls-tree: use "enum object_type", not {blob,tree,commit}_type ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-01 Teng Long Superseded
[v8,2/8] ls-tree: add missing braces to "else" arms ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-01 Teng Long Superseded
[v8,1/8] ls-tree: remove commented-out code ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-01 Teng Long Superseded
[2/2] builtin/reflog.c: switch to use parse-options API for delete subcommand reflog.c: switch to use parse-options API - - - --- 2021-12-31 John Cai Superseded
[1/2] builtin/reflog.c: use parse-options for expire subcommand reflog.c: switch to use parse-options API - - - --- 2021-12-31 John Cai Superseded
[v3] receive-pack.c: consolidate find header logic [v3] receive-pack.c: consolidate find header logic - - - --- 2021-12-31 John Cai Superseded
t4126: this test does not pass SANITIZE_LEAK; quit claiming it does t4126: this test does not pass SANITIZE_LEAK; quit claiming it does - - - --- 2021-12-31 Elijah Newren New
[8/8] merge-tree: provide an easy way to access which files have conflicts RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index) - - - --- 2021-12-31 Elijah Newren New
[7/8] merge-tree: support saving merge messages to a separate file RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index) - - - --- 2021-12-31 Elijah Newren New
[6/8] merge-ort: allow update messages to be written to different file stream RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index) - - - --- 2021-12-31 Elijah Newren New
[5/8] merge-ort: split out a separate display_update_messages() function RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index) - - - --- 2021-12-31 Elijah Newren New
[4/8] merge-tree: implement real merges RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index) - - - --- 2021-12-31 Elijah Newren New
[3/8] merge-tree: add option parsing and initial shell for real merge function RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index) - - - --- 2021-12-31 Elijah Newren New
[2/8] merge-tree: move logic for existing merge into new function RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index) - - - --- 2021-12-31 Elijah Newren New
[1/8] merge-tree: rename merge_trees() to trivial_merge_trees() RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index) - - - --- 2021-12-31 Elijah Newren New
[v3,9/9] merge-ort: mark conflict/warning messages from inner merges as omittable Add a new --remerge-diff capability to show & log - - - --- 2021-12-30 Elijah Newren Superseded
[v3,8/9] show, log: include conflict/warning messages in --remerge-diff headers Add a new --remerge-diff capability to show & log - - - --- 2021-12-30 Elijah Newren Superseded
[v3,7/9] diff: add ability to insert additional headers for paths Add a new --remerge-diff capability to show & log - - - --- 2021-12-30 Elijah Newren Superseded
[v3,6/9] merge-ort: format messages slightly different for use in headers Add a new --remerge-diff capability to show & log - - - --- 2021-12-30 Elijah Newren Superseded
[v3,5/9] merge-ort: mark a few more conflict messages as omittable Add a new --remerge-diff capability to show & log - - - --- 2021-12-30 Elijah Newren Superseded
« 1 2 ... 150 151 152431 432 »