public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-31 08:41:28 to 2025-04-02 22:41:53 UTC [more...]

Update symlinks after changing core.symlinks
 2025-04-02 22:41 UTC  (2+ messages)

[PATCH 00/16] reftable: overhaul the API to expose access to blocks
 2025-04-02 21:52 UTC  (26+ messages)
` [PATCH 03/16] reftable/blocksource: consolidate code into a single file
` [PATCH 04/16] reftable/block: simplify how we track restart points
` [PATCH 05/16] reftable/table: move reading block into block reader
` [PATCH 06/16] reftable/block: rename `block` to `block_data`
` [PATCH 07/16] reftable/block: rename `block_reader` to `reftable_block`
` [PATCH 08/16] git-zlib: use `struct z_stream_s` instead of typedef
` [PATCH 09/16] reftable/block: create public interface for reading blocks
` [PATCH 10/16] reftable/block: store block pointer in the block iterator
` [PATCH 11/16] reftable/block: make block iterators reseekable
` [PATCH 12/16] reftable/block: expose a generic iterator over reftable records
` [PATCH 13/16] reftable/table: add `reftable_table` to the public interface
` [PATCH 14/16] reftable/table: introduce iterator for table blocks
` [PATCH 15/16] reftable/constants: make block types part of the public interface
` [PATCH 16/16] reftable/table: move printing logic into test helper

Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer
 2025-04-02 19:52 UTC  (5+ messages)

Let's celebrate Git's 20th anniversary this coming Monday!
 2025-04-02 19:41 UTC 

[PATCH 00/20] t: drop Perl as a mandatory prerequisite
 2025-04-02 19:32 UTC  (23+ messages)
` [PATCH v3 "
  ` [PATCH v3 06/20] t: introduce PERL_TEST_HELPERS prerequisite
  ` [PATCH v3 11/20] t: refactor tests depending on Perl substitution operator
  ` [PATCH v3 12/20] t: refactor tests depending on Perl to print data
  ` [PATCH v3 13/20] t: refactor tests depending on Perl for textconv scripts
  ` [PATCH v3 14/20] t/lib-gpg: refactor `sanitize_pgp()` to not depend on Perl
  ` [PATCH v3 17/20] t0021: refactor `generate_random_characters()` "

[GSoC] Project Proposal: Machine-Readable Repository Information Query Tool
 2025-04-02 18:22 UTC 

[GSoC PROPOSAL v1] Refactoring in order to reduce Git’s global state
 2025-04-02 18:14 UTC 

[PATCH 0/2] help: include SHA build options in version info
 2025-04-02 15:59 UTC  (18+ messages)
` [PATCH 1/2] help: include SHA implementation "
` [PATCH v2 0/2] help: include SHA build options "
  ` [PATCH v2 1/2] help: include SHA implementation "
  ` [PATCH v2 2/2] help: include unsafe SHA-1 build info in version

meson: Installing completions
 2025-04-02 14:05 UTC  (6+ messages)

[PATCH] revision: fix --left/right-only use with unrelated histories
 2025-04-02 13:12 UTC  (6+ messages)

[PATCH 0/3] rebase -r: a bugfix and two status-related improvements
 2025-04-02 13:09 UTC  (13+ messages)
` [PATCH 1/3] rebase -r: do create merge commit after empty resolution
` [PATCH 2/3] wt-status: also abbreviate 'merge' and 'fixup -C' lines during rebase
` [PATCH 3/3] wt-status: suggest 'git rebase --continue' to conclude 'merge' instruction

[PATCH] blame: fix unblamable and ignored lines in porcelain mode
 2025-04-02 13:07 UTC  (5+ messages)
` [PATCH v4] blame: print unblamable and ignored commits "

[PATCH 0/9] builtin/cat-file: allow filtering objects in batch mode
 2025-04-02 11:13 UTC  (13+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 01/11] builtin/cat-file: rename variable that tracks usage
  ` [PATCH v3 02/11] builtin/cat-file: introduce function to report object status
  ` [PATCH v3 03/11] builtin/cat-file: wire up an option to filter objects
  ` [PATCH v3 04/11] builtin/cat-file: support "blob:none" objects filter
  ` [PATCH v3 05/11] builtin/cat-file: support "blob:limit=" "
  ` [PATCH v3 06/11] builtin/cat-file: support "object:type=" "
  ` [PATCH v3 07/11] pack-bitmap: allow passing payloads to `show_reachable_fn()`
  ` [PATCH v3 08/11] pack-bitmap: add function to iterate over filtered bitmapped objects
  ` [PATCH v3 09/11] pack-bitmap: introduce function to check whether a pack is bitmapped
  ` [PATCH v3 10/11] builtin/cat-file: deduplicate logic to iterate over all objects
  ` [PATCH v3 11/11] builtin/cat-file: use bitmaps to efficiently filter by object type

[PATCH v2 00/10] builtin/cat-file: allow filtering objects in batch mode
 2025-04-02 11:13 UTC  (22+ messages)
` [PATCH v2 01/10] builtin/cat-file: rename variable that tracks usage
` [PATCH v2 02/10] builtin/cat-file: wire up an option to filter objects
` [PATCH v2 03/10] builtin/cat-file: support "blob:none" objects filter
` [PATCH v2 06/10] pack-bitmap: allow passing payloads to `show_reachable_fn()`
` [PATCH v2 08/10] pack-bitmap: introduce function to check whether a pack is bitmapped
` [PATCH v2 09/10] builtin/cat-file: deduplicate logic to iterate over all objects

[PATCH 1/2] The second batch
 2025-04-02 10:22 UTC 

--reset-author does not reset author date when used in post-commit hook
 2025-04-02 10:06 UTC  (5+ messages)

[PATCH 1/2] The second batch
 2025-04-02 10:05 UTC 

[PATCH 1/2] The second batch
 2025-04-02  9:37 UTC 

[GSoC][Proposal RFC] Consolidate ref-related functionality into git-refs
 2025-04-02  8:21 UTC  (2+ messages)

[GSoC 2025] [PATCH 1/1] t9811: avoid using pipes
 2025-04-02  8:15 UTC 

[GSoC] Proposal Discussion: git-refs Project
 2025-04-02  8:02 UTC  (5+ messages)
` [GSoC] git-refs proposal draft

