Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-11 08:32:46 to 2024-06-12 18:34:17 UTC [more...]

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

[RFH] t9500 failing???
 2024-06-12 16:21 UTC 

[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()

[GSoC][PATCH 0/2] ref consistency check infra setup
 2024-06-12 12:10 UTC  (10+ 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/4] Report rejections over HTTP when the remote rejects during the transfer
 2024-06-12 11:50 UTC  (5+ 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

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

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

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 v2] date: detect underflow when parsing dates with positive timezone offset
 2024-06-12  9:49 UTC  (8+ messages)
` [PATCH v3] date: detect underflow/overflow when parsing dates with "

[PATCH 00/16] mktree: support more flexible usage
 2024-06-12  9:40 UTC  (31+ 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 00/29] Memory leak fixes (pt.2)
 2024-06-12  9:35 UTC  (37+ messages)
` [PATCH 13/29] merge-recursive: fix memory leak when finalizing merge
` [PATCH v2 00/29] Memory leak fixes (pt.2)
  ` [PATCH v2 01/29] revision: fix memory leak when reversing revisions
  ` [PATCH v2 02/29] parse-options: fix leaks for users of OPT_FILENAME
  ` [PATCH v2 03/29] notes-utils: free note trees when releasing copied notes
  ` [PATCH v2 04/29] bundle: plug leaks in `create_bundle()`
  ` [PATCH v2 05/29] biultin/rev-parse: fix memory leaks in `--parseopt` mode
  ` [PATCH v2 06/29] merge-recursive: fix leaking rename conflict info
  ` [PATCH v2 07/29] revision: fix leaking display notes
  ` [PATCH v2 08/29] notes: fix memory leak when pruning notes
  ` [PATCH v2 09/29] builtin/rev-list: fix leaking bitmap index when calculating disk usage
  ` [PATCH v2 10/29] object-name: free leaking object contexts
  ` [PATCH v2 11/29] builtin/difftool: plug memory leaks in `run_dir_diff()`
  ` [PATCH v2 12/29] builtin/merge-recursive: fix leaking object ID bases
  ` [PATCH v2 13/29] merge-recursive: fix memory leak when finalizing merge
  ` [PATCH v2 14/29] builtin/log: fix leaking commit list in git-cherry(1)
  ` [PATCH v2 15/29] revision: free diff options
  ` [PATCH v2 16/29] builtin/stash: fix leak in `show_stash()`
  ` [PATCH v2 17/29] rerere: fix various trivial leaks
  ` [PATCH v2 18/29] config: fix leaking "core.notesref" variable
  ` [PATCH v2 19/29] commit: fix leaking parents when calling `commit_tree_extended()`
  ` [PATCH v2 20/29] sequencer: fix leaking string buffer in `commit_staged_changes()`
  ` [PATCH v2 21/29] apply: fix leaking string in `match_fragment()`
  ` [PATCH v2 22/29] builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`
  ` [PATCH v2 23/29] sequencer: fix memory leaks in `make_script_with_merges()`
  ` [PATCH v2 24/29] builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`
  ` [PATCH v2 25/29] merge: fix leaking merge bases
  ` [PATCH v2 26/29] line-range: plug leaking find functions
  ` [PATCH v2 27/29] blame: fix leaking data for blame scoreboards
  ` [PATCH v2 28/29] builtin/blame: fix leaking prefixed paths
  ` [PATCH v2 29/29] builtin/blame: fix leaking ignore revs files

SEGV (detected by Address Sanitizer) when using `core.abbrev` option
 2024-06-12  9:29 UTC  (11+ messages)
` [PATCH 1/2] config: fix segfault when parsing "core.abbrev" without repo
` [PATCH 2/2] object-name: don't try to abbreviate to lengths greater than hexsz
` [PATCH v2 0/3] config: fix segfault when parsing "core.abbrev" without repo
  ` [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

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

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

bug: Commit throws fatal ownership error without explanation
 2024-06-11 21:13 UTC  (2+ messages)
`  "

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

[BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
 2024-06-11 17:46 UTC  (10+ 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

Cannot override `remote.origin.url` with `-c` option
 2024-06-11 15:28 UTC  (3+ messages)

[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 

bundles discovery and clones
 2024-06-11 11:14 UTC  (3+ messages)

Question about Git protocol v2 status
 2024-06-11  9:26 UTC  (2+ messages)

MSan failures in pack-bitmap
 2024-06-11  9:12 UTC  (8+ messages)

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

[PATCH 0/4] keep track of unresolved value of symbolic-ref in ref iterators
 2024-06-11  9:01 UTC  (5+ messages)
` [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe
` [PATCH 2/4] refs: keep track of unresolved reference value in iterators


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