git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-05-06 11:20:09 to 2024-05-09 09:59:10 UTC [more...]

A problem when I use git merge
 2024-05-09  9:58 UTC 

[PATCH] gitlab-ci: fix installing dependencies for fuzz smoke tests
 2024-05-09  8:25 UTC 

[PATCH v3 00/10] Make trailer_info struct private (plus sequencer cleanup)
 2024-05-09  7:11 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 03/10] trailer: teach iterator about non-trailer lines

Unexpected git merge exit code when killing merge driver during ancestor merge
 2024-05-09  5:03 UTC  (3+ messages)

bug: git config --global --unset doesn't unset configs in corner case
 2024-05-09  2:13 UTC 

[RFD] Libification proposal: separate internal and external interfaces
 2024-05-09  1:00 UTC  (3+ messages)

[PATCH 00/13] reftable: prepare for re-seekable iterators
 2024-05-09  0:16 UTC  (16+ messages)
` [PATCH 01/13] reftable/block: use `size_t` to track restart point index
` [PATCH 02/13] reftable/reader: avoid copying index iterator
` [PATCH 03/13] reftable/reader: unify indexed and linear seeking
` [PATCH 04/13] reftable/reader: separate concerns of table iter and reftable reader
` [PATCH 05/13] reftable/reader: inline `reader_seek_internal()`
` [PATCH 06/13] reftable/reader: set up the reader when initializing table iterator
` [PATCH 07/13] reftable/merged: split up initialization and seeking of records
` [PATCH 08/13] reftable/merged: simplify indices for subiterators
` [PATCH 09/13] reftable/generic: move seeking of records into the iterator
` [PATCH 10/13] reftable/generic: adapt interface to allow reuse of iterators
` [PATCH 11/13] reftable/reader: "
` [PATCH 12/13] reftable/stack: provide convenience functions to create iterators
` [PATCH 13/13] reftable/merged: adapt interface to allow reuse of iterators

[RFC PATCH] doc: describe the project's decision-making process
 2024-05-09  0:01 UTC  (12+ messages)
` [PATCH v2] "

[BUG] fetch error when arbitrary branch changes a submodule url
 2024-05-08 23:45 UTC 

[PATCH 0/4] bundle-uri: show progress when downloading from bundle URIs
 2024-05-08 23:49 UTC  (8+ messages)
` [PATCH 1/4] progress: add function to set total
` [PATCH 2/4] http: add the ability to log progress
` [PATCH 3/4] remote-curl: optionally show progress for HTTP get
` [PATCH 4/4] bundle-uri: enable git-remote-https progress

[PATCH] Bug fix: ensure P4 "err" is displayed when exception is raised
 2024-05-08 22:11 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] git-p4: show Perforce error to the user

i18n of git man pages
 2024-05-08 20:12 UTC  (4+ messages)

Unexpected git merge exit code when killing merge driver during ancestor merge
 2024-05-08 18:14 UTC 

[RFC PATCH] docs: document upcoming breaking changes
 2024-05-08 15:59 UTC  (9+ messages)

Possible git-diff bug when using exit-code with diff filters
 2024-05-08 15:25 UTC  (10+ messages)
  ` [PATCH 2/2] diff: fix --exit-code with external diff

[GSoC] Welcoming our 2024 contributors and thanking our applicants
 2024-05-08 11:48 UTC  (2+ messages)

[PATCH v2] scalar: avoid segfault in reconfigure --all
 2024-05-08  3:42 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] refs: return conflict error when checking packed refs
 2024-05-08  1:39 UTC  (7+ messages)
` [PATCH v3] "

[PATCH v3 0/1] advice: add --no-advice global option
 2024-05-08  0:40 UTC  (23+ messages)
