git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-02-23 10:49:58 to 2023-02-25 18:04:59 UTC [more...]

[PATCH v4 1/3] rebase: add documentation and test for --no-rebase-merges
 2023-02-25 18:03 UTC  (24+ messages)
` [PATCH v4 2/3] rebase: stop accepting --rebase-merges=""
` [PATCH v4 3/3] rebase: add a config option for --rebase-merges
` [PATCH v5 0/3] "
  ` [PATCH v5 1/3] rebase: add documentation and test for --no-rebase-merges
  ` [PATCH v5 2/3] rebase: deprecate --rebase-merges=""

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

[PATCH 0/2] branch: operations on orphan branches
 2023-02-25 15:08 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v3 "
    ` [PATCH v4 "
      ` [PATCH v4 1/3] branch: avoid unnecessary worktrees traversals

[PATCH] worktree: teach find_shared_symref to ignore current worktree
 2023-02-25 14:22 UTC  (7+ messages)
` [PATCH v2 0/3] fix die_if_checked_out() when ignore_current_worktree
  ` [PATCH v4 0/4] "
    ` [PATCH v4 1/4] worktree: introduce is_shared_symref()
    ` [PATCH v4 2/4] branch: fix die_if_checked_out() when ignore_current_worktree
    ` [PATCH v4 3/4] rebase: refuse to switch to a branch already checked out elsewhere (test)
    ` [PATCH v4 4/4] switch: reject if the branch is "

[PATCH 0/2] [RFC] push: allow delete one level ref
 2023-02-25 14:11 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] "

`git bundle create -` may not write to `stdout`
 2023-02-25 12:58 UTC 

[PATCH] index-pack: remove fetch_if_missing=0
 2023-02-25  5:24 UTC 

[L10N] Kickoff for Git 2.40.0 round #1
 2023-02-25  5:21 UTC 

[PATCH 02/11] dir: add a usage note to exclude_per_dir
 2023-02-25  3:23 UTC  (5+ messages)

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

Proposal/Discussion: Turning parts of Git into libraries
 2023-02-25  1:48 UTC  (2+ messages)

[GSOC] [PATCH v1 0/2] Modernize t9700 test script
 2023-02-25  1:30 UTC  (9+ 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
` [GSOC] [PATCH v3 1/1] t9700: modernize "

[PATCH 00/16] Header cleanups
 2023-02-25  0:57 UTC  (50+ messages)
` [PATCH 02/16] treewide: remove unnecessary git-compat-util.h includes in headers
` [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 10/16] object.h: stop depending on cache.h; make cache.h depend on object.h
` [PATCH 12/16] object-store.h: move struct object_info from cache.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

[PATCH 06/11] sparse-checkout: avoid using internal API of unpack-trees, take 2
 2023-02-25  0:40 UTC  (3+ messages)

[PATCH 05/11] sparse-checkout: avoid using internal API of unpack-trees
 2023-02-25  0:33 UTC  (3+ messages)

[RFC PATCH 0/2] status: improve info for detached HEAD
 2023-02-24 23:28 UTC  (3+ messages)
` [RFC PATCH 1/2] t7508: test status output for detached HEAD after clone
` [RFC PATCH 2/2] status: improve info "

Proposal/Discussion: Turning parts of Git into libraries
 2023-02-24 22:59 UTC  (11+ messages)

[PATCH 04/11] unpack-trees: clean up some flow control
 2023-02-24 22:33 UTC  (2+ messages)

[ANNOUNCE] Git v2.40.0-rc0
 2023-02-24 21:31 UTC  (2+ messages)

What's cooking in git.git (Feb 2023, #05; Fri, 24)
 2023-02-24 20:24 UTC 

[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] 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 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  (3+ messages)
` ab/config-multi-and-nonbool (was 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 19:49 UTC  (5+ messages)
` [PATCH v10 "
  ` [PATCH v10 2/3] http: read HTTP WWW-Authenticate response headers

[PATCH v6 0/3] notes.c: introduce "--separator" option
 2023-02-23 18:21 UTC  (3+ messages)
` [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


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