git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-11-16 09:30:06 to 2021-11-17 10:23:52 UTC [more...]

[PATCH v13 1/3] grep: refactor next_match() and match_one_pattern() for external use
 2021-11-17 10:23 UTC  (15+ messages)
` [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data
                ` [PATCH] grep: avoid setting UTF mode when not needed
                  ` [PATCH v2] grep: avoid setting UTF mode when dangerous with PCRE

[PATCH] Makefile: fix parallel build race
 2021-11-17 10:21 UTC  (4+ messages)

[PATCH v2 00/18] Makefiles: dependency correctness & speedup
 2021-11-17 10:20 UTC  (60+ messages)
` [PATCH v3 00/23] Makefile: dependency fixes, make noop runtime ~1.4x faster
  ` [PATCH v3 01/23] Makefile: don't invoke msgfmt with --statistics
  ` [PATCH v3 02/23] Makefile: don't set up "perl/build" rules under NO_PERL=Y
  ` [PATCH v3 03/23] Makefile: use "=" not ":=" for po/* and perl/*
  ` [PATCH v3 04/23] Makefile: clean perl/build/ even with NO_PERL=Y
  ` [PATCH v3 05/23] Makefile: remove "mv $@ $@+" dance redundant to .DELETE_ON_ERROR
  ` [PATCH v3 06/23] Makefile: guard Perl-only variable assignments
  ` [PATCH v3 07/23] Makefile: change "ifndef NO_PERL" to "ifdef NO_PERL"
  ` [PATCH v3 08/23] Makefile: adjust Perl-related comments & whitespace
  ` [PATCH v3 09/23] Makefile: correct "GIT-PERL-{DEFINES,HEADER}" dependency graph
  ` [PATCH v3 10/23] Makefile: create a GIT-PYTHON-DEFINES, like "PERL"
  ` [PATCH v3 11/23] Makefile: stop needing @@GIT_VERSION@@ in *.perl scripts
  ` [PATCH v3 12/23] Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it
  ` [PATCH v3 13/23] Makefile: move $(comma), $(empty) and $(space) to shared.mak
  ` [PATCH v3 14/23] Makefile: re-add and use the "shellquote" macros
  ` [PATCH v3 15/23] Makefile: add a "TRACK_template" for GIT-*{FLAGS,DEFINES,...}
  ` [PATCH v3 16/23] Makefile: add "$(QUIET)" boilerplate to shared.mak
  ` [PATCH v3 17/23] Makefile: use $(wspfx) for $(QUIET...) in shared.mak
  ` [PATCH v3 18/23] Makefiles: add and use wildcard "mkdir -p" template
  ` [PATCH v3 19/23] Makefile: correct the dependency graph of hook-list.h
  ` [PATCH v3 20/23] Makefile: use $(file) I/O instead of "FORCE" when possible
  ` [PATCH v3 21/23] Makefile: disable GNU make built-in wildcard rules
  ` [PATCH v3 22/23] Makefile: define $(LIB_H) in terms of $(FIND_SOURCE_FILES)
  ` [PATCH v3 23/23] Makefile: move ".SUFFIXES" rule to shared.mak
  ` [PATCH v4 00/23] Makefile: dependency fixes, make noop runtime ~1.4x faster
    ` [PATCH v4 01/23] Makefile: don't invoke msgfmt with --statistics
    ` [PATCH v4 02/23] Makefile: don't set up "perl/build" rules under NO_PERL=Y
    ` [PATCH v4 03/23] Makefile: use "=" not ":=" for po/* and perl/*
    ` [PATCH v4 04/23] Makefile: clean perl/build/ even with NO_PERL=Y
    ` [PATCH v4 05/23] Makefile: remove "mv $@ $@+" dance redundant to .DELETE_ON_ERROR
    ` [PATCH v4 06/23] Makefile: guard Perl-only variable assignments
    ` [PATCH v4 07/23] Makefile: change "ifndef NO_PERL" to "ifdef NO_PERL"
    ` [PATCH v4 08/23] Makefile: adjust Perl-related comments & whitespace
    ` [PATCH v4 09/23] Makefile: correct "GIT-PERL-{DEFINES,HEADER}" dependency graph
    ` [PATCH v4 10/23] Makefile: create a GIT-PYTHON-DEFINES, like "PERL"
    ` [PATCH v4 11/23] Makefile: stop needing @@GIT_VERSION@@ in *.perl scripts
    ` [PATCH v4 12/23] Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it
    ` [PATCH v4 13/23] Makefile: move $(comma), $(empty) and $(space) to shared.mak
    ` [PATCH v4 14/23] Makefile: re-add and use the "shellquote" macros
    ` [PATCH v4 15/23] Makefile: add a "TRACK_template" for GIT-*{FLAGS,DEFINES,...}
    ` [PATCH v4 16/23] Makefile: add "$(QUIET)" boilerplate to shared.mak
    ` [PATCH v4 17/23] Makefile: use $(wspfx) for $(QUIET...) in shared.mak
    ` [PATCH v4 18/23] Makefiles: add and use wildcard "mkdir -p" template
    ` [PATCH v4 19/23] Makefile: correct the dependency graph of hook-list.h
    ` [PATCH v4 20/23] Makefile: use $(file) I/O instead of "FORCE" when possible
    ` [PATCH v4 21/23] Makefile: disable GNU make built-in wildcard rules
    ` [PATCH v4 22/23] Makefile: define $(LIB_H) in terms of $(FIND_SOURCE_FILES)
    ` [PATCH v4 23/23] Makefile: move ".SUFFIXES" rule to shared.mak

[PATCH] submodule: separate out not-found and not-empty errors
 2021-11-17  9:39 UTC  (2+ messages)

Config spec for git
 2021-11-17  9:30 UTC 

[PATCH v2 3/6] ssh signing: make verify-commit consider key lifetime
 2021-11-17  9:35 UTC  (9+ messages)
` [PATCH v3 0/7] ssh signing: verify "
  ` [PATCH v3 1/7] ssh signing: use sigc struct to pass payload
  ` [PATCH v3 2/7] ssh signing: add key lifetime test prereqs
  ` [PATCH v3 3/7] ssh signing: make verify-commit consider key lifetime
  ` [PATCH v3 4/7] ssh signing: make git log verify "
  ` [PATCH v3 5/7] ssh signing: make verify-tag consider "
  ` [PATCH v3 6/7] ssh signing: make fmt-merge-msg "
  ` [PATCH v3 7/7] ssh signing: verify ssh-keygen in test prereq

[PATCH v3 0/2] am: support --empty-commit=(die|skip|asis) option to am empty commits
 2021-11-17  9:33 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] am: support --empty-commit option to handle empty patches
  ` [PATCH v5 0/2] am: support --empty-commit=(die|skip|asis) option to am empty commits
    ` [PATCH v5 1/2] doc: git-format-patch: describe the option --always
    ` [PATCH v5 2/2] am: support --empty option to handle empty patches

