git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-11 20:05:38 to 2024-06-14 09:52:20 UTC [more...]

[GSoC][PATCH v3 0/7] t: port reftable/pq_test.c to the unit testing framework
 2024-06-14  9:48 UTC  (8+ messages)
` [GSoC][PATCH v4 "
  ` [PATCH v4 1/7] reftable: remove unncessary curly braces in reftable/pq.c
  ` [PATCH v4 2/7] reftable: change the type of array indices to 'size_t' "
  ` [PATCH v4 3/7] t: move reftable/pq_test.c to the unit testing framework
  ` [PATCH v4 4/7] t-reftable-pq: make merged_iter_pqueue_check() static
  ` [PATCH v4 5/7] t-reftable-pq: make merged_iter_pqueue_check() callable by reference
  ` [PATCH v4 6/7] t-reftable-pq: add test for index based comparison

[PATCH 00/21] Introduce `USE_THE_REPOSITORY_VARIABLE` macro
 2024-06-14  6:51 UTC  (64+ messages)
` [PATCH 16/21] compat/fsmonitor: remove dependency on `the_repository` in Darwin IPC
` [PATCH 19/21] t/helper: remove dependency on `the_repository` in "oidtree"
` [PATCH v2 00/20] Introduce `USE_THE_REPOSITORY_VARIABLE` macro
  ` [PATCH v2 01/20] hash: drop (mostly) unused `is_empty_{blob,tree}_sha1()` functions
  ` [PATCH v2 02/20] hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
  ` [PATCH v2 03/20] hash: require hash algorithm in `oidread()` and `oidclr()`
  ` [PATCH v2 04/20] global: ensure that object IDs are always padded
  ` [PATCH v2 05/20] hash: convert `oidcmp()` and `oideq()` to compare whole hash
  ` [PATCH v2 06/20] hash: make `is_null_oid()` independent of `the_repository`
  ` [PATCH v2 07/20] hash: require hash algorithm in `is_empty_{blob,tree}_oid()`
  ` [PATCH v2 08/20] hash: require hash algorithm in `empty_tree_oid_hex()`
  ` [PATCH v2 09/20] global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
  ` [PATCH v2 10/20] refs: avoid include cycle with "repository.h"
  ` [PATCH v2 11/20] hash-ll: merge with "hash.h"
  ` [PATCH v2 12/20] http-fetch: don't crash when parsing packfile without a repo
  ` [PATCH v2 13/20] oidset: pass hash algorithm when parsing file
  ` [PATCH v2 14/20] protocol-caps: use hash algorithm from passed-in repository
  ` [PATCH v2 15/20] replace-object: "
  ` [PATCH v2 16/20] compat/fsmonitor: fix socket path in networked SHA256 repos
  ` [PATCH v2 17/20] t/helper: use correct object hash in partial-clone helper
  ` [PATCH v2 18/20] t/helper: fix segfault in "oid-array" command without repository
  ` [PATCH v2 19/20] t/helper: remove dependency on `the_repository` in "proc-receive"
  ` [PATCH v2 20/20] hex: guard declarations with `USE_THE_REPOSITORY_VARIABLE`
