git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-11-17 14:20:31 to 2021-11-19 02:11:14 UTC [more...]

[PATCH v5 0/2] am: support --empty-commit=(die|skip|asis) option to am empty commits
 2021-11-19  2:11 UTC  (10+ messages)
` [PATCH v6 0/3] am: support --empty=(die|drop|keep) option to handle empty patches
  ` [PATCH v6 1/3] doc: git-format-patch: describe the option --always
  ` [PATCH v6 2/3] am: support --empty option to handle empty patches
  ` [PATCH v6 3/3] am: throw an error when passing --empty option without value

[PATCH v2 0/2] vimdiff: new layout option + docs
 2021-11-19  1:37 UTC  (2+ messages)

[PATCH v2] builtin-commit: re-read file index before run_status
 2021-11-18 23:51 UTC  (3+ messages)

[PATCH] midx: fix a formatting issue in "multi-pack-index.txt"
 2021-11-18 23:51 UTC  (5+ messages)
` [PATCH v2 0/1] [PATCH] midx: fix a formatting issue in docs
  ` [PATCH v2 1/1] midx: fix a formatting issue in "multi-pack-index.txt"

[PATCH] pull: should be noop when already-up-to-date
 2021-11-18 23:50 UTC  (2+ messages)

[PATCH v2 0/2] test-lib: improve missing prereq handling
 2021-11-18 23:42 UTC  (3+ messages)
` [PATCH v2 2/2] test-lib: introduce required prereq for test runs

[PATCH] mergesort: avoid left shift overflow
 2021-11-18 23:27 UTC  (5+ messages)

New-ish warning in refs.c with GCC (at least 11.2) under -O3
 2021-11-18 23:23 UTC  (5+ messages)

Stochastic bisection support
 2021-11-18 22:49 UTC  (33+ messages)
` [PATCH 01/27] bisect: Fixup test rev-list-bisect/02
` [PATCH 02/27] bisect: Fixup bisect-porcelain/17
` [PATCH 03/27] bisect: Fixup test bisect-porcelain/20
` [PATCH 04/27] bisect: Fixup bisect-porcelain/32
` [PATCH 05/27] bisect: Fixup bisect-porcelain/34
` [PATCH 06/27] bisect: Fixup bisect-porcelain/40
` [PATCH 07/27] bisect: Remove duplicated bisect-porcelain/48
` [PATCH 08/27] bisect: Fixup bisect-porcelain/50
` [PATCH 09/27] bisect: Fixup bisect-porcelain/54
` [PATCH 10/27] bisect: Fixup bisect-porcelain/58
` [PATCH 11/27] bisect: Fix bisection debugging
` [PATCH 12/27] bisect: Accept and store confidence with each decision
` [PATCH 13/27] bisect: Allow specifying desired result confidence
` [PATCH 14/27] bisect: Use void * for commit_weight
` [PATCH 15/27] bisect: Rename clear_distance() to clear_counted_flag()
` [PATCH 16/27] bisect: Separate commit list reversal
` [PATCH 17/27] bisect: Allow more complex commit weights
` [PATCH 18/27] bisect: Terminate early if there are no eligible commits
` [PATCH 19/27] bisect: Compute reachability of tested revs
` [PATCH 20/27] bisect: Compute probability a particular commit is bad
` [PATCH 21/27] bisect: Reorganize commit weight computation
` [PATCH 22/27] bisect: Move count_distance()
` [PATCH 23/27] bisect: Find bisection point for stochastic weights
` [PATCH 24/27] bisect: Stop bisection when we are confident about bad commit
` [PATCH 25/27] bisect: Report commit with the highest probability
` [PATCH 26/27] bisect: Debug stochastic bisection
` [PATCH 27/27] bisect: Allow bisection debugging of approx_halfway()

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2021-11-18 22:29 UTC  (3+ messages)
` [PATCH v4] branch: add flags and config to inherit tracking

[PATCH 0/2] Generate temporary files using a CSPRNG
 2021-11-18 22:16 UTC  (18+ messages)
` [PATCH 1/2] wrapper: add a helper to generate numbers from "

