git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-25 17:44:15 to 2024-06-30 10:12:29 UTC [more...]

[PATCH 0/4] keep track of unresolved value of symbolic-ref in ref iterators
 2024-06-30 10:12 UTC  (8+ messages)
` [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe

[PATCH] t0613: mark as leak-free
 2024-06-30  6:46 UTC 

[PATCH] test-lib: fix GIT_TEST_SANITIZE_LEAK_LOG
 2024-06-30  6:42 UTC 

Draft of Git Rev News edition 112
 2024-06-30  6:16 UTC  (3+ messages)

[PATCH] pathspec: fix typo "glossary-context.txt" -> "glossary-content.txt"
 2024-06-29 19:31 UTC 

[PATCH] submodule--helper: use strvec_pushf() for --super-prefix
 2024-06-29 18:01 UTC 

[QUESTION]: How to get uploading git objects via a git command in a pre-receive-hook
 2024-06-29 16:29 UTC  (2+ messages)

[PATCH 0/6] unit-tests: add and use TEST_RUN to simplify tests
 2024-06-29 15:47 UTC  (7+ messages)
` [PATCH 1/6] t0080: move expected output to a file
` [PATCH 2/6] unit-tests: add TEST_RUN
` [PATCH 3/6] t-ctype: use TEST_RUN
` [PATCH 4/6] t-reftable-basics: "
` [PATCH 5/6] t-strvec: "
` [PATCH 6/6] t-strbuf: "

Confusing treatment of "head" in worktree on case-insensitive FS
 2024-06-29 14:39 UTC 

Does gitk work with sha256 repositories?
 2024-06-29 12:00 UTC 

What's cooking in git.git (Jun 2024, #09; Fri, 28)
 2024-06-29  2:18 UTC 

bundles discovery and clones
 2024-06-29  2:02 UTC  (3+ messages)

With big repos and slower connections, git clone can be hard to work with
 2024-06-29  1:53 UTC  (11+ messages)

[PATCH 0/1] Proactive authentication over HTTP
 2024-06-29  0:23 UTC  (6+ messages)
` [PATCH 1/1] http: allow authenticating proactively

git init fails because of includeIf configuration
 2024-06-28 19:40 UTC  (2+ messages)

[PATCH 0/5] sparse-index: improve clear_skip_worktree_from_present_files()
 2024-06-28 19:34 UTC  (36+ messages)
` [PATCH 1/5] sparse-index: refactor skip worktree retry logic
` [PATCH 2/5] sparse-index: refactor path_found()
` [PATCH 5/5] sparse-index: improve lstat caching of sparse paths
` [PATCH v2 0/5] sparse-index: improve clear_skip_worktree_from_present_files()
  ` [PATCH v2 1/5] sparse-checkout: refactor skip worktree retry logic
  ` [PATCH v2 2/5] sparse-index: refactor path_found()
  ` [PATCH v2 3/5] sparse-index: use strbuf in path_found()
  ` [PATCH v2 4/5] sparse-index: count lstat() calls
  ` [PATCH v2 5/5] sparse-index: improve lstat caching of sparse paths
  ` [PATCH v3 0/5] sparse-index: improve clear_skip_worktree_from_present_files()
    ` [PATCH v3 1/5] sparse-checkout: refactor skip worktree retry logic
    ` [PATCH v3 2/5] sparse-index: refactor path_found()
    ` [PATCH v3 3/5] sparse-index: use strbuf in path_found()
    ` [PATCH v3 4/5] sparse-index: count lstat() calls
    ` [PATCH v3 5/5] sparse-index: improve lstat caching of sparse paths

[PATCH v3] git-send-email: Use sanitized address when reading mbox body
 2024-06-28 19:30 UTC  (2+ messages)

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2024-06-28 19:05 UTC  (7+ messages)
` [PATCH 1/6] fetch-pack: refactor packet writing
` [PATCH 2/6] fetch-pack: move fetch initialization
` [PATCH 3/6] serve: advertise object-info feature
` [PATCH 4/6] transport: add client support for object-info
` [PATCH 5/6] cat-file: add declaration of variable i inside its for loop
` [PATCH 6/6] cat-file: add remote-object-info to batch-command

[PATCH 0/7] Fix and improve some error codepaths in merge-ort
 2024-06-28 17:11 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/7] merge-ort: maintain expected invariant for priv member
  ` [PATCH v2 3/7] merge-ort: fix type of local 'clean' var in handle_content_merge()
  ` [PATCH v2 4/7] merge-ort: clearer propagation of failure-to-function from merge_submodule

[PATCH 0/1] support GIT_IGNORE_INSECURE_OWNER environment variable
 2024-06-28 16:48 UTC  (13+ messages)
` [PATCH] setup: "

[GSoC][PATCH] t: migrate helper/test-urlmatch-normalization to unit tests
 2024-06-28 12:56 UTC 

[GSoC][PATCH] t: port helper/test-hashmap.c to unit-tests/t-hashmap.c
 2024-06-28 12:41 UTC 

[GSoC][PATCH] t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.c
 2024-06-28 12:20 UTC  (6+ messages)
` [GSoC][PATCH v2] "

[PATCH v3] git-send-email: Use sanitized address when reading mbox body
 2024-06-28  8:48 UTC 

[GSoC][PATCH 0/11] t: port reftable/record_test.c to the unit testing framework
 2024-06-28  6:19 UTC  (28+ messages)
  ` [PATCH 01/11] t: move "
  ` [PATCH 06/11] t-reftable-record: add ref tests for reftable_record_is_deletion()
  ` [PATCH 09/11] t-reftable-record: add index "