` [PATCH v3 00/20] Introduce `USE_THE_REPOSITORY_VARIABLE` macro
  ` [PATCH v3 01/20] hash: drop (mostly) unused `is_empty_{blob,tree}_sha1()` functions
  ` [PATCH v3 02/20] hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
  ` [PATCH v3 03/20] hash: require hash algorithm in `oidread()` and `oidclr()`
  ` [PATCH v3 04/20] global: ensure that object IDs are always padded
  ` [PATCH v3 05/20] hash: convert `oidcmp()` and `oideq()` to compare whole hash
  ` [PATCH v3 06/20] hash: make `is_null_oid()` independent of `the_repository`
  ` [PATCH v3 07/20] hash: require hash algorithm in `is_empty_{blob,tree}_oid()`
  ` [PATCH v3 08/20] hash: require hash algorithm in `empty_tree_oid_hex()`
  ` [PATCH v3 09/20] global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
  ` [PATCH v3 10/20] refs: avoid include cycle with "repository.h"
  ` [PATCH v3 11/20] hash-ll: merge with "hash.h"
  ` [PATCH v3 12/20] http-fetch: don't crash when parsing packfile without a repo
  ` [PATCH v3 13/20] oidset: pass hash algorithm when parsing file
  ` [PATCH v3 14/20] protocol-caps: use hash algorithm from passed-in repository
  ` [PATCH v3 15/20] replace-object: "
  ` [PATCH v3 16/20] compat/fsmonitor: fix socket path in networked SHA256 repos
  ` [PATCH v3 17/20] t/helper: use correct object hash in partial-clone helper
  ` [PATCH v3 18/20] t/helper: fix segfault in "oid-array" command without repository
  ` [PATCH v3 19/20] t/helper: remove dependency on `the_repository` in "proc-receive"
  ` [PATCH v3 20/20] hex: guard declarations with `USE_THE_REPOSITORY_VARIABLE`

[RFC PATCH] docs: document upcoming breaking changes
 2024-06-14  6:42 UTC  (6+ messages)
` [PATCH v7 0/4] "
  ` [PATCH v7 1/4] docs: introduce document to announce "
  ` [PATCH v7 2/4] BreakingChanges: document upcoming change from "sha1" to "sha256"
  ` [PATCH v7 3/4] BreakingChanges: document removal of grafting
  ` [PATCH v7 4/4] BreakingChanges: document that we do not plan to deprecate git-checkout

What's cooking in git.git (Jun 2024, #04; Wed, 12)
 2024-06-14  5:52 UTC  (6+ messages)

[GSoC][PATCH 0/2] ref consistency check infra setup
 2024-06-14  5:20 UTC  (12+ messages)
` [GSoC][PATCH v2 0/7] "
  ` [GSoC][PATCH v2 1/7] fsck: add refs check interfaces to interface with fsck error levels
  ` [GSoC][PATCH v2 2/7] refs: set up ref consistency check infrastructure
  ` [GSoC][PATCH v2 3/7] builtin/refs: add verify subcommand
  ` [GSoC][PATCH v2 4/7] builtin/fsck: add `git-refs verify` child process
  ` [GSoC][PATCH v2 5/7] files-backend: add unified interface for refs scanning
  ` [GSoC][PATCH v2 6/7] fsck: add ref name check for files backend
  ` [GSoC][PATCH v2 7/7] fsck: add ref content "

[PATCH 0/7] Fix and improve some error codepaths in merge-ort
 2024-06-14  4:19 UTC  (13+ messages)
` [PATCH 1/7] merge-ort: extract handling of priv member into reusable function
` [PATCH 2/7] merge-ort: maintain expected invariant for priv member
` [PATCH 3/7] merge-ort: fix type of local 'clean' var in handle_content_merge()
` [PATCH 4/7] merge-ort: clearer propagation of failure-to-function from merge_submodule
` [PATCH 5/7] merge-ort: loosen commented requirements
` [PATCH 6/7] merge-ort: upon merge abort, only show messages causing the abort
` [PATCH 7/7] merge-ort: convert more error() cases to path_msg()

[PATCH v2] date: detect underflow when parsing dates with positive timezone offset
 2024-06-14  1:20 UTC  (12+ messages)
` [PATCH v3] date: detect underflow/overflow when parsing dates with "

Unexpected git merge exit code when killing merge driver during ancestor merge
 2024-06-13 22:22 UTC  (5+ messages)

[PATCH 00/16] mktree: support more flexible usage
 2024-06-13 18:38 UTC  (32+ messages)
` [PATCH 02/16] mktree: rename treeent to tree_entry
` [PATCH 03/16] mktree: use non-static tree_entry array
` [PATCH 04/16] update-index: generalize 'read_index_info'
` [PATCH 05/16] index-info.c: identify empty input lines in read_index_info
` [PATCH 06/16] index-info.c: parse object type in provided "
` [PATCH 07/16] mktree: use read_index_info to read stdin lines
` [PATCH 08/16] mktree: add a --literally option
` [PATCH 09/16] mktree: validate paths more carefully
` [PATCH 10/16] mktree: overwrite duplicate entries
` [PATCH 11/16] mktree: create tree using an in-core index
` [PATCH 12/16] mktree: use iterator struct to add tree entries to index
` [PATCH 14/16] mktree: optionally add to an existing tree

