git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-09 17:45:54 to 2024-09-12 10:05:04 UTC [more...]

[PATCH 0/4] remote: branch setting fixes
 2024-09-12 10:05 UTC  (12+ messages)
` [PATCH 1/4] remote: fix set-branches when no branches are set
` [PATCH 2/4] remote: print an error if refspec cannot be removed
` [PATCH 3/4] remote add: use strvec to store tracking branches
` [PATCH 4/4] remote: check branch names

[PATCH] ci: remove 'Upload failed tests' directories' step from linux32 jobs
 2024-09-12  9:48 UTC  (9+ messages)
      ` [PATCH 0/4] make linux32 ci job work with recent actions
        ` [PATCH 1/4] ci: drop run-docker scripts
        ` [PATCH 2/4] ci: unify ubuntu and ubuntu32 dependencies
        ` [PATCH 3/4] ci: use more recent linux32 image
        ` [PATCH 4/4] ci: use regular action versions for linux32 job

[PATCH 0/3] Add repository parameter to builtins
 2024-09-12  9:45 UTC  (13+ messages)
` [PATCH 1/3] builtin: add a repository parameter for builtin functions
` [PATCH v2 0/3] Add repository parameter to builtins
  ` [PATCH v2 1/3] builtin: add a repository parameter for builtin functions
  ` [PATCH v2 2/3] builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
  ` [PATCH v2 3/3] add: pass in repo variable instead of global the_repository

Migration of git-scm.com to a static web site: ready for review/testing
 2024-09-12  7:53 UTC  (12+ messages)

[PATCH v3 0/4] add ref content check for files backend
 2024-09-12  4:00 UTC  (13+ messages)
` [PATCH v3 2/4] ref: add regular "
` [PATCH v3 3/4] ref: add symref "
` [PATCH v3 4/4] ref: add symlink ref "

(no subject)
 2024-09-12  1:47 UTC 

[PATCH 00/30] [RFC] Path-walk API and applications
 2024-09-11 21:32 UTC  (32+ messages)
` [PATCH 01/30] path-walk: introduce an object walk by path
` [PATCH 02/30] backfill: add builtin boilerplate
` [PATCH 03/30] backfill: basic functionality and tests
` [PATCH 04/30] backfill: add --batch-size=<n> option
` [PATCH 05/30] backfill: add --sparse option
` [PATCH 06/30] backfill: assume --sparse when sparse-checkout is enabled
` [PATCH 07/30] path-walk: allow consumer to specify object types
` [PATCH 08/30] path-walk: allow visiting tags
` [PATCH 09/30] survey: stub in new experimental `git-survey` command
` [PATCH 10/30] survey: add command line opts to select references
` [PATCH 11/30] survey: collect the set of requested refs
` [PATCH 12/30] survey: start pretty printing data in table form
` [PATCH 13/30] survey: add object count summary
` [PATCH 14/30] survey: summarize total sizes by object type
` [PATCH 15/30] survey: show progress during object walk
` [PATCH 16/30] survey: add ability to track prioritized lists
` [PATCH 17/30] survey: add report of "largest" paths
` [PATCH 18/30] revision: create mark_trees_uninteresting_dense()
` [PATCH 19/30] path-walk: add prune_all_uninteresting option
` [PATCH 20/30] pack-objects: add --path-walk option
` [PATCH 21/30] pack-objects: extract should_attempt_deltas()
` [PATCH 22/30] pack-objects: introduce GIT_TEST_PACK_PATH_WALK
` [PATCH 23/30] p5313: add size comparison test
` [PATCH 24/30] repack: add --path-walk option
` [PATCH 25/30] pack-objects: enable --path-walk via config
` [PATCH 26/30] scalar: enable path-walk during push "
` [PATCH 27/30] pack-objects: add --full-name-hash option
` [PATCH 28/30] test-name-hash: add helper to compute name-hash functions
` [PATCH 29/30] p5314: add a size test for name-hash collisions
` [PATCH 30/30] pack-objects: output debug info about deltas

[PATCH 00/21] environment: guard reliance on `the_repository`
 2024-09-11 21:26 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/21] environment: make `get_git_dir()` accept a repository
  ` [PATCH v2 06/21] environment: make `get_git_work_tree()` "
  ` [PATCH v2 07/21] config: document `read_early_config()` and `read_very_early_config()`
  ` [PATCH v2 09/21] environment: move `odb_mkstemp()` into object layer
  ` [PATCH v2 10/21] environment: make `get_git_namespace()` self-contained
  ` [PATCH v2 16/21] branch: stop modifying `log_all_ref_updates` variable

[PATCH 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses
 2024-09-11 21:23 UTC  (11+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 3/9] finalize_object_file(): implement collision check
  ` [PATCH v3 5/9] i5500-git-daemon.sh: use compile-able version of Git without OpenSSL

[RFC PATCH v2 0/2] set remote/HEAD with fetch
 2024-09-11 15:59 UTC  (9+ messages)
` [RFC PATCH v2 1/2] fetch: set-head with --set-head option
` [RFC PATCH v2 2/2] set-head: do not update if there is no change

[PATCH 0/2] add missing LIBCURL prereq to a few tests
 2024-09-11 15:53 UTC  (4+ messages)
` [PATCH 1/2] t1517: add missing LIBCURL prereq
` [PATCH 2/2] t0211: "

[PATCH v2] git gui: add directly calling merge tool from gitconfig
 2024-09-11 14:23 UTC  (5+ messages)
` [PATCH v3] "
    ` AW: "
  ` [PATCH v4] git gui: add directly calling merge tool from configuration

[ANNOUNCE] Outreachy mentor sign-up deadline is Wednesday September 11th at 4pm UTC
 2024-09-11 13:27 UTC  (7+ messages)

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2024-09-11 13:11 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 6/6] "

