Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-14 06:42:54 to 2024-06-19 04:07:41 UTC [more...]

[PATCH v5 0/4] object checking related additions and fixes for bundles in fetches
 2024-06-19  4:07 UTC  (14+ messages)
` [PATCH v6 0/3] "
  ` [PATCH v6 1/3] bundle-uri: verify oid before writing refs
      `  "
  ` [PATCH v7 0/3] object checking related additions and fixes for bundles in fetches
    ` [PATCH v7 1/3] bundle-uri: verify oid before writing refs
    ` [PATCH v7 2/3] fetch-pack: expose fsckObjects configuration logic
    ` [PATCH v7 3/3] unbundle: extend object verification for fetches
    ` [PATCH v8 0/3] object checking related additions and fixes for bundles in fetches
      ` [PATCH v8 1/3] bundle-uri: verify oid before writing refs
      ` [PATCH v8 2/3] fetch-pack: expose fsckObjects configuration logic
      ` [PATCH v8 3/3] unbundle: extend object verification for fetches

Add warning when v0 protocol is used/downgraded
 2024-06-19  3:37 UTC  (5+ messages)

[PATCH 0/7] Fix and improve some error codepaths in merge-ort
 2024-06-19  3:00 UTC  (15+ messages)
` [PATCH 2/7] merge-ort: maintain expected invariant for priv member
` [PATCH 6/7] merge-ort: upon merge abort, only show messages causing the abort
` [PATCH v2 0/7] Fix and improve some error codepaths in merge-ort
  ` [PATCH v2 1/7] merge-ort: extract handling of priv member into reusable function
  ` [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 v2 5/7] merge-ort: loosen commented requirements
  ` [PATCH v2 6/7] merge-ort: upon merge abort, only show messages causing the abort
  ` [PATCH v2 7/7] merge-ort: convert more error() cases to path_msg()

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

Non-blob .gitmodules and .gitattributes
 2024-06-19  2:35 UTC  (15+ messages)
          ` [PATCH 0/4] .git{ignore,attributes} directories?
            ` [PATCH 1/4] .gitignore: introduce GITIGNORE_FILE CPP macro
            ` [PATCH 2/4] attr: notice and report read failure of .gitattributes files
            ` [PATCH 3/4] exclude: notice and report read failure of .gitignore files
            ` [PATCH 4/4] submodule: ignore .gitmodules that is not a regular file

[PATCH] attr: fix msan issue in read_attr_from_index
 2024-06-18 23:39 UTC  (6+ messages)

[PATCH 0/2] cat-file related doc and test
 2024-06-18 23:37 UTC  (8+ messages)
` [PATCH 1/2] Git.pm: use array in command_bidi_pipe example
` [PATCH 2/2] t9700: ensure cat-file info isn't buffered by default
    ` [PATCH v2 2/2] t1006: "

[PATCH 00/21] Introduce `USE_THE_REPOSITORY_VARIABLE` macro
 2024-06-18 20:22 UTC  (40+ messages)