[PATCH 0/2] Sparse index: fetch, pull, ls-files
 2021-11-17  9:29 UTC  (4+ messages)
` [PATCH 1/2] fetch/pull: use the sparse index
` [PATCH 2/2] ls-files: add --sparse option

[PATCH 0/2] Generate temporary files using a CSPRNG
 2021-11-17  8:36 UTC  (29+ messages)
` [PATCH 1/2] wrapper: add a helper to generate numbers from "
` [PATCH 2/2] wrapper: use a CSPRNG to generate random file names

[PATCH] mergesort: avoid left shift overflow
 2021-11-17  9:19 UTC  (3+ messages)

[PATCH 0/2] test-lib: improve missing prereq handling
 2021-11-17  9:05 UTC  (6+ messages)
` [PATCH 1/2] test-lib: show missing prereq summary

[PATCH v2 0/2] test-lib: improve missing prereq handling
 2021-11-17  9:04 UTC  (3+ messages)
` [PATCH v2 1/2] test-lib: show missing prereq summary
` [PATCH v2 2/2] test-lib: introduce required prereq for test runs

[PATCH] name-rev: prefer shorter names over following merges
 2021-11-17  8:49 UTC  (3+ messages)

[PATCH 0/1] Add a test balloon for C99
 2021-11-17  8:49 UTC  (16+ messages)
` [PATCH v2 0/1] Add a test balloon for C99 support
  ` [PATCH v2 1/1] git-compat-util: add "

[PATCH 0/8] Makefile: generate a hook-list.h, prep for config-based-hooks
 2021-11-17  8:39 UTC  (9+ messages)
` [PATCH 8/8] hook-list.h: add a generated list of hooks, like config-list.h

[PATCH 1/1] git-compat-util: add a test balloon for C99 support
 2021-11-17  8:29 UTC  (2+ messages)

