git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-02-23 00:12:11 to 2023-02-24 19:13:08 UTC [more...]

[PATCH v4 1/3] rebase: add documentation and test for --no-rebase-merges
 2023-02-24 19:13 UTC  (17+ messages)
` [PATCH v4 2/3] rebase: stop accepting --rebase-merges=""
` [PATCH v4 3/3] rebase: add a config option for --rebase-merges

[PATCH 0/21] more -Wunused-parameter fixes
 2023-02-24 17:59 UTC  (24+ messages)
` [PATCH 01/21] ref-filter: drop unused atom parameter from get_worktree_path()
` [PATCH 02/21] ls-refs: drop config caching
` [PATCH 03/21] serve: use repository pointer to get config
` [PATCH 04/21] serve: mark unused parameters in virtual functions
` [PATCH 05/21] object-name: mark unused parameters in disambiguate callbacks
` [PATCH 06/21] http-backend: mark argc/argv unused
` [PATCH 07/21] http-backend: mark unused parameters in virtual functions
` [PATCH 08/21] ref-filter: mark unused callback parameters
` [PATCH 09/21] mark "pointless" data pointers in callbacks
` [PATCH 10/21] run-command: mark error routine parameters as unused
` [PATCH 11/21] mark unused parameters in signal handlers
` [PATCH 12/21] list-objects: mark unused callback parameters
` [PATCH 13/21] for_each_object: "
` [PATCH 14/21] prio-queue: mark unused parameters in comparison functions
` [PATCH 15/21] notes: mark unused callback parameters
` [PATCH 16/21] fetch-pack: mark unused parameter in callback function
` [PATCH 17/21] rewrite_parents(): mark unused callback parameter
` [PATCH 18/21] for_each_commit_graft(): "
` [PATCH 19/21] userformat_want_item(): mark unused parameter
` [PATCH 20/21] run_processes_parallel: mark unused callback parameters
` [PATCH 21/21] help: mark unused parameter in git_unknown_cmd_config()

[PATCH v2 0/2] Teach diff to honor diff algorithms set through git attributes
 2023-02-24 17:44 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] diff: teach diff to read algorithm from diff driver

Bug: fsck and repack don't agree when a worktree index extension is "broken"
 2023-02-24 17:30 UTC  (7+ messages)
` [PATCH 0/3] fsck index files from all worktrees
  ` [PATCH 1/3] fsck: factor out index fsck
  ` [PATCH 2/3] fsck: check index files in all worktrees
  ` [PATCH 3/3] fsck: mention file path for index errors

[PATCH 0/2] [RFC] push: allow delete one level ref
 2023-02-24 17:12 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] "

[PATCH 0/2] sequencer parsing fixes
 2023-02-24 17:03 UTC  (7+ messages)
` [PATCH 1/2] rebase -i: match whole word in is_command()
` [PATCH 2/2] rebase -i: fix parsing of "fixup -C<commit>"

git-stash docs state --patch only valid for 'push' and 'save' but it's also valid for 'show'
 2023-02-24 15:21 UTC 

[PATCH 00/16] Header cleanups
 2023-02-24 14:03 UTC  (56+ messages)
` [PATCH 01/16] treewide: ensure one of the appropriate headers is sourced first
` [PATCH 02/16] treewide: remove unnecessary git-compat-util.h includes in headers
` [PATCH 03/16] treewide: remove unnecessary cache.h includes
` [PATCH 04/16] treewide: remove unnecessary cache.h includes in source files
` [PATCH 05/16] alloc.h: move ALLOC_GROW() functions from cache.h
` [PATCH 06/16] hash.h: move some oid-related declarations "
` [PATCH 07/16] hex.h: move some hex-related "
` [PATCH 08/16] pretty.h: move has_non_ascii() declaration from commit.h
` [PATCH 09/16] ident.h: move ident-related declarations out of cache.h
` [PATCH 10/16] object.h: stop depending on cache.h; make cache.h depend on object.h
` [PATCH 11/16] dir.h: refactor to no longer need to include cache.h
` [PATCH 12/16] object-store.h: move struct object_info from cache.h
` [PATCH 13/16] replace-object.h: move read_replace_refs declaration from cache.h to here
` [PATCH 14/16] treewide: replace cache.h with more direct headers, where possible
` [PATCH 15/16] Remove unnecessary includes of builtin.h
` [PATCH 16/16] diff.h: remove unnecessary include of object.h
` [PATCH v2 00/17] Header cleanups
  ` [PATCH v2 01/17] treewide: ensure one of the appropriate headers is sourced first
  ` [PATCH v2 02/17] treewide: remove unnecessary git-compat-util.h includes in headers
  ` [PATCH v2 03/17] treewide: remove unnecessary cache.h includes
  ` [PATCH v2 04/17] treewide: remove unnecessary cache.h includes in source files
  ` [PATCH v2 05/17] alloc.h: move ALLOC_GROW() functions from cache.h
  ` [PATCH v2 06/17] hash.h: move some oid-related declarations "
  ` [PATCH v2 07/17] hex.h: move some hex-related "
  ` [PATCH v2 08/17] cache.h: remove dependence on hex.h; make other files include it explicitly
  ` [PATCH v2 09/17] pretty.h: move has_non_ascii() declaration from commit.h
  ` [PATCH v2 10/17] ident.h: move ident-related declarations out of cache.h
  ` [PATCH v2 11/17] object.h: stop depending on cache.h; make cache.h depend on object.h
  ` [PATCH v2 12/17] dir.h: refactor to no longer need to include cache.h
  ` [PATCH v2 13/17] object-store.h: move struct object_info from cache.h
  ` [PATCH v2 14/17] replace-object.h: move read_replace_refs declaration from cache.h to here
  ` [PATCH v2 15/17] treewide: replace cache.h with more direct headers, where possible
  ` [PATCH v2 16/17] Remove unnecessary includes of builtin.h
  ` [PATCH v2 17/17] diff.h: remove unnecessary include of object.h

[GSOC] [PATCH v1 0/2] Modernize t9700 test script
 2023-02-24 11:20 UTC  (8+ messages)
` [GSOC] [PATCH v2 0/3] t9700:moderizen test scripts
  ` [GSOC] [PATCH v2 1/3] t9700:fix title style
  ` [GSOC] [PATCH v2 2/3] t9700:change indents to TAB
  ` [GSOC] [PATCH v2 3/3] t9700:delete whitespaces after redirect operators
    ` Re:Re: [GSOC] [PATCH v2 0/3] t9700:moderizen test scripts