` [PATCH v2 00/20] "
` [PATCH v3 "
  ` [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`

[PATCH 00/16] mktree: support more flexible usage
 2024-06-18 17:33 UTC  (7+ messages)
` [PATCH 05/16] index-info.c: identify empty input lines in read_index_info
` [PATCH 14/16] mktree: optionally add to an existing tree

Multi Factor Authentication for GIT software
 2024-06-18 15:41 UTC  (4+ messages)

Note of absence
 2024-06-18  5:26 UTC 

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-18  1:08 UTC  (4+ messages)

What's cooking in git.git (Jun 2024, #06; Mon, 17)
 2024-06-18  0:23 UTC 

[PATCH 0/2] Symlink resolutions: limits and return modes
 2024-06-17 19:33 UTC  (6+ messages)
` [PATCH 1/2] cat-file: configurable number of symlink resolutions
` [PATCH 2/2] cat-file: configurable "best effort mode" for symlink resolution

[Outreachy][PATCH v2 1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string
 2024-06-17 17:44 UTC  (9+ messages)
` [PATCH v3 0/3] Port t0015-hash to the unit testing framework
  ` [PATCH v3 2/3] t/: port helper/test-sha1.c to unit-tests/t-hash.c

Cannot override `remote.origin.url` with `-c` option
 2024-06-17 17:42 UTC  (20+ messages)
      ` [PATCH 0/11] allow overriding remote.*.url
        ` [PATCH 01/11] archive: fix check for missing url
        ` [PATCH 02/11] remote: refactor alias_url() memory ownership
        ` [PATCH 03/11] remote: transfer ownership of memory in add_url(), etc
        ` [PATCH 04/11] remote: use strvecs to store remote url/pushurl
        ` [PATCH 05/11] remote: simplify url/pushurl selection
        ` [PATCH 06/11] config: document remote.*.url/pushurl interaction
        ` [PATCH 07/11] remote: allow resetting url list
        ` [PATCH 08/11] t5801: make remote-testgit GIT_DIR setup more robust
        ` [PATCH 09/11] t5801: test remote.*.vcs config
        ` [PATCH 10/11] remote: always require at least one url in a remote
        ` [PATCH 11/11] remote: drop checks for zero-url case

[PATCH] submodule: allow gitsubmodules to be pointed at tags
 2024-06-17 12:01 UTC 

[PATCH v4] merge: avoid write merge state when unable to write index
 2024-06-17  9:17 UTC  (6+ messages)
` [PATCH v5] "
    ` [Internet]Re: "
      `  "
  ` [PATCH v6] "

[GSoC]: Implement consistency check for refs blog
 2024-06-17  5:57 UTC  (2+ messages)

git send-email SMTP password command
 2024-06-17  0:22 UTC  (2+ messages)

RFC: indicating diff strategy in format-patch message headers
 2024-06-16 23:47 UTC  (6+ messages)

[GSoC] Blog: move and improve reftable tests in the unit testing framework
 2024-06-16 13:21 UTC  (3+ messages)

[PATCH] Fix default font scaling
 2024-06-16 12:37 UTC  (4+ messages)

Investment Abroad
 2024-06-16 12:18 UTC 

git grep bug replacing - with :
 2024-06-15 16:36 UTC  (5+ messages)

bundles discovery and clones
 2024-06-15 13:01 UTC  (3+ messages)

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

What's cooking in git.git (Jun 2024, #05; Fri, 14)
 2024-06-14 23:33 UTC 

[PATCH 0/3] Branches are branches and not heads
 2024-06-14 22:46 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] show-ref: introduce --branches and deprecate --heads

[PATCH 1/2] Documentation/technical/bitmap-format.txt: add missing position table
 2024-06-14 21:23 UTC  (12+ messages)
` [PATCH 2/2] pack-bitmap.c: ensure pseudo-merge offset reads are bounded
` [PATCH v2 0/2] pseudo-merge: various small fixes
  ` [PATCH v2 1/2] Documentation/technical/bitmap-format.txt: add missing position table
  ` [PATCH v2 2/2] pack-bitmap.c: ensure pseudo-merge offset reads are bounded

[PATCH 0/2] commit-graph/server-info: use tempfile.h in more places
 2024-06-14 19:35 UTC  (4+ messages)

[PATCH] worktree_git_path(): move the declaration to path.h
 2024-06-14 19:21 UTC  (3+ messages)

[PATCH] archive: make --add-virtual-file honor --prefix
 2024-06-14 18:40 UTC  (7+ messages)
` [PATCH v2] "
          ` [PATCH] archive: document that --add-virtual-file takes full path

[GSoC][PATCH v3 0/7] t: port reftable/pq_test.c to the unit testing framework
 2024-06-14 17:40 UTC  (10+ 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 v4 7/7] t-reftable-pq: add tests for merged_iter_pqueue_top()

[RFC PATCH] docs: document upcoming breaking changes
 2024-06-14 16:08 UTC  (5+ messages)
` [PATCH v7 0/4] "
  ` [PATCH v7 1/4] docs: introduce document to announce "
  ` [PATCH v7 4/4] BreakingChanges: document that we do not plan to deprecate git-checkout


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