Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-11 11:59:14 to 2024-06-13 22:23:02 UTC [more...]

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

[PATCH 0/7] Fix and improve some error codepaths in merge-ort
 2024-06-13 21:00 UTC  (9+ 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()

[GSoC][PATCH 0/2] ref consistency check infra setup
 2024-06-13 19:38 UTC  (11+ 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 00/21] Introduce `USE_THE_REPOSITORY_VARIABLE` macro
 2024-06-13 18:48 UTC  (40+ messages)
` [PATCH 16/21] compat/fsmonitor: remove dependency on `the_repository` in Darwin IPC
` [PATCH 18/21] t/helper: fix segfault in "oid-array" command without repository
` [PATCH 19/21] t/helper: remove dependency on `the_repository` in "oidtree"
` [PATCH 21/21] hex: guard declarations with `USE_THE_REPOSITORY_VARIABLE`
` [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 00/16] mktree: support more flexible usage
 2024-06-13 18:38 UTC  (37+ messages)
` [PATCH 01/16] mktree: use OPT_BOOL
` [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 13/16] mktree: add directory-file conflict hashmap
` [PATCH 14/16] mktree: optionally add to an existing tree
` [PATCH 15/16] mktree: allow deeper paths in input
` [PATCH 16/16] mktree: remove entries when mode is 0

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

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

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

[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  (14+ 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  (13+ 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 v4 0/4] object checking related additions and fixes for bundles in fetches
 2024-06-12 18:33 UTC  (14+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/4] unbundle: extend options to support object verification
      `  "
  ` [PATCH v6 0/3] object checking related additions and fixes for bundles in fetches
    ` [PATCH v6 1/3] bundle-uri: verify oid before writing refs
    ` [PATCH v6 2/3] fetch-pack: expose fsckObjects configuration logic
    ` [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)
`  "

[PATCH] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
 2024-06-11 17:31 UTC  (10+ messages)
` [PATCH v2 0/3] midx: various brown paper bag fixes
  ` [PATCH v2 2/3] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
  ` [PATCH v2 1/3] midx-write.c: do not read existing MIDX with `packs_to_include`
  ` [PATCH v2 3/3] pack-revindex.c: guard against out-of-bounds pack lookups

[PATCH 0/4] varargs functions with __attributes__(())
 2024-06-11 15:17 UTC  (3+ messages)

[GSoC] Blog: Move existing tests to a unit testing framework
 2024-06-11 12:36 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 read-only IMAP folder(s) and NNTP newsgroup(s).