git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-19 08:27:07 to 2025-09-22 18:41:29 UTC [more...]

[PATCH 00/15] Introduce rust: In xdiff
 2025-09-22 18:41 UTC  (57+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 01/18] cleanup: rename variables that collide with Rust primitive type names
  ` [PATCH v2 02/18] make: add -fPIE flag
  ` [PATCH v2 03/18] make: merge xdiff lib into libgit.a
  ` [PATCH v2 04/18] make: merge reftable "
  ` [PATCH v2 07/18] build: introduce rust
  ` [PATCH v2 13/18] build-helper: link against libgit.a and any other required C libraries
  ` [PATCH v2 14/18] build-helper: cbindgen, let crates generate a header file
  ` [PATCH v2 16/18] build: new crate, misc

How do i get news of git releases
 2025-09-22 17:43 UTC 

[PATCH 4/4] refs: do not clobber dangling symrefs
 2025-09-22 17:35 UTC  (6+ messages)

[PATCH v3 0/5] builtin/config: bug fixes for "get" subcommand with "--type=color"
 2025-09-22 16:29 UTC  (5+ messages)
` [PATCH v3 4/5] builtin/config: special-case retrieving colors without a key

[PATCH RFC v4 0/9] Introduce Rust and announce that it will become mandatory
 2025-09-22 16:24 UTC  (5+ messages)
` [PATCH RFC v4 7/9] BreakingChanges: announce Rust becoming mandatory

[PATCH RFC 0/3] Introduce Rust and announce that it will become mandatorty
 2025-09-22 16:21 UTC  (13+ messages)

[PATCH RFC 0/3] Introduce Rust and announce that it will become mandatorty
 2025-09-22 16:17 UTC  (6+ messages)

[BUG] git stash show -p with invalid option aborts with double-free in show_stash() (strvec_clear)
 2025-09-22 15:45 UTC  (21+ messages)
            ` [PATCH 0/6] fixing double-frees and leaks via setup_revisions()
              ` [PATCH 1/6] stash: tell setup_revisions() to free our allocated strings
              ` [PATCH 2/6] revision: manage memory ownership of argv in setup_revisions()
              ` [PATCH 3/6] revision: add wrapper to setup_revisions() from a strvec
              ` [PATCH 4/6] treewide: use setup_revisions_from_strvec() when we have "
              ` [PATCH 5/6] treewide: pass strvecs around for setup_revisions_from_strvec()
              ` [PATCH 6/6] revision: retain argv NULL invariant in setup_revisions()

[PATCH v5 0/9] Introduce Rust and announce that it will become mandatory
 2025-09-22 14:38 UTC  (6+ messages)
` [PATCH v5 7/9] BreakingChanges: announce Rust becoming mandatory

[PATCH v2 0/4] Teach git-stash to use --index from config
 2025-09-22 14:11 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] t3903: reduce dependencies on previous tests
  ` [PATCH v3 2/4] t3905: remove unneeded blank line
  ` [PATCH v3 3/4] stash: refactor private config globals
  ` [PATCH v3 4/4] stash: honor stash.index in apply, pop modes

[QUESTION] how to find options set by scalar?
 2025-09-22 13:36 UTC  (7+ messages)

[PATCH] t/unit-tests: update to 10e96bc
 2025-09-22 13:16 UTC 

[PATCH 0/5] builtin/config: bug fixes for "get" subcommand with "--type=color"
 2025-09-22 13:06 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] t1300: write test expectations in the test's body
  ` [PATCH v4 2/5] t1300: small style fixups
  ` [PATCH v4 3/5] builtin/config: do not die in `get_color()`
  ` [PATCH v4 4/5] builtin/config: special-case retrieving colors without a key
  ` [PATCH v4 5/5] builtin/config: do not spawn pager when printing color codes

[PATCH RFC 0/3] Introduce Rust and announce that it will become mandatorty
 2025-09-22 13:01 UTC  (3+ messages)

Could Git be smarter about object reuse?
 2025-09-22 10:49 UTC  (3+ messages)

[PATCH v2 0/2] gitk: make the 'Tags and Heads' window geometry sticky
 2025-09-22 10:16 UTC  (6+ messages)