[PATCH v3] merge: avoid write merge state when unable to write index
 2024-06-13 17:27 UTC  (5+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

[PATCH 0/2] ci: detect more warnings via `-Og`
 2024-06-13 15:47 UTC  (13+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] ci: compile "linux-gcc-default" job with -Og
      ` [PATCH 1/2] DONTAPPLY: -Og fallout workaround

Cannot override `remote.origin.url` with `-c` option
 2024-06-13 10:24 UTC  (4+ messages)

bundles discovery and clones
 2024-06-13 10:20 UTC  (4+ messages)

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

[PATCH 0/4] Report rejections over HTTP when the remote rejects during the transfer
 2024-06-13 10:07 UTC  (12+ messages)
` [PATCH 1/4] t/lib-http: add serve-git.py
` [PATCH 2/4] t/lib-http.sh: add functions related to serve-git.py
` [PATCH 3/4] t5541: add test for rejecting a push due to packfile size
` [PATCH 4/4] remote-curl: read in the push report even if we fail to finish sending data

[BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
 2024-06-13  9:21 UTC  (11+ messages)

git fetch --prune fails with "fatal: bad object"
 2024-06-13  3:29 UTC  (12+ messages)

[RFH] t9500 failing???
 2024-06-12 20:09 UTC  (3+ messages)

[PATCH v5 0/4] object checking related additions and fixes for bundles in fetches
 2024-06-12 18:33 UTC  (5+ messages)
` [PATCH v6 0/3] "
  ` [PATCH v6 3/3] unbundle: support object verification for fetches
      `  "

[RFC] Avaiable disk space when automatic garbage collection kicks in
 2024-06-12 17:25 UTC  (4+ messages)

[Wishlist Bug] git-shell: Support libreadline
 2024-06-12 15:19 UTC  (3+ messages)

[PATCH] commit-graph: increment progress indicator
 2024-06-12 14:43 UTC  (4+ messages)

[GSoC][PATCH 0/4] t: port reftable/tree_test.c to the unit testing framework
 2024-06-12 12:53 UTC  (15+ messages)
` [GSoC][PATCH v2 0/5] "
  ` [PATCH v2 1/5] reftable: remove unnecessary curly braces in reftable/tree.c
  ` [PATCH v2 2/5] t: move reftable/tree_test.c to the unit testing framework
  ` [PATCH v2 3/5] t-reftable-tree: split test_tree() into two sub-test functions
  ` [PATCH v2 4/5] t-reftable-tree: add test for non-existent key
  ` [PATCH v2 5/5] t-reftable-tree: improve the test for infix_walk()
  ` [GSoC][PATCH v3 0/5] t: port reftable/tree_test.c to the unit testing framework
    ` [PATCH v3 1/5] reftable: remove unnecessary curly braces in reftable/tree.c
    ` [PATCH v3 2/5] t: move reftable/tree_test.c to the unit testing framework
    ` [PATCH v3 3/5] t-reftable-tree: split test_tree() into two sub-test functions
    ` [PATCH v3 4/5] t-reftable-tree: add test for non-existent key
    ` [PATCH v3 5/5] t-reftable-tree: improve the test for infix_walk()

Issue : Writing commits into the git repository takes longer than expected
 2024-06-12 11:45 UTC  (3+ messages)

What's cooking in git.git (Jun 2024, #03; Tue, 11)
 2024-06-12 10:09 UTC  (3+ messages)

rebase with record-origin
 2024-06-12  9:57 UTC 

[PATCH 00/29] Memory leak fixes (pt.2)
 2024-06-12  9:35 UTC  (8+ messages)
` [PATCH 13/29] merge-recursive: fix memory leak when finalizing merge
` [PATCH v2 00/29] Memory leak fixes (pt.2)

SEGV (detected by Address Sanitizer) when using `core.abbrev` option
 2024-06-12  9:29 UTC  (10+ messages)
` [PATCH 1/2] config: fix segfault when parsing "core.abbrev" without repo
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] parse-options-cb: stop clamping "--abbrev=" to hash length
  ` [PATCH v2 3/3] object-name: don't try to abbreviate to lengths greater than hexsz

bug: Commit throws fatal ownership error without explanation
 2024-06-11 21:13 UTC  (2+ 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).