git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-11-08 12:20:06 to 2023-11-12 15:22:25 UTC [more...]

first-class conflicts?
 2023-11-12 15:21 UTC  (18+ messages)
  `  "

Declutter the home directory
 2023-11-12 13:39 UTC  (2+ messages)

[PATCH] fuzz: add new oss-fuzz fuzzer for date.c / date.h
 2023-11-12 12:39 UTC  (3+ messages)

[PATCH] checkout: add config variable checkout.autoDetach
 2023-11-12  9:15 UTC  (3+ messages)

[PATCH] RelNotes: minor wording fixes in 2.43.0 release notes
 2023-11-12  0:59 UTC  (2+ messages)

Git Rename Detection Bug
 2023-11-11 15:13 UTC  (6+ messages)

rev-list default order sometimes very slow (size and metadata dependent)
 2023-11-11 16:17 UTC 

[PATCH 1/2] rebase: support non-interactive autosquash
 2023-11-11 14:26 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
    ` [PATCH v4 0/4] rebase: support --autosquash without -i
      ` [PATCH v4 1/4] rebase: fully ignore rebase.autoSquash "
      ` [PATCH v4 2/4] rebase: support --autosquash "
      ` [PATCH v4 3/4] rebase: test autosquash with and "
      ` [PATCH v4 4/4] docs: rewrite rebase --(no-)autosquash description
      ` [PATCH v4 4/4] rebase: rewrite --(no-)autosquash documentation

[RFC PATCH] status: avoid reporting worktrees as "Untracked files"
 2023-11-11  9:22 UTC  (3+ messages)

[PATCH 1/1] attr: add native file mode values support
 2023-11-11  4:48 UTC  (2+ messages)

[PATCH v5 0/5] merge-ort: implement support for packing objects together
 2023-11-11  4:04 UTC  (9+ messages)
` [RFC PATCH 0/3] replay: implement support for writing new objects to a pack
  ` [RFC PATCH 1/3] merge-ort.c: finalize ODB transactions after each step
  ` [RFC PATCH 2/3] tmp-objdir: introduce `tmp_objdir_repack()`

[PATCH v4 0/7] merge-ort: implement support for packing objects together
 2023-11-11  1:34 UTC  (12+ messages)
` [PATCH v5 0/5] "
  ` [PATCH v5 3/5] bulk-checkin: introduce `index_blob_bulk_checkin_incore()`
  ` [PATCH v5 5/5] builtin/merge-tree.c: implement support for `--write-pack`

[PATCH 0/4] Replace use of `test <expr> -o/a <expr>`
 2023-11-11  0:20 UTC  (25+ messages)
` [PATCH 1/4] global: convert trivial usages of `test <expr> -a/-o <expr>`
` [PATCH 2/4] contrib/subtree: stop using `-o` to test for number of args
` [PATCH 3/4] contrib/subtree: convert subtree type check to use case statement
` [PATCH 4/4] Makefile: stop using `test -o` when unlinking duplicate executables
` [PATCH v2 0/4] Replace use of `test <expr> -o/a <expr>`
  ` [PATCH v2 1/4] global: convert trivial usages of `test <expr> -a/-o <expr>`
  ` [PATCH v2 2/4] contrib/subtree: stop using `-o` to test for number of args
  ` [PATCH v2 3/4] contrib/subtree: convert subtree type check to use case statement
  ` [PATCH v2 4/4] Makefile: stop using `test -o` when unlinking duplicate executables

[PATCH 0/3] t: improve compatibility with NixOS
 2023-11-11  0:10 UTC  (35+ messages)