[PATCH] ssh signing: support non ssh-* keytypes
 2021-11-18 22:14 UTC  (8+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] ssh signing: make sign/amend test more resilient

[PATCH 0/2] Sparse index: fetch, pull, ls-files
 2021-11-18 22:13 UTC  (4+ messages)

git 2.34.0: Behavior of `**` in gitignore is different from previous versions
 2021-11-18 22:09 UTC  (3+ messages)

[PATCH] trace2: disable tr2_dst before warning on write errors
 2021-11-18 22:01 UTC 

Need help in understanding how to submit a patch
 2021-11-18 21:54 UTC  (9+ messages)

[PATCH] pull: don't say that merge is "the default strategy"
 2021-11-18 21:40 UTC  (3+ messages)

[PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data
 2021-11-18 21:21 UTC  (10+ messages)
` [PATCH] grep: avoid setting UTF mode when not needed
  ` [PATCH v2] grep: avoid setting UTF mode when dangerous with PCRE

[PATCH v13 1/3] grep: refactor next_match() and match_one_pattern() for external use
 2021-11-18 20:57 UTC  (15+ messages)
` [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data

[PATCH 1/2] grep/pcre2: limit the instances in which UTF mode is enabled
 2021-11-18 20:53 UTC  (7+ messages)
` [PATCH 2/2] ci: add a job for PCRE2
  ` [PATCH v2 "

RFC: A configuration design for future-proofing fsync() configuration
 2021-11-18 19:46 UTC  (8+ messages)

[PATCH 0/1] Add a test balloon for C99
 2021-11-18 19:10 UTC  (12+ messages)
` [PATCH v2 0/1] Add a test balloon for C99 support
  ` [PATCH v2 1/1] git-compat-util: add "

Bug report: Strange behavior with `git gc` and `reference-transaction` hook
 2021-11-18 18:08 UTC  (4+ messages)

[PATCH v5 0/5] remote: replace static variables with struct remote_state
 2021-11-18 17:51 UTC  (7+ messages)
  ` [PATCH v5 1/5] t5516: add test case for pushing remote refspecs
  ` [PATCH v5 2/5] remote: move static variables into per-repository struct
  ` [PATCH v5 3/5] remote: use remote_state parameter internally
  ` [PATCH v5 4/5] remote: remove the_repository->remote_state from static methods
  ` [PATCH v5 5/5] remote: die if branch is not found in repository

[PATCH] http-protocol.txt: add missing flush to example
 2021-11-18 16:38 UTC  (2+ messages)

[ANNOUNCE] Git v2.34.0 NonStop Builds Available
 2021-11-18 16:35 UTC 

[PATCH 0/3] xdiff: speedup histogram diff
 2021-11-18 15:42 UTC  (8+ messages)
` [PATCH 1/3] diff histogram: intern strings

[PATCH] Makefile: fix parallel build race
 2021-11-18 14:36 UTC  (6+ messages)

[PATCH v6 00/15] Upstreaming the Scalar command
 2021-11-18 14:11 UTC  (22+ messages)
` [PATCH v7 00/17] "
  ` [PATCH v7 01/17] scalar: add a README with a roadmap
  ` [PATCH v7 04/17] scalar: create test infrastructure
  ` [PATCH v7 05/17] cmake: optionally build `scalar`, too
  ` [PATCH v7 06/17] ci: also run the `scalar` tests
  ` [PATCH v7 07/17] scalar: 'register' sets recommended config and starts maintenance
  ` [PATCH v7 08/17] scalar: 'unregister' stops background maintenance
  ` [PATCH v7 09/17] scalar: let 'unregister' handle a deleted enlistment directory gracefully
  ` [PATCH v7 10/17] scalar: implement 'scalar list'
  ` [PATCH v7 11/17] scalar: implement the `clone` subcommand
  ` [PATCH v7 12/17] scalar: teach 'clone' to support the --single-branch option
  ` [PATCH v7 13/17] scalar: implement the `run` command
  ` [PATCH v7 14/17] scalar: allow reconfiguring an existing enlistment
  ` [PATCH v7 15/17] scalar: teach 'reconfigure' to optionally handle all registered enlistments
  ` [PATCH v7 16/17] scalar: implement the `delete` command
  ` [PATCH v7 17/17] scalar: implement the `version` command

[PATCH v2] fetch-pack: parameterize message containing 'ready' keyword
 2021-11-18 13:21 UTC  (3+ messages)

[PATCH v2 00/18] Makefiles: dependency correctness & speedup
 2021-11-18 13:05 UTC  (9+ messages)
` [PATCH v3 00/23] Makefile: dependency fixes, make noop runtime ~1.4x faster
  ` [PATCH v3 18/23] Makefiles: add and use wildcard "mkdir -p" template

[PATCH 1/3] ls-tree.c: support `--oid-only` option for "git-ls-tree"
 2021-11-18 11:23 UTC  (2+ messages)

[PATCH 1/3] ls-tree.c: support `--oid-only` option for "git-ls-tree"
 2021-11-18 11:00 UTC  (3+ messages)

[PATCH v2] receive-pack: ignore SIGPIPE while reporting status to client
 2021-11-18  9:36 UTC  (3+ messages)
` [PATCH v3] "

[GIT PULL] per signal_struct coredumps
 2021-11-18  9:29 UTC  (5+ messages)

[PATCH] Use mingw.h declarations for gmtime_r/localtime_r on msys2
 2021-11-18  9:05 UTC  (7+ messages)

[PATCH 2/3] t3104: add related tests for `--oid-only` option
 2021-11-18  8:45 UTC  (2+ messages)

[PATCH] unpack-objects: unpack large object in stream
 2021-11-18  7:14 UTC  (12+ messages)
` [PATCH v2 1/6] object-file: refactor write_loose_object() to support inputstream
` [PATCH v2 2/6] object-file.c: add dry_run mode for write_loose_object()
` [PATCH v2 3/6] object-file.c: handle nil oid in write_loose_object()
` [PATCH v2 4/6] object-file.c: read input stream repeatedly "
` [PATCH v2 6/6] unpack-objects: unpack large object in stream

[PATCH] MyFirstContribution.txt: fix undeclared variable i in sample code
 2021-11-18  7:09 UTC  (10+ messages)
      ` Is 'for (int i = [...]' bad for C STD compliance reasons? (was: [PATCH] MyFirstContribution.txt: fix undeclared variable i in sample code)
        ` Is 'for (int i = [...]' bad for C STD compliance reasons?
          ` [PATCH] revision: use C99 declaration of variable in for() loop

[PATCH] subtree: ignore merge.ff setting
 2021-11-18  6:06 UTC  (4+ messages)
` [PATCH v2] subtree: force merge commit

[PATCH v8 0/9] Implement a batched fsync option for core.fsyncObjectFiles
 2021-11-18  5:03 UTC  (6+ messages)
` [PATCH v9 "

[PATCH v6 0/8] protect branches checked out in all worktrees
 2021-11-18  4:53 UTC  (3+ messages)
` [PATCH v6 2/8] receive-pack: lowercase error messages

[PATCH] submodule: separate out not-found and not-empty errors
 2021-11-18  4:06 UTC  (3+ messages)

[PATCH] midx: fix a formatting issue in "multi-pack-index.txt"
 2021-11-18  3:39 UTC  (2+ messages)

Config spec for git
 2021-11-18  0:07 UTC  (4+ messages)

[PATCH v6 2/5] introduce submodule.superprojectGitDir record
 2021-11-17 23:43 UTC  (2+ messages)

[PATCH v6 0/5] teach submodules to know they're submodules
 2021-11-17 23:28 UTC  (2+ messages)

git-gui bugs due to dependency on system Wish on MacOS
 2021-11-17 19:15 UTC  (2+ messages)

[Question] Unicode weirdness breaking tests on ZFS?
 2021-11-17 18:35 UTC  (7+ messages)


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