[PATCH v3 0/5] doc: git diff reformatting
 2025-04-02  6:49 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] doc: git-diff: apply new documentation guidelines
      ` [PATCH] doc: fix asciidoctor synopsis processing of triple-dots

[PATCH 0/4] Collection of build fixes
 2025-04-02  6:40 UTC  (9+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 2/5] gitweb: fix generation of "gitweb.js"
  ` [PATCH v2 3/5] meson: respect 'tests' build option in contrib

[PATCH] column: exit early when indent length is larger than width
 2025-04-02  1:45 UTC 

[ITCH] Redundant rebuilds when rebasing outdated branch
 2025-04-01 23:44 UTC  (2+ messages)

Git client bug with branch containing "."
 2025-04-01 21:16 UTC  (3+ messages)

[ANNOUNCE] Git Rev News edition 121
 2025-04-01 20:38 UTC 

[PATCH 0/5] parse-options: harden handling of integer values
 2025-04-01 18:47 UTC  (7+ messages)
` [PATCH 1/5] global: use designated initializers for options
` [PATCH 2/5] parse-options: introduce precision handling for `OPTION_INTEGER`
` [PATCH 3/5] parse-options: introduce precision handling for `OPTION_MAGNITUDE`
` [PATCH 4/5] parse-options: introduce `OPTION_UNSIGNED`
` [PATCH 5/5] parse-options: detect mismatches in integer signedness

[PATCH 0/2] bundle: fix non-linear performance scaling with refs
 2025-04-01 17:00 UTC  (3+ messages)
` [PATCH 1/2] t6020: test for duplicate refnames in bundle creation
` [PATCH 2/2] bundle: fix non-linear performance scaling with refs

[PATCH] git-gui - simplify _open_stdout_stderr
 2025-04-01 16:48 UTC  (3+ messages)

git v2.49.0 - gitk regression on Cygwin
 2025-04-01 16:44 UTC  (11+ messages)
` [PATCH] gitk - override $PATH search only on Windows
      ` [PATCH v2 0/3] gitk: override PATH "
        ` [PATCH v2 1/3] gitk: override $PATH "
        ` [PATCH v2 2/3] gitk: _search_exe is no longer needed
        ` [PATCH v2 3/3] gitk: limit PATH search to bare executable names

[Windows] Severe problems after upgrading to 2.48.1.windows.1
 2025-04-01 15:45 UTC  (2+ messages)

Testsuite failure on s390x and sparc64 after 6840fe9ee2
 2025-04-01 15:04 UTC  (13+ messages)

git-interpret-trailers and period characters in the key
 2025-04-01 13:27 UTC 

[PATCH 0/8] Introduce git-blame-tree(1) command
 2025-04-01  9:29 UTC  (5+ messages)

[PATCH 0/3] http: support fine-tuning curl's keepalive behavior
 2025-04-01  9:16 UTC  (8+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 2/4] http.c: introduce `set_long_from_env()` for convenience
  ` [PATCH v2 3/4] http.c: inline `set_curl_keepalive()`
  ` [PATCH v2 4/4] http.c: allow custom TCP keepalive behavior via config

[PATCH] git p4 fix for failure to decode p4 errors
 2025-03-31 23:37 UTC  (8+ messages)

[PATCH 0/1] Restore the ability to clone repositories owned by another user
 2025-03-31 21:53 UTC  (4+ messages)
` [PATCH 1/1] Allow cloning from "

How to get git-daemon to work in a post-CVE world?
 2025-03-31 20:45 UTC  (4+ messages)

[PATCH 0/8] Debug merge-recursive.[ch]
 2025-03-31 18:14 UTC  (11+ messages)
` [PATCH 1/8] checkout: replace merge_trees() with merge_ort_nonrecursive()
` [PATCH 2/8] builtin/merge-recursive: switch to using merge_ort_generic()
` [PATCH 3/8] merge-ort: enable diff-algorithms other than histogram
` [PATCH 4/8] sequencer: switch non-recursive merges over to ort
` [PATCH 5/8] merge, sequencer: switch recursive "
` [PATCH 6/8] merge-recursive.[ch]: thoroughly debug these
` [PATCH 7/8] tests: remove GIT_TEST_MERGE_ALGORITHM and test_expect_merge_algorithm
` [PATCH 8/8] builtin/{merge,rebase,revert}: remove GIT_TEST_MERGE_ALGORITHM

[PREVIEW] add --must-filter option for fetch and clone
 2025-03-31 16:16 UTC 

[PATCH] add --must-filter option for fetch and clone
 2025-03-31 15:34 UTC 

[GSOC] [PROPOSAL V1]: Refactoring in order to reduce Git’s global state
 2025-03-31 15:18 UTC  (6+ messages)

[GSOC] [Proposal v1] Machine-Readable Repository Information Query Tool
 2025-03-31 14:59 UTC  (2+ messages)

[RFC PATCH v1 0/4] Fix `cargo package` for libgit-sys
 2025-03-31 14:52 UTC  (9+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 2/5] libgit-sys: add symlink to git repo root and build out of tree

Fw: Apply now With RCS GROUP
 2025-03-31 11:46 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox