git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-11-11 00:10:47 to 2023-11-15 14:35:11 UTC [more...]

[PATCH v6 00/14] Introduce new `git replay` command
 2023-11-15 14:33 UTC  (15+ messages)
` [PATCH v7 "
  ` [PATCH v7 01/14] t6429: remove switching aspects of fast-rebase
  ` [PATCH v7 02/14] replay: introduce new builtin
  ` [PATCH v7 03/14] replay: start using parse_options API
  ` [PATCH v7 04/14] replay: die() instead of failing assert()
  ` [PATCH v7 05/14] replay: introduce pick_regular_commit()
  ` [PATCH v7 06/14] replay: change rev walking options
  ` [PATCH v7 07/14] replay: add an important FIXME comment about gpg signing
  ` [PATCH v7 08/14] replay: remove progress and info output
  ` [PATCH v7 09/14] replay: remove HEAD related sanity check
  ` [PATCH v7 10/14] replay: make it a minimal server side command
  ` [PATCH v7 11/14] replay: use standard revision ranges
  ` [PATCH v7 12/14] replay: add --advance or 'cherry-pick' mode
  ` [PATCH v7 13/14] replay: add --contained to rebase contained branches

[PATCH] commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by default
 2023-11-15 13:35 UTC  (9+ messages)

Shallow clones becomes not-shallow when cloning to a different drive
 2023-11-15 13:12 UTC 

[RFC PATCH 1/2] diff: add tests for git diff --merge/--ours/--theirs
 2023-11-15 13:03 UTC  (3+ messages)
` [RFC PATCH 2/2] rev-list: add --ours/--theirs options

What's cooking in git.git (Nov 2023, #04; Thu, 9)
 2023-11-15 12:57 UTC  (4+ messages)
    ` tb/merge-tree-write-pack, was "

[PATCH] remote-curl: avoid hang if curl asks for more data after eof
 2023-11-15  6:44 UTC  (12+ messages)
` [PATCH v2 0/5] Avoid hang if curl needs eof twice + minor related improvements
  ` [PATCH v2 1/5] remote-curl: avoid hang if curl asks for more data after eof
  ` [PATCH v2 2/5] remote-curl: improve readability of curl callbacks
  ` [PATCH v2 3/5] remote-curl: simplify rpc_out() - remove superfluous ifs
  ` [PATCH v2 4/5] remote-curl: simplify rpc_out() - less nesting and rename
  ` [PATCH v2 5/5] http: reset CURLOPT_POSTFIELDSIZE_LARGE between requests

[PATCH] ci: avoid running the test suite _twice_
 2023-11-15  1:00 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] send-email: avoid duplicate specification warnings
 2023-11-15  0:48 UTC  (5+ messages)

[PATCH] RelNotes: tweak 2.43.0 release notes
 2023-11-14 22:31 UTC 

[ANNOUNCE] Git v2.43.0-rc2
 2023-11-14 22:18 UTC  (4+ messages)
` [Potential Bug] Test t0301.34 hangs - "

[PATCH v4 0/7] merge-ort: implement support for packing objects together
 2023-11-14 22:04 UTC  (22+ 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 1/1] attr: add native file mode values support
 2023-11-14 21:49 UTC  (3+ messages)
  ` [PATCH 1/1] attr: add builtin objectmode "