` [PATCH 1/3] t/lib-httpd: dynamically detect httpd and modules path
` [PATCH v2 0/3] t: improve compatibility with NixOS
  ` [PATCH v2 1/3] t/lib-httpd: dynamically detect httpd and modules path
  ` [PATCH v2 2/3] t/lib-httpd: stop using legacy crypt(3) for authentication
  ` [PATCH v2 3/3] t9164: fix inability to find basename(1) in hooks
` [PATCH v3 0/3] t: improve compatibility with NixOS
  ` [PATCH v3 1/3] t/lib-httpd: dynamically detect httpd and modules path
  ` [PATCH v3 2/3] t/lib-httpd: stop using legacy crypt(3) for authentication
  ` [PATCH v3 3/3] t9164: fix inability to find basename(1) in Subversion hooks
` [PATCH v4 0/3] t: improve compatibility with NixOS
  ` [PATCH v4 1/3] t/lib-httpd: dynamically detect httpd and modules path
  ` [PATCH v4 2/3] t/lib-httpd: stop using legacy crypt(3) for authentication
  ` [PATCH v4 3/3] t9164: fix inability to find basename(1) in Subversion hooks

What's cooking in git.git (Nov 2023, #04; Thu, 9)
 2023-11-11  0:00 UTC  (6+ messages)
  ` tb/merge-tree-write-pack [Was: Re: What's cooking in git.git (Nov 2023, #04; Thu, 9)]

[PATCH 0/9] some more chunk-file bounds-checks fixes
 2023-11-10 23:39 UTC  (35+ messages)
` [PATCH 1/9] commit-graph: handle overflow in chunk_size checks
` [PATCH 2/9] midx: check consistency of fanout table
` [PATCH 3/9] commit-graph: drop redundant call to "lite" verification
` [PATCH 4/9] commit-graph: clarify missing-chunk error messages
` [PATCH 5/9] commit-graph: abort as soon as we see a bogus chunk
` [PATCH 6/9] commit-graph: use fanout value for graph size
` [PATCH 7/9] commit-graph: check order while reading fanout chunk
` [PATCH 8/9] commit-graph: drop verify_commit_graph_lite()
` [PATCH 9/9] commit-graph: mark chunk error messages for translation
` [PATCH 0/7] chunk-format: introduce `pair_chunk_expect()`
  ` [PATCH 1/7] chunk-format: introduce `pair_chunk_expect()` helper
  ` [PATCH 2/7] commit-graph: read `OIDL` chunk with `pair_chunk_expect()`
  ` [PATCH 3/7] commit-graph: read `CDAT` "
  ` [PATCH 4/7] commit-graph: read `GDAT` "
  ` [PATCH 5/7] commit-graph: read `BIDX` "
  ` [PATCH 6/7] midx: read `OIDL` "
  ` [PATCH 7/7] midx: read `OOFF` "

git-send-email: Send with mutt(1)
 2023-11-10 23:31 UTC  (17+ messages)

[PATCH] format-patch: fix ignored encode_email_headers for cover letter
 2023-11-10 21:48 UTC  (4+ messages)

Error when "git mv" file in a sparsed checkout
 2023-11-10 20:11 UTC  (4+ messages)

[PATCH] glossary: add definitions for dereference & peel
 2023-11-10  8:28 UTC  (4+ messages)

[ANNOUNCE] Git v2.43.0-rc1
 2023-11-10  7:59 UTC  (2+ messages)

[PATCH v3 13/13] trailer doc: <token> is a <key> or <keyAlias>, not both
 2023-11-10  6:33 UTC  (2+ messages)

recover lost file
 2023-11-10  5:27 UTC  (3+ messages)

[PATCH 1/1] attr: enable attr pathspec magic for git-add and git-stash
 2023-11-10  2:09 UTC 

[PATCH 1/1] attr: enable attr pathspec magic for git-add and git-stash
 2023-11-09 23:27 UTC  (4+ messages)

[PATCH v4] unit tests: Add a project plan document
 2023-11-09 23:15 UTC  (10+ messages)
` [PATCH v9 0/3] Add unit test framework and project plan
  ` [PATCH v9 2/3] unit tests: add TAP unit test framework
` [PATCH v10 0/3] Add unit test framework and project plan
  ` [PATCH v10 1/3] unit tests: Add a project plan document
  ` [PATCH v10 2/3] unit tests: add TAP unit test framework
  ` [PATCH v10 3/3] ci: run unit tests in CI

[PATCH 0/5] ci: add GitLab CI definition
 2023-11-09 10:06 UTC  (11+ messages)
` [PATCH v6 0/8] "
  ` [PATCH v6 1/8] ci: reorder definitions for grouping functions
  ` [PATCH v6 2/8] ci: make grouping setup more generic
  ` [PATCH v6 3/8] ci: group installation of Docker dependencies
  ` [PATCH v6 4/8] ci: split out logic to set up failed test artifacts
  ` [PATCH v6 5/8] ci: unify setup of some environment variables
  ` [PATCH v6 6/8] ci: squelch warnings when testing with unusable Git repo
  ` [PATCH v6 7/8] ci: install test dependencies for linux-musl
  ` [PATCH v6 8/8] ci: add support for GitLab CI

[PATCH 0/9] for-each-ref optimizations & usability improvements
 2023-11-09  1:32 UTC  (9+ messages)
` [PATCH 8/9] for-each-ref: add option to fully dereference tags

[PATCH] merge-file: add --diff-algorithm option
 2023-11-08 21:54 UTC 

Regression: git send-email Message-Id: numbering doesn't start at 1 any more
 2023-11-08 20:39 UTC  (4+ messages)

[ANNOUNCE] Git for Windows 2.43.0-rc1
 2023-11-08 19:53 UTC 

[PATCH v4 00/15] Introduce new `git replay` command
 2023-11-08 12:47 UTC  (12+ messages)
` [PATCH v5 00/14] "
  ` [PATCH v6 "


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