` [PATCH v4 0/3] advice: add "all" option to disable all hints
  ` [PATCH v4 3/3] advice: add --no-advice global option
    ` [PATCH v4 4/3] t0018: two small fixes
    ` Re* [PATCH v4 0/3] advice: add "all" option to disable all hints
                ` Re* "

[PATCH v1 1/2] t0050: ls-files path fails if path of workdir is NFD
 2024-05-08  0:32 UTC  (6+ messages)
` [PATCH v1 2/2] strbuf_getcwd() needs precompse_strbuf_if_needed()

[PATCH] Documentation/git-merge-tree.txt: document -X
 2024-05-07 22:35 UTC  (2+ messages)

[PATCH v2 0/5] Add GitLab CI to check for whitespace errors
 2024-05-07 18:12 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 5/5] gitlab-ci: add whitespace error check

[PATCH 0/5] refs: remove functions without ref store
 2024-05-07 17:27 UTC  (17+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] refs: introduce missing functions that accept a `struct ref_store`
  ` [PATCH v2 2/5] refs: add `exclude_patterns` parameter to `for_each_fullref_in()`
  ` [PATCH v2 3/5] cocci: introduce rules to transform "refs" to pass ref store
  ` [PATCH v2 4/5] cocci: apply rules to rewrite callers of "refs" interfaces
  ` [PATCH v2 5/5] refs: remove functions without ref store

[PATCH v4 0/3] builtin/tag.c: add --trailer option
 2024-05-07 17:06 UTC  (7+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] builtin/commit: use ARGV macro to collect trailers

[PATCH v5 0/7] refs: add support for transactional symref updates
 2024-05-07 16:32 UTC  (33+ messages)
` [PATCH v6 "
  ` [PATCH v6 4/7] "
  ` [PATCH v7 0/8] "
    ` [PATCH v7 1/8] refs: accept symref values in `ref_transaction_update()`
    ` [PATCH v7 2/8] files-backend: extract out `create_symref_lock()`
    ` [PATCH v7 3/8] refs: support symrefs in 'reference-transaction' hook
    ` [PATCH v7 4/8] refs: move `original_update_refname` to 'refs.c'
    ` [PATCH v7 5/8] refs: add support for transactional symref updates
    ` [PATCH v7 6/8] refs: use transaction in `refs_create_symref()`
    ` [PATCH v7 7/8] refs: rename `refs_create_symref()` to `refs_update_symref()`
    ` [PATCH v7 8/8] refs: remove `create_symref` and associated dead code
    ` [PATCH v8 0/8] refs: add support for transactional symref updates
      ` [PATCH v8 1/8] refs: accept symref values in `ref_transaction_update()`
      ` [PATCH v8 2/8] files-backend: extract out `create_symref_lock()`
      ` [PATCH v8 3/8] refs: support symrefs in 'reference-transaction' hook
      ` [PATCH v8 4/8] refs: move `original_update_refname` to 'refs.c'
      ` [PATCH v8 5/8] refs: add support for transactional symref updates
      ` [PATCH v8 6/8] refs: use transaction in `refs_create_symref()`
      ` [PATCH v8 7/8] refs: rename `refs_create_symref()` to `refs_update_symref()`
      ` [PATCH v8 8/8] refs: remove `create_symref` and associated dead code

[PATCH 0/3] Clarify pseudo-ref terminology
 2024-05-07 10:32 UTC  (7+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 07/10] refs: root refs can be symbolic refs

[PATCH 0/8] builtin/config: introduce subcommands
 2024-05-07  6:20 UTC  (21+ messages)
` [PATCH v4 00/14] "
  ` [PATCH v4 07/14] builtin/config: introduce "list" subcommand
              ` Git 3.0?
` [PATCH v5 00/14] builtin/config: introduce subcommands

What's cooking in git.git (May 2024, #02; Fri, 3)
 2024-05-07  6:15 UTC  (5+ messages)

Feature request: secondary index by path fragment
 2024-05-07  5:38 UTC  (4+ messages)

