Show patches with: none      |   44692 patches
« 1 2 ... 56 57 58446 447 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[07/20] midx.c: store `nr`, `alloc` variables as `size_t`'s guard object lookups against 32-bit overflow - - - --- 2023-07-12 Taylor Blau Accepted
[06/20] midx.c: prevent overflow in `nth_midxed_offset()` guard object lookups against 32-bit overflow - - - --- 2023-07-12 Taylor Blau Accepted
[05/20] midx.c: prevent overflow in `nth_midxed_object_oid()` guard object lookups against 32-bit overflow - - - --- 2023-07-12 Taylor Blau Accepted
[04/20] midx.c: use `size_t`'s for fanout nr and alloc guard object lookups against 32-bit overflow - - - --- 2023-07-12 Taylor Blau Accepted
[03/20] packfile.c: use checked arithmetic in `nth_packed_object_offset()` guard object lookups against 32-bit overflow - - - --- 2023-07-12 Taylor Blau Accepted
[02/20] packfile.c: prevent overflow in `load_idx()` guard object lookups against 32-bit overflow - - - --- 2023-07-12 Taylor Blau New
[01/20] packfile.c: prevent overflow in `nth_packed_object_id()` guard object lookups against 32-bit overflow - - - --- 2023-07-12 Taylor Blau Accepted
Re* [rebase] `fatal: cannot force update the branch ... checkout out at ...` is confusing when it i… Re* [rebase] `fatal: cannot force update the branch ... checkout out at ...` is confusing when it i… - - - --- 2023-07-12 Junio C Hamano New
[v2] pretty: add %r format specifier for showing refs [v2] pretty: add %r format specifier for showing refs - - - --- 2023-07-12 Andy Koppe New
doc: remove mentions of .gitmodules !command syntax doc: remove mentions of .gitmodules !command syntax - - - --- 2023-07-12 Petar Vutov New
pretty: add %r format specifier for showing refs pretty: add %r format specifier for showing refs - - - --- 2023-07-12 Andy Koppe Superseded
[v2,2/2] builtin/repack.c: avoid dir traversal in `collect_pack_filenames()` repack: make `collect_pack_filenames()` consistent - - - --- 2023-07-11 Taylor Blau Accepted
[v2,1/2] builtin/repack.c: only repack `.pack`s that exist repack: make `collect_pack_filenames()` consistent - - - --- 2023-07-11 Taylor Blau Accepted
[v3,3/3] check-attr: integrate with sparse-index check-attr: integrate with sparse-index - - - --- 2023-07-11 Shuqi Liang Superseded
[v3,2/3] t1092: add tests for `git check-attr` check-attr: integrate with sparse-index - - - --- 2023-07-11 Shuqi Liang Superseded
[v3,1/3] attr.c: read attributes in a sparse directory check-attr: integrate with sparse-index - - - --- 2023-07-11 Shuqi Liang Superseded
[v5,16/16] ls-refs.c: avoid enumerating hidden refs where possible refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau Accepted
[v5,15/16] upload-pack.c: avoid enumerating hidden refs where possible refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau Accepted
[v5,14/16] builtin/receive-pack.c: avoid enumerating hidden references refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau Accepted
[v5,13/16] refs.h: implement `hidden_refs_to_excludes()` refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau Accepted
[v5,12/16] refs.h: let `for_each_namespaced_ref()` take excluded patterns refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau Accepted
[v5,11/16] revision.h: store hidden refs in a `strvec` refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau Accepted
[v5,10/16] refs/packed-backend.c: add trace2 counters for jump list refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau New
[v5,09/16] refs/packed-backend.c: implement jump lists to avoid excluded pattern(s) refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau Accepted
[v5,08/16] refs/packed-backend.c: refactor `find_reference_location()` refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau Accepted
[v5,07/16] refs: plumb `exclude_patterns` argument throughout refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau Accepted
[v5,06/16] builtin/for-each-ref.c: add `--exclude` option refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau Accepted
[v5,05/16] ref-filter.c: parameterize match functions over patterns refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau Accepted
[v5,04/16] ref-filter: add `ref_filter_clear()` refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau Accepted
[v5,03/16] ref-filter: clear reachable list pointers after freeing refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau Accepted
[v5,02/16] ref-filter.h: provide `REF_FILTER_INIT` refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau Accepted
[v5,01/16] refs.c: rename `ref_filter` refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau Accepted
[2/2] builtin/repack.c: avoid dir traversal in `collect_pack_filenames()` repack: make `collect_pack_filenames()` consistent - - - --- 2023-07-10 Taylor Blau Superseded
[1/2] builtin/repack.c: only repack `.pack`s that exist repack: make `collect_pack_filenames()` consistent - - - --- 2023-07-10 Taylor Blau Superseded
[2alt/2] dir: match "attr" pathspec magic with correct paths [2alt/2] dir: match "attr" pathspec magic with correct paths - - - --- 2023-07-08 Junio C Hamano Accepted
[v3] doc: gitcredentials: link to helper list [v3] doc: gitcredentials: link to helper list - - - --- 2023-07-08 M Hickford Accepted
[2/2] gitk: keep author and date colums to a minimal width on resize fix resize issues on large screens - - - --- 2023-07-08 Georg Müller New
[1/2] gitk: limit factor scaling on resize to widths below 1900px fix resize issues on large screens - - - --- 2023-07-08 Georg Müller New
[5/5] SubmittingPatches: define topic branches SubmittingPatches: clarify which branch to use - - - --- 2023-07-08 Linus Arver Superseded
[4/5] SubmittingPatches: remove confusing guidance about base branches SubmittingPatches: clarify which branch to use - - - --- 2023-07-08 Linus Arver Superseded
[3/5] SubmittingPatches: discuss subsystems separately from git.git SubmittingPatches: clarify which branch to use - - - --- 2023-07-08 Linus Arver Superseded
[2/5] SubmittingPatches: be more explicit SubmittingPatches: clarify which branch to use - - - --- 2023-07-08 Linus Arver Superseded
[1/5] SubmittingPatches: reword awkward phrasing SubmittingPatches: clarify which branch to use - - - --- 2023-07-08 Linus Arver Superseded
[6/6] commit-graph.c: avoid duplicated progress output during `verify` fsck: squelch progress output with `--no-progress` - - - --- 2023-07-08 Taylor Blau New
[5/6] commit-graph.c: pass progress to `verify_one_commit_graph()` fsck: squelch progress output with `--no-progress` - - - --- 2023-07-08 Taylor Blau Accepted
[4/6] commit-graph.c: iteratively verify commit-graph chains fsck: squelch progress output with `--no-progress` - - - --- 2023-07-08 Taylor Blau Accepted
[3/6] commit-graph.c: extract `verify_one_commit_graph()` fsck: squelch progress output with `--no-progress` - - - --- 2023-07-08 Taylor Blau Accepted
[2/6] fsck: suppress MIDX output with `--no-progress` fsck: squelch progress output with `--no-progress` - - - --- 2023-07-08 Taylor Blau Accepted
[1/6] fsck: suppress commit-graph output with `--no-progress` fsck: squelch progress output with `--no-progress` - - - --- 2023-07-08 Taylor Blau Accepted
[2/2alt] dir: do not feed path suffix to pathspec match [2/2alt] dir: do not feed path suffix to pathspec match - - - --- 2023-07-07 Junio C Hamano New
[2/2] tree-walk: drop unused base_offset from do_match() remove unused "base-offset" from tree-walk codepath - - - --- 2023-07-07 Junio C Hamano Accepted
[1/2] tree-walk: lose base_offset that is never used in tree_entry_interesting remove unused "base-offset" from tree-walk codepath - - - --- 2023-07-07 Junio C Hamano Accepted
[2/2] dir: do not feed path suffix to pathspec match Fix attr magic combined with pathspec prefix - - - --- 2023-07-07 Junio C Hamano New
[1/2] t6135: attr magic with path pattern Fix attr magic combined with pathspec prefix - - - --- 2023-07-07 Junio C Hamano Accepted
[v2] pkt-line: add size parameter to packet_length() [v2] pkt-line: add size parameter to packet_length() - - - --- 2023-07-07 René Scharfe New
pretty: use strchr(3) in userformat_find_requirements() pretty: use strchr(3) in userformat_find_requirements() - - - --- 2023-07-07 René Scharfe New
pretty: avoid double negative in format_commit_item() pretty: avoid double negative in format_commit_item() - - - --- 2023-07-07 René Scharfe New
ls-tree: simplify prefix handling ls-tree: simplify prefix handling - - - --- 2023-07-07 René Scharfe New
[v2,3/3] check-attr: integrate with sparse-index check-attr: integrate with sparse-index - - - --- 2023-07-07 Shuqi Liang Superseded
[v2,2/3] t1092: add tests for `git check-attr` check-attr: integrate with sparse-index - - - --- 2023-07-07 Shuqi Liang Superseded
[v2,1/3] Enable gitattributes read from sparse directories check-attr: integrate with sparse-index - - - --- 2023-07-07 Shuqi Liang Superseded
[v4,2/2] push: advise about force-pushing as an alternative to reconciliation advise about force-pushing as an alternative to reconciliation - - - --- 2023-07-07 Alex Henrie New
[v4,1/2] remote: advise about force-pushing as an alternative to reconciliation advise about force-pushing as an alternative to reconciliation - - - --- 2023-07-07 Alex Henrie New
[v3,2/2] push: advise about force-pushing as an alternative to reconciliation advise about force-pushing as an alternative to reconciliation - - - --- 2023-07-06 Alex Henrie Superseded
[v3,1/2] remote: advise about force-pushing as an alternative to reconciliation advise about force-pushing as an alternative to reconciliation - - - --- 2023-07-06 Alex Henrie Superseded
[v2,4/4] diff --no-index: support reading from named pipes diff --no-index: support reading from named pipes - - - --- 2023-07-05 Phillip Wood New
[v2,3/4] t4054: test diff --no-index with stdin diff --no-index: support reading from named pipes - - - --- 2023-07-05 Phillip Wood Accepted
[v2,2/4] diff --no-index: die on error reading stdin diff --no-index: support reading from named pipes - - - --- 2023-07-05 Phillip Wood Accepted
[v2,1/4] diff --no-index: refuse to compare stdin to a directory diff --no-index: support reading from named pipes - - - --- 2023-07-05 Phillip Wood Accepted
[v3] t0091-bugreport.sh: actually verify some content of report [v3] t0091-bugreport.sh: actually verify some content of report - - - --- 2023-07-05 Martin Ågren Accepted
[v3] t0091-bugreport.sh: actually verify some content of report [v3] t0091-bugreport.sh: actually verify some content of report - - - --- 2023-07-05 Martin Ågren Superseded
[2/2] t6300: run describe atom tests on a different repo Add new "describe" atom - - - --- 2023-07-05 Kousik Sanagavarapu Superseded
[1/2] ref-filter: add new "describe" atom Add new "describe" atom - - - --- 2023-07-05 Kousik Sanagavarapu Superseded
[v5,6/6] git-compat-util: move alloc macros to git-compat-util.h git-compat-util cleanups - - - --- 2023-07-05 Calvin Wan New
[v5,5/6] treewide: remove unnecessary includes for wrapper.h git-compat-util cleanups - - - --- 2023-07-05 Calvin Wan New
[v5,4/6] kwset: move translation table from ctype git-compat-util cleanups - - - --- 2023-07-05 Calvin Wan Accepted
[v5,3/6] sane-ctype.h: create header for sane-ctype macros git-compat-util cleanups - - - --- 2023-07-05 Calvin Wan Accepted
[v5,2/6] git-compat-util: move wrapper.c funcs to its header git-compat-util cleanups - - - --- 2023-07-05 Calvin Wan Accepted
[v5,1/6] git-compat-util: move strbuf.c funcs to its header git-compat-util cleanups - - - --- 2023-07-05 Calvin Wan Accepted
[v2,8/8] gc: add `gc.repackFilterTo` config option Repack objects into separate packfiles based on a filter - - - --- 2023-07-05 Christian Couder Superseded
[v2,7/8] repack: implement `--filter-to` for storing filtered out objects Repack objects into separate packfiles based on a filter - - - --- 2023-07-05 Christian Couder Superseded
[v2,6/8] gc: add `gc.repackFilter` config option Repack objects into separate packfiles based on a filter - - - --- 2023-07-05 Christian Couder Superseded
[v2,5/8] repack: add `--filter=<filter-spec>` option Repack objects into separate packfiles based on a filter - - - --- 2023-07-05 Christian Couder Superseded
[v2,4/8] repack: refactor finding pack prefix Repack objects into separate packfiles based on a filter - - - --- 2023-07-05 Christian Couder Superseded
[v2,3/8] repack: refactor finishing pack-objects command Repack objects into separate packfiles based on a filter - - - --- 2023-07-05 Christian Couder Superseded
[v2,2/8] t/helper: add 'find-pack' test-tool Repack objects into separate packfiles based on a filter - - - --- 2023-07-05 Christian Couder Superseded
[v2,1/8] pack-objects: allow `--filter` without `--stdout` Repack objects into separate packfiles based on a filter - - - --- 2023-07-05 Christian Couder Superseded
[v2,2/2] push: advise about force-pushing as an alternative to reconciliation advise about force-pushing as an alternative to reconciliation - - - --- 2023-07-04 Alex Henrie Superseded
[v2,1/2] remote: advise about force-pushing as an alternative to reconciliation advise about force-pushing as an alternative to reconciliation - - - --- 2023-07-04 Alex Henrie Superseded
gitk: new config options for wrapping and diff modes gitk: new config options for wrapping and diff modes - - - --- 2023-07-04 András Gilyén New
[v2,10/10] gitk: allow checkout of remote branch gitk: improve keyboard support - - - --- 2023-07-03 Jens Lideström New
[v2,09/10] gitk: improve keyboard convenience in reset dialog gitk: improve keyboard support - - - --- 2023-07-03 Jens Lideström New
[v2,08/10] gitk: add keyboard bind for create branch command gitk: improve keyboard support - - - --- 2023-07-03 Jens Lideström New
[v2,07/10] gitk: add keyboard bind for cherry-pick command gitk: improve keyboard support - - - --- 2023-07-03 Jens Lideström New
[v2,06/10] gitk: add keyboard bind for remove branch command gitk: improve keyboard support - - - --- 2023-07-03 Jens Lideström New
[v2,05/10] gitk: add keyboard bind for checkout command gitk: improve keyboard support - - - --- 2023-07-03 Jens Lideström New
[v2,04/10] gitk: show branch name in reset dialog gitk: improve keyboard support - - - --- 2023-07-03 Jens Lideström New
[v2,03/10] gitk: add keyboard bind for reset command gitk: improve keyboard support - - - --- 2023-07-03 Jens Lideström New
[v2,02/10] gitk: use term "current branch" in gui gitk: improve keyboard support - - - --- 2023-07-03 Jens Lideström New
[v2,01/10] gitk: add procedures to get commit info from selected row gitk: improve keyboard support - - - --- 2023-07-03 Jens Lideström New
« 1 2 ... 56 57 58446 447 »