[RFC PATCH 0/2] set remote/HEAD with fetch
 2024-09-11 12:16 UTC  (5+ messages)
` [RFC PATCH 1/2] fetch: set-head with --set-head option
` [RFC PATCH 2/2] set-head: do not update if there is no change

`git diff --break-rewrites` does not work (otherwise it should break rewrite into delete and create, for `--find-renames` to work)
 2024-09-11 10:30 UTC  (3+ messages)

[PATCH 0/4] pack-objects: create new name-hash algorithm
 2024-09-11  6:32 UTC  (14+ messages)
` [PATCH 1/4] pack-objects: add --full-name-hash option
` [PATCH 2/4] git-repack: update usage to match docs

[PATCH 0/2] make chainlint output more newcomer-friendly
 2024-09-10 22:17 UTC  (13+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] chainlint: don't be fooled by "?!...?!" in test body
  ` [PATCH v2 2/3] chainlint: make error messages self-explanatory
  ` [PATCH v2 3/3] chainlint: reduce annotation noise-factor

[BUG REPORT] sparseIndexExpanded hint always shows on sparse worktree move
 2024-09-10 19:33 UTC  (2+ messages)

[PATCH v3 0/6] Introduce libgit-rs, a Rust wrapper around libgit.a
 2024-09-10 19:26 UTC  (20+ messages)
` [PATCH v3 2/6] libgit-sys: introduce Rust wrapper for libgit.a
` [PATCH v3 3/6] libgit-sys: add repo initialization and config access
` [PATCH v3 4/6] config: add git_configset_alloc() and git_configset_clear_and_free()
` [PATCH v3 5/6] libgit: add higher-level libgit crate
` [PATCH v3 6/6] Makefile: add option to build and test libgit-rs and libgit-rs-sys

[PATCH 0/4] Introduce a "promisor-remote" capability
 2024-09-10 17:46 UTC  (20+ messages)
` [PATCH 3/4] Add 'promisor-remote' capability to protocol v2
` [PATCH 4/4] promisor-remote: check advertised name or URL
` [PATCH v2 0/4] Introduce a "promisor-remote" capability
  ` [PATCH v2 1/4] version: refactor strbuf_sanitize()
  ` [PATCH v2 2/4] strbuf: refactor strbuf_trim_trailing_ch()
  ` [PATCH v2 3/4] Add 'promisor-remote' capability to protocol v2
  ` [PATCH v2 4/4] promisor-remote: check advertised name or URL

[PATCH] Makefile: rename clar-related variables to avoid confusion
 2024-09-10 17:35 UTC  (2+ messages)

[PATCH 0/9] ref-filter %(trailer) fixes
 2024-09-10 16:48 UTC  (23+ messages)
` [PATCH 1/9] t6300: drop newline from wrapped test title
` [PATCH 2/9] ref-filter: avoid extra copies of payload/signature
` [PATCH 3/9] ref-filter: strip signature when parsing tag trailers
` [PATCH 4/9] ref-filter: drop useless cast in trailers_atom_parser()
` [PATCH 5/9] ref-filter: store ref_trailer_buf data per-atom
` [PATCH 6/9] ref-filter: fix leak of %(trailers) "argbuf"
` [PATCH 7/9] ref-filter: fix leak with %(describe) arguments
` [PATCH 8/9] ref-filter: fix leak when formatting %(push:remoteref)
` [PATCH 9/9] ref-filter: add ref_format_clear() function
` [PATCH 10/9] ref-filter: fix leak with unterminated %(if) atoms

What's cooking draft as of 2024-09-06 late night
 2024-09-10 14:41 UTC  (8+ messages)
  ` Re*: "

`git remote set-branches (without --add) <name> <branch>…​` does not add refspecs to `remote.<remote>.fetch` when `remote.<remote>.fetch` does not exist
 2024-09-10 11:01 UTC  (5+ messages)
` `git remote set-branches (without --add) <name> <branch>… ` "

[RFC PATCH 0/3] Introduce clar testing framework
 2024-09-10  6:20 UTC  (5+ messages)
` [PATCH v8 00/14] "
  ` [PATCH v8 10/14] Makefile: wire up the clar unit "

SyntaxWarning for '\S'
 2024-09-10  3:49 UTC 

Fix issue with formatting multiple trailer keys
 2024-09-10  2:22 UTC  (5+ messages)

What's cooking in git.git (Sep 2024, #03; Mon, 9)
 2024-09-09 23:38 UTC 

[PATCH] gitk: new config options for wrapping and diff modes
 2024-09-09 22:30 UTC  (2+ messages)
` [PATCH v2] "

[bug?] git diff --cached in a non-git directory
 2024-09-09 20:26 UTC  (5+ messages)

header signatures for hash transition?
 2024-09-09 20:20 UTC  (3+ messages)

[PATCH] remote: introduce config to set prefetch refs
 2024-09-09 18:33 UTC  (4+ messages)


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