Show patches with: none      |   44405 patches
« 1 2 3 4444 445 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v5,27/27] config.mak.dev: enable `-Wwrite-strings` warning Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,26/27] builtin/merge: always store allocated strings in `pull_twohead` Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,25/27] builtin/rebase: always store allocated string in `options.strategy` Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,24/27] builtin/rebase: do not assign default backend to non-constant field Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,23/27] imap-send: fix leaking memory in `imap_server_conf` Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,22/27] imap-send: drop global `imap_server_conf` variable Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,21/27] mailmap: always store allocated strings in mailmap blob Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,20/27] revision: always store allocated strings in output encoding Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,19/27] remote-curl: avoid assigning string constant to non-const variable Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,18/27] send-pack: always allocate receive status Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,17/27] parse-options: cast long name for OPTION_ALIAS Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,16/27] http: do not assign string constant to non-const field Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,15/27] compat/win32: fix const-correctness with string constants Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,14/27] pretty: add casts for decoration option pointers Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,13/27] object-file: make `buf` parameter of `index_mem()` a constant Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,12/27] object-file: mark cached object buffers as const Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,11/27] ident: add casts for fallback name and GECOS Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,10/27] entry: refactor how we remove items for delayed checkouts Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,09/27] line-log: always allocate the output prefix Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,08/27] line-log: stop assigning string constant to file parent buffer Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,07/27] diff: cast string constant in `fill_textconv()` Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,06/27] builtin/remote: cast away constness in `get_head_names()` Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,05/27] refspec: remove global tag refspec structure Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,04/27] reftable: cast away constness when assigning constants to records Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,03/27] refs/reftable: stop micro-optimizing refname allocations on copy Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,02/27] global: convert intentionally-leaking config strings to consts Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v5,01/27] global: improve const correctness when assigning string constants Compile with `-Wwrite-strings` - - - --- 2024-06-06 Patrick Steinhardt New
[v2,2/2] ci: compile "linux-gcc-default" job with -Og ci: detect more warnings via `-Og` - - - --- 2024-06-06 Patrick Steinhardt New
[v2,1/2] ci: fix check for Ubuntu 20.04 ci: detect more warnings via `-Og` - - - --- 2024-06-06 Patrick Steinhardt New
[2/2] test-terminal: drop stdin handling dropping stdin support from test-terminal - - - --- 2024-06-06 Jeff King New
[1/2] am: add explicit "--retry" option dropping stdin support from test-terminal - - - --- 2024-06-06 Jeff King New
[v2,4/4] ci/test-documentation: work around SyntaxWarning in Python 3.12 Documentation: improve linting for manpage existence - - - --- 2024-06-06 Patrick Steinhardt New
[v2,3/4] gitlab-ci: add job to run `make check-docs` Documentation: improve linting for manpage existence - - - --- 2024-06-06 Patrick Steinhardt New
[v2,2/4] Documentation/lint-manpages: bubble up errors Documentation: improve linting for manpage existence - - - --- 2024-06-06 Patrick Steinhardt New
[v2,1/4] Makefile: extract script to lint missing/extraneous manpages Documentation: improve linting for manpage existence - - - --- 2024-06-06 Patrick Steinhardt New
[GSoC,6/6] t-reftable-pq: add tests for merged_iter_pqueue_top() t: port reftable/pq_test.c to the unit testing - - - --- 2024-06-06 Chandra Pratap New
[GSoC,5/6] t-reftable-pq: add test for index based comparison t: port reftable/pq_test.c to the unit testing - - - --- 2024-06-06 Chandra Pratap New
[GSoC,4/6] t-reftable-pq: make merged_iter_pqueue_check() callable by reference t: port reftable/pq_test.c to the unit testing - - - --- 2024-06-06 Chandra Pratap New
[GSoC,3/6] t-reftable-pq: make merged_iter_pqueue_check() static t: port reftable/pq_test.c to the unit testing - - - --- 2024-06-06 Chandra Pratap New
[GSoC,2/6] t: move reftable/pq_test.c to the unit testing framework t: port reftable/pq_test.c to the unit testing - - - --- 2024-06-06 Chandra Pratap New
[GSoC,1/6] reftable: clean up reftable/pq.c t: port reftable/pq_test.c to the unit testing - - - --- 2024-06-06 Chandra Pratap New
[2/2] ci: let pedantic job compile with -Og ci: detect more warnings via `-Og` - - - --- 2024-06-06 Patrick Steinhardt Superseded
[1/2] ci: fix check for Ubuntu 20.04 ci: detect more warnings via `-Og` - - - --- 2024-06-06 Patrick Steinhardt Superseded
[v5,12/12] builtin/refs: new command to migrate ref storage formats refs: ref storage migrations - - - --- 2024-06-06 Patrick Steinhardt New
[v5,11/12] refs: implement logic to migrate between ref storage formats refs: ref storage migrations - - - --- 2024-06-06 Patrick Steinhardt New
[v5,10/12] refs: implement removal of ref storages refs: ref storage migrations - - - --- 2024-06-06 Patrick Steinhardt New
[v5,09/12] worktree: don't store main worktree twice refs: ref storage migrations - - - --- 2024-06-06 Patrick Steinhardt New
[v5,08/12] reftable: inline `merged_table_release()` refs: ref storage migrations - - - --- 2024-06-06 Patrick Steinhardt New
[v5,07/12] refs/files: fix NULL pointer deref when releasing ref store refs: ref storage migrations - - - --- 2024-06-06 Patrick Steinhardt New
[v5,06/12] refs/files: extract function to iterate through root refs refs: ref storage migrations - - - --- 2024-06-06 Patrick Steinhardt New
[v5,05/12] refs/files: refactor `add_pseudoref_and_head_entries()` refs: ref storage migrations - - - --- 2024-06-06 Patrick Steinhardt New
[v5,04/12] refs: allow to skip creation of reflog entries refs: ref storage migrations - - - --- 2024-06-06 Patrick Steinhardt New
[v5,03/12] refs: pass storage format to `ref_store_init()` explicitly refs: ref storage migrations - - - --- 2024-06-06 Patrick Steinhardt New
[v5,02/12] refs: convert ref storage format to an enum refs: ref storage migrations - - - --- 2024-06-06 Patrick Steinhardt New
[v5,01/12] setup: unset ref storage when reinitializing repository version refs: ref storage migrations - - - --- 2024-06-06 Patrick Steinhardt New
attr.tree: HEAD:.gitattributes is no longer the default in a bare repo attr.tree: HEAD:.gitattributes is no longer the default in a bare repo - - - --- 2024-06-05 Junio C Hamano New
add-i: finally retire add.interactive.useBuiltin add-i: finally retire add.interactive.useBuiltin - - - --- 2024-06-05 Junio C Hamano New
[v3] format-patch: assume --cover-letter for diff in multi-patch series [v3] format-patch: assume --cover-letter for diff in multi-patch series - - - --- 2024-06-05 Rubén Justo New
[GSoC] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c [GSoC] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c - - - --- 2024-06-05 Ghanshyam Thakkar New
[v4,7/7] update-ref: add support for 'symref-update' command update-ref: add symref support for --stdin - - - --- 2024-06-05 Karthik Nayak New
[v4,6/7] reftable: pick either 'oid' or 'target' for new updates update-ref: add symref support for --stdin - - - --- 2024-06-05 Karthik Nayak New
[v4,5/7] update-ref: add support for 'symref-create' command update-ref: add symref support for --stdin - - - --- 2024-06-05 Karthik Nayak New
[v4,4/7] update-ref: add support for 'symref-delete' command update-ref: add symref support for --stdin - - - --- 2024-06-05 Karthik Nayak New
[v4,3/7] update-ref: add support for 'symref-verify' command update-ref: add symref support for --stdin - - - --- 2024-06-05 Karthik Nayak New
[v4,2/7] refs: specify error for regular refs with `old_target` update-ref: add symref support for --stdin - - - --- 2024-06-05 Karthik Nayak New
[v4,1/7] refs: create and use `ref_update_expects_existing_old_ref()` update-ref: add symref support for --stdin - - - --- 2024-06-05 Karthik Nayak New
[v2,3/3] diff: let external diffs report that changes are uninteresting diff: fix --exit-code with external diff - - - --- 2024-06-05 René Scharfe New
[v2,2/3] userdiff: add and use struct external_diff diff: fix --exit-code with external diff - - - --- 2024-06-05 René Scharfe New
[v2,1/3] t4020: test exit code with external diffs diff: fix --exit-code with external diff - - - --- 2024-06-05 René Scharfe New
[4/4] ci/test-documentation: work around SyntaxWarning in Python 3.12 Documentation: improve linting of manpage existence - - - --- 2024-06-05 Patrick Steinhardt New
[3/4] gitlab-ci: add job to run `make check-docs` Documentation: improve linting of manpage existence - - - --- 2024-06-05 Patrick Steinhardt New
[2/4] Documentation/lint-manpages: bubble up errors Documentation: improve linting of manpage existence - - - --- 2024-06-05 Patrick Steinhardt New
[1/4] Makefile: extract script to lint missing/extraneous manpages Documentation: improve linting of manpage existence - - - --- 2024-06-05 Patrick Steinhardt New
[v2,3/3] show-ref: introduce --branches and deprecate --heads Branches are branches and not heads - - - --- 2024-06-04 Junio C Hamano New
[v2,2/3] ls-remote: introduce --branches and deprecate --heads Branches are branches and not heads - - - --- 2024-06-04 Junio C Hamano New
[v2,1/3] refs: call branches branches Branches are branches and not heads - - - --- 2024-06-04 Junio C Hamano New
[v2] credential: clear expired c->credential, unify secret clearing [v2] credential: clear expired c->credential, unify secret clearing - - - --- 2024-06-04 Aaron Plattner New
credential: clear expired c->credential in addition to c->password credential: clear expired c->credential in addition to c->password - - - --- 2024-06-04 Aaron Plattner New
[v4,27/27] config.mak.dev: enable `-Wwrite-strings` warning Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,26/27] builtin/merge: always store allocated strings in `pull_twohead` Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,25/27] builtin/rebase: always store allocated string in `options.strategy` Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,24/27] builtin/rebase: do not assign default backend to non-constant field Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,23/27] imap-send: fix leaking memory in `imap_server_conf` Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,22/27] imap-send: drop global `imap_server_conf` variable Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,21/27] mailmap: always store allocated strings in mailmap blob Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,20/27] revision: always store allocated strings in output encoding Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,19/27] remote-curl: avoid assigning string constant to non-const variable Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,18/27] send-pack: always allocate receive status Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,17/27] parse-options: cast long name for OPTION_ALIAS Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,16/27] http: do not assign string constant to non-const field Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,15/27] compat/win32: fix const-correctness with string constants Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,14/27] pretty: add casts for decoration option pointers Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,13/27] object-file: make `buf` parameter of `index_mem()` a constant Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,12/27] object-file: mark cached object buffers as const Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,11/27] ident: add casts for fallback name and GECOS Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,10/27] entry: refactor how we remove items for delayed checkouts Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,09/27] line-log: always allocate the output prefix Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,08/27] line-log: stop assigning string constant to file parent buffer Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,07/27] diff: cast string constant in `fill_textconv()` Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
[v4,06/27] builtin/remote: cast away constness in `get_head_names()` Compile with `-Wwrite-strings` - - - --- 2024-06-04 Patrick Steinhardt Superseded
« 1 2 3 4444 445 »