` [PATCH v2 1/2] gitk: fix the position of the main main window on initialize
` [PATCH v2 2/2] gitk: make Tags and Heads window geometry sticky

[BUG] gitk assumes availability of `osascript` on macos
 2025-09-22  9:30 UTC  (4+ messages)

git whatchanged: fatal: refusing to run without --i-still-use-this
 2025-09-22  7:30 UTC  (4+ messages)

041418236D4580017291203053944117783F86FD54E3D85C
 2025-09-21 21:26 UTC 

[PATCH 00/17] Use rust types in xdiff
 2025-09-21 16:37 UTC  (41+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v3 00/10] Cleanup xdfile_t and xrecord_t "
    ` [PATCH v3 01/10] xdiff: delete static forward declarations in xprepare
    ` [PATCH v3 02/10] xdiff: delete local variables and initialize/free xdfile_t directly
    ` [PATCH v3 03/10] xdiff: delete unnecessary fields from xrecord_t and xdfile_t
    ` [PATCH v3 04/10] xdiff: delete xdl_get_rec() in xemit
    ` [PATCH v3 05/10] xdiff: delete struct diffdata_t
    ` [PATCH v3 06/10] xdiff: delete redundant array xdfile_t.ha
    ` [PATCH v3 07/10] xdiff: delete fields ha, line, size in xdlclass_t in favor of an xrecord_t
    ` [PATCH v3 08/10] xdiff: delete chastore from xdfile_t
    ` [PATCH v3 09/10] xdiff: delete rchg aliasing
    ` [PATCH v3 10/10] xdiff: treat xdfile_t.rchg like an enum

[PATCH 0/3] Fix curl_easy_setopt() parameter type problem, again
 2025-09-21 15:09 UTC  (7+ messages)
` [PATCH 1/3] http: offer to cast `size_t` to `curl_off_t` safely
` [PATCH 2/3] imap-send: be more careful when casting to `curl_off_t`
` [PATCH 3/3] http-push: avoid new compile error

[RFC] git-rebase-clean: mitigating a “semantic conflict cascade” during rebase
 2025-09-21 14:06 UTC  (7+ messages)

Hello Angel
 2025-09-20 22:56 UTC 

[PATCH 0/9] SHA-1/SHA-256 interoperability, part 1
 2025-09-20 17:04 UTC  (21+ messages)
` [PATCH 1/9] docs: update pack index v3 format
` [PATCH 3/9] docs: reflect actual double signature for tags
` [PATCH 4/9] docs: improve ambiguous areas of pack format documentation
` [PATCH 5/9] docs: add documentation for loose objects
` [PATCH 6/9] rev-parse: allow printing compatibility hash
` [PATCH 7/9] fsck: consider gpgsig headers expected in tags

What's cooking in git.git (Sep 2025, #08; Fri, 19)
 2025-09-19 22:01 UTC 

[RFC] doc: check-docs and WITH_BREAKING_CHANGES
 2025-09-19 21:33 UTC 

Git Stash Synchronization - Best Workflow?
 2025-09-19 19:54 UTC  (9+ messages)

[GSoC][PATCH v3 0/9] Add refs optimize subcommand
 2025-09-19 18:43 UTC  (8+ messages)
` [GSoC][PATCH v4 "
  ` [GSoC][PATCH v4 5/9] builtin/pack-refs: factor out core logic into a shared library
  ` [GSoC][PATCH v4 6/9] doc: pack-refs: factor out common options
  ` [GSoC][PATCH v4 7/9] builtin/refs: add optimize subcommand
  ` [GSoC][PATCH v4 8/9] t0601: refactor tests to be shareable
  ` [GSoC][PATCH v4 9/9] t: add test for git refs optimize subcommand

[Bug] git fetch --dry-run --filter makes changes to .git/config
 2025-09-19 15:31 UTC  (7+ messages)

[PATCH 0/3] extend --ignore-other-worktrees to 'rebase', add hints
 2025-09-19 14:13 UTC  (8+ messages)
` [PATCH 1/3] checkout: provide hint when failing due to another worktree


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 NNTP newsgroup(s).