git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-02-20 22:53:23 to 2023-02-23 18:21:37 UTC [more...]

[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 00/16] Header cleanups
 2023-02-23 18:13 UTC  (26+ 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] update-ref: add forward command to safely fast-forward refs
 2023-02-23 18:01 UTC  (3+ messages)

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

[PATCH 00/11] Clarify API for dir.[ch] and unpack-trees.[ch] -- mark relevant fields as internal
 2023-02-23 15:26 UTC  (14+ 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

[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 0/16] http test bug potpourri
 2023-02-23 11:08 UTC  (17+ 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

[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] "

What's cooking in git.git (Feb 2023, #04; Wed, 22)
 2023-02-23  9:48 UTC  (3+ messages)
` mc/credential-helper-www-authenticate (Re: What's cooking in git.git (Feb 2023, #04; Wed, 22))

[PATCH v9 0/3] Enhance credential helper protocol to include auth headers
 2023-02-23  9:46 UTC  (7+ 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 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  (17+ messages)
` [PATCH v2 2/4] rebase: add tests for --no-rebase-merges
` [PATCH v2 3/4] rebase: stop accepting --rebase-merges=""
` [PATCH v2 4/4] rebase: add a config option for --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 

Feature request: Add --mtime option to git archive
 2023-02-22 23:23 UTC  (7+ messages)
` [PATCH] archive: add --mtime

[PATCH v5 3/3] notes.c: introduce "--separator" option
 2023-02-22 23:15 UTC  (5+ messages)

[PATCH] restore: fault --staged --worktree with merge opts
 2023-02-22 23:09 UTC  (4+ messages)

[PATCH 0/2] branch: operations on orphan branches
 2023-02-22 22:56 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v3 "
    ` [PATCH v4 "
      ` [PATCH v4 1/3] branch: avoid unnecessary worktrees traversals
      ` [PATCH v4 2/3] branch: description for orphan branch errors
      ` [PATCH v4 3/3] branch: rename orphan branches in any worktree

Git for Windows 2.40-rc0 time frame
 2023-02-22 20:54 UTC 

[PATCH v2 0/2] Teach diff to honor diff algorithms set through git attributes
 2023-02-22 19:47 UTC  (15+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] diff: teach diff to read algorithm from diff driver
  ` [PATCH v4 0/2] Teach diff to honor diff algorithms set through git attributes

Proposal/Discussion: Turning parts of Git into libraries
 2023-02-22 19:34 UTC  (17+ messages)

[PATCH v3] credential: new attribute password_expiry_utc
 2023-02-22 19:22 UTC  (3+ messages)
` [PATCH v4] "

[PATCH 1/2] fetch-pack: remove fetch_if_missing=0
 2023-02-22 18:19 UTC  (2+ messages)

[PATCH 1/2] fetch-pack: remove fetch_if_missing=0
 2023-02-22 17:45 UTC  (2+ messages)

[BUGREPORT] Why is git-push fetching content?
 2023-02-22 15:48 UTC  (4+ messages)

[PATCH 0/1] [gsoc][patch] trace.c, git.c: removed unnecessary parameter to trace_repo_setup
 2023-02-22 15:38 UTC  (4+ messages)
` [PATCH v3 1/1] trace.c, git.c: remove unnecessary parameter to trace_repo_setup()
    `  "

【inquiry】ECCN
 2023-02-22 14:47 UTC  (2+ messages)

[PATCH] pull: conflict hint pull.rebase suggestion should offer "merges" vs "true"
 2023-02-22 14:27 UTC  (16+ messages)

[GSOC] [PATCH v1 0/2] Modernize t9700 test script
 2023-02-22  7:24 UTC  (6+ messages)
` [GSOC] [PATCH v1 1/2] Fix title style
` [GSOC] [PATCH v1 2/2] Change indents to TAB

[GSOC][PATCH] t4121: modernize test style
 2023-02-22  5:19 UTC  (11+ messages)
      ` [GSOC][PATCH v2 0/1] "
        ` [GSOC][PATCH v2 1/1] "

Parallel worktree checkouts result in index.lock exists
 2023-02-22  0:06 UTC  (2+ messages)

[RFC PATCH v1] test-lib: move comment about test_description
 2023-02-21 23:22 UTC 

[PATCH 0/1] range-diff: let '--abbrev' option takes effect
 2023-02-21 22:01 UTC  (3+ messages)
` [PATCH 1/1] "

[GSOC][PATCH v2 0/1] t4121: modernize test style
 2023-02-21 21:35 UTC  (2+ messages)
  ` [GSOC][PATCH v2 1/1] "

[PATCH] log: omit tag prefix for color decoration
 2023-02-21 21:28 UTC  (3+ messages)

[PATCH] fetch: choose a sensible default with --jobs=0 again
 2023-02-21 20:15 UTC  (2+ messages)

[PATCH] t2015-checkout-unborn.sh: changes the style for cd
 2023-02-21 20:04 UTC  (3+ messages)

[PATCH 1/2] rebase: add a --rebase-merges=drop option
 2023-02-21 18:42 UTC  (4+ messages)

[PATCH] rebase -i: check labels and refs when parsing todo list
 2023-02-21 17:26 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] delta-islands: fix segfault when freeing island marks
 2023-02-21 17:15 UTC  (4+ messages)

[PATCH] [GSoC]t7501:modernize the style of test body
 2023-02-21 12:28 UTC 

[GSOC] Discuss a microproject on Modernizing t9700 test script
 2023-02-21  8:42 UTC 

git rev-list --no-walk RANGE not working as documented
 2023-02-20 23:54 UTC 

[PATCH] bisect: fix "reset" when branch is checked out elsewhere
 2023-02-20 22:53 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "


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).