` [GSoC][PATCH v3 0/11] t: port reftable/record_test.c to the unit testing framework
  ` [PATCH v3 01/11] t: move "
  ` [PATCH v3 02/11] t-reftable-record: add reftable_record_cmp() tests for log records
  ` [PATCH v3 03/11] t-reftable-record: add comparison tests for ref records
  ` [PATCH v3 04/11] t-reftable-record: add comparison tests for index records
  ` [PATCH v3 05/11] t-reftable-record: add comparison tests for obj records
  ` [PATCH v3 06/11] t-reftable-record: add ref tests for reftable_record_is_deletion()
  ` [PATCH v3 07/11] t-reftable-record: add log "
  ` [PATCH v3 08/11] t-reftable-record: add obj "
  ` [PATCH v3 09/11] t-reftable-record: add index "
  ` [PATCH v3 10/11] t-reftable-record: add tests for reftable_ref_record_compare_name()
  ` [PATCH v3 11/11] t-reftable-record: add tests for reftable_log_record_compare_key()

[GSoC][PATCH v4 0/7] ref consistency check infra setup
 2024-06-28  4:22 UTC  (18+ messages)
` [GSoC][PATCH v5 00/12] "
  ` [GSoC][PATCH v5 01/12] fsck: rename "fsck_options" to "fsck_objects_options"
  ` [GSoC][PATCH v5 02/12] fsck: use "fsck_configs" to set up configs
  ` [GSoC][PATCH v5 03/12] fsck: abstract common options for reusing
  ` [GSoC][PATCH v5 04/12] fsck: add "fsck_refs_options" struct
  ` [GSoC][PATCH v5 05/12] fsck: add a unified interface for reporting fsck messages
  ` [GSoC][PATCH v5 06/12] fsck: add "fsck_refs_options" initialization macros
  ` [GSoC][PATCH v5 07/12] refs: set up ref consistency check infrastructure
  ` [GSoC][PATCH v5 08/12] builtin/refs: add verify subcommand
  ` [GSoC][PATCH v5 09/12] builtin/fsck: add `git-refs verify` child process
  ` [GSoC][PATCH v5 10/12] files-backend: add unified interface for refs scanning
  ` [GSoC][PATCH v5 11/12] fsck: add ref name check for files backend
  ` [GSoC][PATCH v5 12/12] fsck: add ref content "

Usage of `-u` flag in `git status` cli
 2024-06-28  4:21 UTC 

[PATCH 00/16] mktree: support more flexible usage
 2024-06-27 19:29 UTC  (9+ messages)
` [PATCH v2 00/17] "
  ` [PATCH v2 13/17] mktree: use iterator struct to add tree entries to index
  ` [PATCH v2 15/17] mktree: optionally add to an existing tree
  ` [PATCH v2 16/17] mktree: allow deeper paths in input

Find commit of currently included subtree?
 2024-06-27 17:50 UTC 

[PATCH v3] describe: refresh the index when 'broken' flag is used
 2024-06-27 17:33 UTC  (27+ messages)
  ` [PATCH v4] "
  ` [PATCH v5] "
        ` Re* "
      ` [PATCH v7] "

[PATCH v2] git-send-email: Use sanitized address when reading mbox body
 2024-06-27 15:09 UTC  (4+ messages)

[Outreachy][PATCH 1/2] date: refactor 64 bit prereq code into reusable functions
 2024-06-27  6:49 UTC  (8+ messages)
` [Outreachy][PATCH 2/2] Port helper/test-date.c to unit-tests/t-date.c

[PATCH v0 0/1] Teach git version --build-options about zlib+libcurl
 2024-06-26 22:28 UTC  (13+ messages)
` [PATCH v0 1/1] "

[PATCH 0/3] reduce test suite dependency on network
 2024-06-26 20:57 UTC  (4+ messages)
` [PATCH 1/3] t5553: use local url for invalid fetch
` [PATCH 2/3] t5551: do not confirm that bogus url cannot be used
` [PATCH 3/3] t/lib-bundle-uri: use local fake bundle URLs

Cannot override `remote.origin.url` with `-c` option
 2024-06-26 20:40 UTC  (7+ messages)
      ` [PATCH 0/11] allow overriding remote.*.url

[PATCH] archive: make --add-virtual-file honor --prefix
 2024-06-26 19:05 UTC  (9+ messages)
` [PATCH v2] "
          ` [PATCH] archive: document that --add-virtual-file takes full path

Local git server can't serve https until repos owned by http, can't serve ssh unless repos owned by user after 2.45.1
 2024-06-26 18:51 UTC  (10+ messages)

[PATCH v3] date: detect underflow/overflow when parsing dates with timezone offset
 2024-06-26 18:32 UTC  (10+ messages)
    ` [PATCH v4 0/2] Darcy's "date underflow fix" topic, final reroll
      ` [PATCH v4 1/2] t0006: simplify prerequisites
      ` [PATCH v4 2/2] date: detect underflow/overflow when parsing dates with timezone offset

[PATCH resend] git-send-email: Use sanitized address when reading mbox body
 2024-06-26 13:33 UTC  (6+ messages)

[PATCH 0/1] support GIT_IGNORE_INSECURE_OWNER environment variable
 2024-06-26 12:33 UTC 

[PATCH v6] describe: refresh the index when 'broken' flag is used
 2024-06-26 12:34 UTC 

Regarding howto/revert-a-faulty-merge.txt - another way to revert a merge
 2024-06-26 12:17 UTC  (3+ messages)

What's cooking in git.git (Jun 2024, #08; Mon, 24)
 2024-06-26  4:37 UTC  (2+ messages)

[PATCH 00/19] midx: incremental multi-pack indexes, part one
 2024-06-26  0:44 UTC  (3+ messages)

Problem with multiples levels of submodules
 2024-06-25 22:54 UTC 


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