git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-11-18 03:03:09 to 2021-11-19 16:46:40 UTC [more...]

[PATCH v5 0/2] am: support --empty-commit=(die|skip|asis) option to am empty commits
 2021-11-19 16:46 UTC  (21+ 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 v7 0/2] am: support --empty=(die|drop|keep) option to handle empty patches
    ` [PATCH v7 1/2] doc: git-format-patch: describe the option --always
    ` [PATCH v7 2/2] am: support --empty=<option> to handle empty patches

[PATCH v2 0/2] test-lib: improve missing prereq handling
 2021-11-19 16:37 UTC  (10+ messages)
` [PATCH v2 2/2] test-lib: introduce required prereq for test runs

Stochastic bisection support
 2021-11-19 16:39 UTC  (35+ 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()

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

[PATCH 0/2] CI: use shorter names for CI jobs, less truncation
 2021-11-19 16:02 UTC  (7+ messages)
` [PATCH 1/2] CI: use shorter names that fit in UX tooltips
` [PATCH 2/2] CI: rename the "Linux32" job to lower-case "linux32"

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

[PATCH] Makefile: fix parallel build race
 2021-11-19 15:44 UTC  (9+ messages)

[Question] Unicode weirdness breaking tests on ZFS?
 2021-11-19 15:44 UTC  (7+ messages)

[PATCH] ssh signing: support non ssh-* keytypes
 2021-11-19 15:07 UTC  (11+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] ssh signing: make sign/amend test more resilient
` [PATCH v3 0/2] ssh signing: support non ssh-* keytypes
  ` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] ssh signing: make sign/amend test more resilient

git 2.34.0: Behavior of `**` in gitignore is different from previous versions
 2021-11-19 14:51 UTC  (5+ messages)

[PATCH 0/6] various: remove dead code
 2021-11-19 14:42 UTC  (13+ messages)
` [PATCH 1/6] xdiff/xmacros.h: remove unused XDL_PTRFREE
` [PATCH 2/6] pack-bitmap-write: remove unused bitmap_reset() function
` [PATCH 3/6] object-store.h: remove unused has_sha1_file*()
` [PATCH 4/6] alloc.[ch]: remove alloc_report() function
` [PATCH 5/6] strbuf: remove unused istarts_with() function
` [PATCH 6/6] json-writer.[ch]: remove unused formatting functions

[PATCH 0/3] support `--oid-only` in `ls-tree`
 2021-11-19 13:30 UTC  (4+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] ls-tree.c: support `--oid-only` option for "git-ls-tree"

Ambiguous verification response when ssh-based signatures
 2021-11-19 11:07 UTC  (4+ messages)

[PATCH v6] submodule: absorb git dir instead of dying on deinit
 2021-11-19 10:56 UTC  (2+ messages)
` [PATCH v7] "

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

[PATCH v2 00/18] Makefiles: dependency correctness & speedup
 2021-11-19  7:30 UTC  (14+ 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 v4 00/23] Makefile: dependency fixes, make noop runtime ~1.4x faster
    ` [PATCH v4 15/23] Makefile: add a "TRACK_template" for GIT-*{FLAGS,DEFINES,...}

[PATCH] grep: avoid setting UTF mode when not needed
 2021-11-19  6:58 UTC  (7+ messages)
` [PATCH v2] grep: avoid setting UTF mode when dangerous with PCRE

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2021-11-19  6:47 UTC  (4+ messages)
` [PATCH v4] branch: add flags and config to inherit tracking

[PATCH v2 3/6] ssh signing: make verify-commit consider key lifetime
 2021-11-19  6:15 UTC  (4+ messages)
` [PATCH v3 0/7] ssh signing: verify "
  ` [PATCH v3 7/7] ssh signing: verify ssh-keygen in test prereq

[PATCH] pull: don't say that merge is "the default strategy"
 2021-11-19  5:41 UTC  (4+ messages)

[PATCH 0/3] support `--oid-only` in `ls-tree`
 2021-11-19  2:57 UTC  (2+ messages)

[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] mergesort: avoid left shift overflow
 2021-11-18 23:27 UTC  (2+ messages)

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

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

[PATCH 0/2] Sparse index: fetch, pull, ls-files
 2021-11-18 22:13 UTC  (4+ 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  (8+ messages)

[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  (6+ messages)

[PATCH 0/1] Add a test balloon for C99
 2021-11-18 19:10 UTC  (10+ 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  (3+ messages)

[PATCH v5 0/5] remote: replace static variables with struct remote_state
 2021-11-18 17:51 UTC  (2+ messages)

[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 v6 00/15] Upstreaming the Scalar command
 2021-11-18 14:11 UTC  (9+ messages)
` [PATCH v7 00/17] "
  ` [PATCH v7 01/17] scalar: add a README with a roadmap
  ` [PATCH v7 05/17] cmake: optionally build `scalar`, too

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

[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 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  (9+ 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)


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