[PATCH 00/11] Stop relying on SHA1 fallback for `the_hash_algo`
 2024-05-07  4:53 UTC  (15+ messages)
` [PATCH v4 00/13] "
  ` [PATCH v4 01/13] path: harden validation of HEAD with non-standard hashes
  ` [PATCH v4 02/13] path: move `validate_headref()` to its only user
  ` [PATCH v4 03/13] parse-options-cb: only abbreviate hashes when hash algo is known
  ` [PATCH v4 04/13] attr: don't recompute default attribute source
  ` [PATCH v4 05/13] attr: fix BUG() when parsing attrs outside of repo
  ` [PATCH v4 06/13] remote-curl: fix parsing of detached SHA256 heads
  ` [PATCH v4 07/13] builtin/rev-parse: allow shortening to more than 40 hex characters
  ` [PATCH v4 08/13] builtin/blame: don't access potentially unitialized `the_hash_algo`
  ` [PATCH v4 09/13] builtin/bundle: abort "verify" early when there is no repository
  ` [PATCH v4 10/13] builtin/diff: explicitly set hash algo when there is no repo
  ` [PATCH v4 11/13] builtin/shortlog: don't set up revisions without repo
  ` [PATCH v4 12/13] oss-fuzz/commit-graph: set up hash algorithm
  ` [PATCH v4 13/13] repository: stop setting SHA1 as the default object hash

[PATCH] ci: fix Python dependency on Ubuntu 24.04
 2024-05-07  4:08 UTC  (7+ messages)

What's cooking in git.git (May 2024, #03; Mon, 6)
 2024-05-06 23:52 UTC 

[PATCH 00/11] reftable: expose write options as config
 2024-05-06 21:29 UTC  (2+ messages)

[RFC PATCH 0/4] test-tool: add unit test suite runner
 2024-05-06 21:11 UTC  (21+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 6/7] t/Makefile: run unit tests alongside shell tests
` [PATCH v5 0/7] test-tool: add unit test suite runner
  ` [PATCH v5 6/7] t/Makefile: run unit tests alongside shell tests
` [PATCH v6 0/7] test-tool: add unit test suite runner
  ` [PATCH v6 1/7] t0080: turn t-basic unit test into a helper
  ` [PATCH v6 2/7] test-tool run-command testsuite: get shell from env
  ` [PATCH v6 3/7] test-tool run-command testsuite: remove hardcoded filter
  ` [PATCH v6 4/7] test-tool run-command testsuite: support unit tests
  ` [PATCH v6 5/7] unit tests: add rule for running with test-tool
  ` [PATCH v6 6/7] t/Makefile: run unit tests alongside shell tests
  ` [PATCH v6 7/7] ci: use test-tool as unit test runner on Windows

using tree as attribute source is slow, was Re: Help troubleshoot performance regression cloning with depth: git 2.44 vs git 2.42
 2024-05-06 20:28 UTC  (11+ messages)
              ` Re* "

[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
 2024-05-06 20:05 UTC  (17+ messages)
` [PATCH v2 00/23] "
  ` [PATCH v2 01/23] Documentation/technical: describe pseudo-merge bitmaps format
  ` [PATCH v2 04/23] pack-bitmap: move some initialization to `bitmap_writer_init()`
  ` [PATCH v2 06/23] pack-bitmap-write: support storing pseudo-merge commits
  ` [PATCH v2 09/23] pseudo-merge: implement support for selecting "
  ` [PATCH v2 10/23] pack-bitmap-write.c: select "

[PATCH] Documentation: Mention that refspecs are explained elsewhere
 2024-05-06 19:12 UTC  (2+ messages)

[PATCH] gitlab-ci: add smoke test for fuzzers
 2024-05-06 18:52 UTC  (3+ messages)

Spelling mistake in git-gui in french
 2024-05-06 17:15 UTC  (4+ messages)
` [PATCH] po: fix typo in French "aperçu"


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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