[PATCH] pull: conflict hint pull.rebase suggestion should offer "merges" vs "true"
 2023-02-24  7:06 UTC  (13+ messages)

[PATCH 00/11] Clarify API for dir.[ch] and unpack-trees.[ch] -- mark relevant fields as internal
 2023-02-24  5:54 UTC  (18+ messages)
` [PATCH 01/11] dir: separate public from internal portion of dir_struct
` [PATCH 02/11] dir: add a usage note to exclude_per_dir
` [PATCH 03/11] dir: mark output only fields of dir_struct as such
` [PATCH 04/11] unpack-trees: clean up some flow control
` [PATCH 05/11] sparse-checkout: avoid using internal API of unpack-trees
` [PATCH 06/11] sparse-checkout: avoid using internal API of unpack-trees, take 2
` [PATCH 07/11] unpack_trees: start splitting internal fields from public API
` [PATCH 08/11] unpack-trees: mark fields only used internally as internal
` [PATCH 09/11] unpack-trees: rewrap a few overlong lines from previous patch
` [PATCH 10/11] unpack-trees: special case read-tree debugging as internal usage
` [PATCH 11/11] unpack-trees: add usage notices around df_conflict_entry

[PATCH 0/16] http test bug potpourri
 2023-02-24  3:01 UTC  (24+ messages)
` [PATCH 01/16] t5541: run "used receive-pack service" test earlier
` [PATCH 02/16] t5541: stop marking "used receive-pack service" test as v0 only
` [PATCH 03/16] t5541: simplify and move "no empty path components" test
` [PATCH 04/16] t5551: drop redundant grep for Accept-Language
` [PATCH 05/16] t5551: lower-case headers in expected curl trace
` [PATCH 06/16] t5551: handle HTTP/2 when checking "
` [PATCH 07/16] t5551: stop forcing clone to run with v0 protocol
` [PATCH 08/16] t5551: handle v2 protocol when checking curl trace
` [PATCH 09/16] t5551: handle v2 protocol in upload-pack service test
` [PATCH 10/16] t5551: simplify expected cookie file
` [PATCH 11/16] t5551: handle v2 protocol in cookie test
` [PATCH 12/16] t5551: drop curl trace lines without headers
` [PATCH 13/16] t/lib-httpd: respect $HTTPD_PROTO in expect_askpass()
` [PATCH 14/16] t/lib-httpd: enable HTTP/2 "h2" protocol, not just h2c
` [PATCH 15/16] t5559: fix test failures with LIB_HTTPD_SSL
` [PATCH 16/16] t5559: make SSL/TLS the default

What's cooking in git.git (Feb 2023, #04; Wed, 22)
 2023-02-23 22:57 UTC  (5+ messages)
` mc/credential-helper-www-authenticate (Re: What's cooking in git.git (Feb 2023, #04; Wed, 22))
` ab/config-multi-and-nonbool (was "

[PATCH v9 0/3] Enhance credential helper protocol to include auth headers
 2023-02-23 19:49 UTC  (8+ messages)
` [PATCH v10 "
  ` [PATCH v10 1/3] t5563: add tests for basic and anoymous HTTP access
  ` [PATCH v10 2/3] http: read HTTP WWW-Authenticate response headers

[PATCH v5 0/3] notes.c: introduce "--separator" option
 2023-02-23 18:21 UTC  (6+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/3] notes.c: cleanup 'strbuf_grow' call in 'append_edit'
  ` [PATCH v6 2/3] notes.c: cleanup for "designated init"
  ` [PATCH v6 3/3] notes.c: introduce '--separator=<paragraph-break>' option

[PATCH] update-ref: add forward command to safely fast-forward refs
 2023-02-23 18:01 UTC  (3+ messages)

[GSOC] [PATCH 0/3] t9700:moderizen test scripts
 2023-02-23 14:15 UTC  (4+ messages)
` [GSOC] [PATCH v2 1/3] t9700:fix title style
` [GSOC] [PATCH v2 2/3] t9700:change indents to TAB
` [GSOC] [PATCH v2 3/3] t9700:delete whitespaces after redirect operators

[PATCH] Documentation/MyFirstContribution: add setup template for git send-email
 2023-02-23 10:37 UTC  (12+ messages)
` [PATCH v2 0/1] MyFirstContribution: add note about SMTP server config
  ` [PATCH v2 1/1] "
` [PATCH v3] "

[PATCH v3 1/3] rebase: add documentation and tests for --no-rebase-merges
 2023-02-23  5:35 UTC  (6+ messages)
` [PATCH v3 2/3] rebase: stop accepting --rebase-merges=""
` [PATCH v3 3/3] rebase: add a config option for --rebase-merges

[PATCH v2 1/4] rebase: document the --no-rebase-merges option
 2023-02-23  5:35 UTC  (6+ messages)
` [PATCH v2 2/4] rebase: add tests for --no-rebase-merges

Get rid of `warning: refs/remotes/origin/master usually tracks refs/heads/master, not refs/remotes/origin/master`
 2023-02-23  3:21 UTC 


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).