[PATCH 1/2] rebase: support non-interactive autosquash
 2023-11-14 21:43 UTC  (24+ 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
      ` [PATCH v5 0/3] rebase: support --autosquash without -i
        ` [PATCH v5 1/3] rebase: fully ignore rebase.autoSquash "
        ` [PATCH v5 2/3] rebase: support --autosquash "
        ` [PATCH v5 3/3] rebase: rewrite --(no-)autosquash documentation

[ANNOUNCE] Git for Windows 2.43.0-rc2
 2023-11-14 21:05 UTC 

Feature request: git status --branch-only
 2023-11-14 20:18 UTC  (6+ messages)

[PATCH 0/9] for-each-ref optimizations & usability improvements
 2023-11-14 19:53 UTC  (12+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] ref-filter.c: really don't sort when using --no-sort
  ` [PATCH v2 02/10] ref-filter.h: add max_count and omit_empty to ref_format
  ` [PATCH v2 03/10] ref-filter.h: move contains caches into filter
  ` [PATCH v2 04/10] ref-filter.h: add functions for filter/format & format-only
  ` [PATCH v2 05/10] ref-filter.c: rename 'ref_filter_handler()' to 'filter_one()'
  ` [PATCH v2 06/10] ref-filter.c: refactor to create common helper functions
  ` [PATCH v2 07/10] ref-filter.c: filter & format refs in the same callback
  ` [PATCH v2 08/10] for-each-ref: clean up documentation of --format
  ` [PATCH v2 09/10] ref-filter.c: use peeled tag for '*' format fields
  ` [PATCH v2 10/10] t/perf: add perf tests for for-each-ref

What's cooking in git.git (Nov 2023, #06; Tue, 14)
 2023-11-14 18:00 UTC 

[PATCH] fuzz: add new oss-fuzz fuzzer for date.c / date.h
 2023-11-14 17:03 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

Document git status -b --porcelain
 2023-11-14  9:14 UTC 

[ANNOUNCE] Git v2.43.0-rc1
 2023-11-14  9:05 UTC  (5+ messages)
` commit-graph paranoia performance, was "

[PATCH 0/4] refs: remove virtual `delete_refs()` function
 2023-11-14  8:58 UTC  (5+ messages)
` [PATCH 1/4] t5510: ensure that the packed-refs file needs locking
` [PATCH 2/4] refs/files: use transactions to delete references
` [PATCH 3/4] refs: deduplicate code "
` [PATCH 4/4] refs: remove `delete_refs` callback from backends

[PATCH] credential/wincred: store oauth_refresh_token
 2023-11-14  7:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] glossary: add definitions for dereference & peel
 2023-11-14  4:49 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 2/3] update-index: add --show-index-version
 2023-11-14  2:55 UTC  (3+ messages)

[PATCH 00/13] Enabling z/OS workflow for git
 2023-11-14  1:47 UTC  (18+ messages)
` [PATCH 01/13] "
` [PATCH 02/13] Enable builds for z/OS
` [PATCH 03/13] spaces and errors fix Handled git pipeline errors
` [PATCH 04/13] fixes for build errors Handled git pipeline errorse
` [PATCH 05/13] fixes for build errors
` [PATCH 06/13] spaces and errors fix Handled git pipeline errors
` [PATCH 07/13] "
` [PATCH 08/13] platform_name "
` [PATCH 09/13] strncpy "
` [PATCH 10/13] "
` [PATCH 11/13] "
` [PATCH 12/13] Handled git pipeline errors - Memory leak
` [PATCH 13/13] Handled git pipeline errors - z/OS enable

[PATCH] completion: add and use the __git_get_config_subsection helper function
 2023-11-14  1:08 UTC  (2+ messages)

[PATCH] checkout: add config variable checkout.autoDetach
 2023-11-14  0:48 UTC  (5+ messages)

[PATCH 0/3] t: improve compatibility with NixOS
 2023-11-13 23:42 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] t/lib-httpd: dynamically detect httpd and modules path

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

git-bisect reset not deleting .git/BISECT_LOG
 2023-11-13 21:08 UTC  (2+ messages)

rev-list default order sometimes very slow (size and metadata dependent)
 2023-11-13 20:39 UTC  (2+ messages)

[PATCH] format-patch: fix ignored encode_email_headers for cover letter
 2023-11-13 19:00 UTC  (4+ messages)

[PATCH 0/4] Replace use of `test <expr> -o/a <expr>`
 2023-11-13  7:12 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] global: convert trivial usages of `test <expr> -a/-o <expr>`

What's cooking in git.git (Nov 2023, #05; Mon, 13)
 2023-11-13  4:29 UTC 

[RFC PATCH] status: avoid reporting worktrees as "Untracked files"
 2023-11-12 23:52 UTC  (5+ messages)

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

Git Rename Detection Bug
 2023-11-12 23:09 UTC  (7+ messages)

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

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

[PATCH v5 0/5] merge-ort: implement support for packing objects together
 2023-11-11  4:04 UTC  (6+ 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


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