[PATCH v6 0/8] protect branches checked out in all worktrees
 2021-11-17  8:09 UTC  (5+ messages)
` [PATCH v6 1/8] fetch: lowercase error messages

[PATCH] pull: should be noop when already-up-to-date
 2021-11-17  7:55 UTC 

Generalization of diff and merge
 2021-11-17  7:45 UTC 

[PATCH v8 0/9] Implement a batched fsync option for core.fsyncObjectFiles
 2021-11-17  7:24 UTC  (8+ messages)
` [PATCH v9 "
  ` [PATCH v9 2/9] tmp-objdir: disable ref updates when replacing the primary odb

[PATCH] ci(check-whitespace): update stale file top comments
 2021-11-17  6:59 UTC  (3+ messages)

[PATCH v5] submodule: absorb git dir instead of dying on deinit
 2021-11-17  5:55 UTC  (6+ messages)
` [PATCH v6] "

[PATCH v6 0/5] teach submodules to know they're submodules
 2021-11-17  0:57 UTC  (6+ messages)
` [PATCH v6 1/5] t7400-submodule-basic: modernize inspect() helper
` [PATCH v6 2/5] introduce submodule.superprojectGitDir record
` [PATCH v6 3/5] submodule: record superproject gitdir during absorbgitdirs
` [PATCH v6 4/5] submodule: record superproject gitdir during 'update'
` [PATCH v6 5/5] submodule: use config to find superproject worktree

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

[PATCH 0/4] midx: verify MIDX checksum before reusing
 2021-11-16 22:12 UTC  (8+ messages)
` [PATCH 4/4] midx: report checksum mismatches during 'verify'
        ` [PATCH] t5319: corrupt more bytes of the midx checksum

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

New-ish warning in refs.c with GCC (at least 11.2) under -O3
 2021-11-16 21:22 UTC  (4+ messages)

Need help in understanding how to submit a patch
 2021-11-16 21:15 UTC 

[RFC PATCH 00/21] C99: show meaningful <file>:<line> in trace2 via macros
 2021-11-16 20:16 UTC  (5+ messages)

Re* [PATCH v8 2/2] tests: add a test mode for SANITIZE=leak, run it in CI
 2021-11-16 19:31 UTC  (4+ messages)
` [PATCH] t0006: date_mode can leak .strftime_fmt member

[PATCH v3] checkout: fix "branch info" memory leaks
 2021-11-16 18:27 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v4 5/6] remote: die if branch is not found in repository
 2021-11-16 17:45 UTC  (2+ messages)

[GIT PULL] per signal_struct coredumps
 2021-11-16 15:14 UTC  (5+ messages)

[PATCH 0/7] Builtin FSMonitor Part 1
 2021-11-16 11:02 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 7/7] t/helper/simple-ipc: convert test-simple-ipc to use start_bg_command

[PATCH] sequencer: fix environment that 'exec' commands run under
 2021-11-16  9:59 UTC  (3+ messages)
` [PATCH v2] sequencer: do not export GIT_DIR and GIT_WORK_TREE for 'exec'

[PATCH v3 00/15] diff --color-moved[-ws] speedups
 2021-11-16  9:49 UTC  (17+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/15] diff --color-moved: add perf tests
  ` [PATCH v4 02/15] diff --color-moved: clear all flags on blocks that are too short
  ` [PATCH v4 03/15] diff --color-moved: factor out function
  ` [PATCH v4 04/15] diff --color-moved: rewind when discarding pmb
  ` [PATCH v4 05/15] diff --color-moved=zebra: fix alternate coloring
  ` [PATCH v4 06/15] diff --color-moved: avoid false short line matches and bad zerba coloring
  ` [PATCH v4 07/15] diff: simplify allow-indentation-change delta calculation
  ` [PATCH v4 08/15] diff --color-moved-ws=allow-indentation-change: simplify and optimize
  ` [PATCH v4 09/15] diff --color-moved: call comparison function directly
  ` [PATCH v4 10/15] diff --color-moved: unify moved block growth functions
  ` [PATCH v4 11/15] diff --color-moved: shrink potential moved blocks as we go
  ` [PATCH v4 12/15] diff --color-moved: stop clearing potential moved blocks
  ` [PATCH v4 13/15] diff --color-moved-ws=allow-indentation-change: improve hash lookups
  ` [PATCH v4 14/15] diff: use designated initializers for emitted_diff_symbol
  ` [PATCH v4 15/15] diff --color-moved: intern strings


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