messages from 2025-04-15 19:11:35 to 2025-04-20 21:05:41 UTC [more...]
unwanted interaction of git stash and cherry-pick --abort
2025-04-20 21:05 UTC (4+ messages)
nailon list
2025-04-20 17:10 UTC
[PATCH 0/3] meson: add corresponding target for Makefile's hdr-check
2025-04-20 12:21 UTC (7+ messages)
` [PATCH v4 0/5] "
` [PATCH v4 1/5] coccinelle: meson: rename variables to be more specific
` [PATCH v4 2/5] meson: move headers definition from 'contrib/coccinelle'
` [PATCH v4 3/5] meson: rename 'third_party_sources' to 'third_party_excludes'
` [PATCH v4 4/5] meson: add support for 'hdr-check'
` [PATCH v4 5/5] makefile/meson: add 'check-headers' as alias "
unwanted interaction of git stash and cherry-pick --abort
2025-04-20 13:18 UTC
[PATCH v3 0/4] meson: add corresponding target for Makefile's hdr-check
2025-04-20 11:02 UTC (10+ messages)
` [PATCH v3 2/4] meson: move headers definition from 'contrib/coccinelle'
` [PATCH v3 3/4] meson: add support for 'hdr-check'
` [PATCH v3 4/4] makefile/meson: add 'check-headers' as alias "
[PATCH 0/5] meson: wire up support for benchmarks
2025-04-20 10:00 UTC (10+ messages)
` [PATCH v2 "
` [PATCH v2 3/5] t/perf: fix benchmarks with out-of-tree builds
` [PATCH v2 4/5] meson: wire up benchmarks
[PATCH] builtin/blame: ignore nonexistent ignore files
2025-04-20 5:35 UTC (3+ messages)
[PATCH 0/2] remove unnecessary if statement
2025-04-20 2:54 UTC (3+ messages)
` [PATCH 1/2] builtin/add: "
` [PATCH 2/2] builtin/difftool: "
[PATCH 1/1] add: fix handling literal filenames and wildcards
2025-04-19 17:43 UTC (12+ messages)
` [PATCH] t3706: Add test for wildcard vs literal pathspec
[PATCH] perf: do allow `GIT_PERF_*` to be overridden again
2025-04-19 3:54 UTC (2+ messages)
What's cooking in git.git (Apr 2025, #05; Fri, 18)
2025-04-19 1:12 UTC
[PATCH 0/4] pack-bitmap: enable lookup tables by default, misc. cleanups
2025-04-18 21:57 UTC (16+ messages)
` [PATCH 1/4] pack-bitmap: write lookup table extension by default
` [PATCH 2/4] p5312: removed duplicate performance test script
` [PATCH 3/4] t/perf: avoid testing bitmaps without lookup table
` [PATCH 4/4] t/perf/lib-bitmap.sh: avoid test_perf during setup
What's cooking in git.git (Apr 2025, #04; Tue, 15)
2025-04-18 21:57 UTC (6+ messages)
` aw/t9811-modernize, was "
[GSoC] [PATCH 1/1] t9811: avoid using pipes
2025-04-18 21:41 UTC (10+ messages)
` [GSoC] [PATCH v6 0/1] t9811: be more precise to check importing of tags
` [GSoC] [PATCH v6 1/1] "
` [GSoC] [PATCH v7 0/1] "
` [GSoC] [PATCH v7 1/1] "
[PATCH] environment: fix typo: 'setup_git_directory_gently'
2025-04-18 21:04 UTC (2+ messages)
[GSoC PATCH] json-writer: add docstrings to jw_* functions
2025-04-18 20:29 UTC (2+ messages)
[PATCH] t/meson.build: remove deleted performance test script
2025-04-18 19:51 UTC (4+ messages)
Bug report: Minor glitch in "git help" error message
2025-04-18 13:27 UTC (5+ messages)
[PATCH v2 00/13] miscellaneous build mods (part 1)
2025-04-17 22:06 UTC (21+ messages)
` [PATCH v3 "
` [PATCH v3 01/13] meson.build: remove -DCURL_DISABLE_TYPECHECK
` [PATCH v3 02/13] Makefile: only set some BASIC_CFLAGS when RUNTIME_PREFIX is set
` [PATCH v3 03/13] meson.build: only set build variables for non-default values
` [PATCH v3 04/13] meson.build: set default help format to html on windows
` [PATCH v3 05/13] Makefile: remove NEEDS_LIBRT build variable
` [PATCH v3 06/13] config.mak.uname: add a note about NO_STRLCPY for Linux
` [PATCH v3 07/13] config.mak.uname: only set NO_REGEX on cygwin for v1.7
` [PATCH v3 08/13] config.mak.uname: add HAVE_GETDELIM to the cygwin section
` [PATCH v3 09/13] config.mak.uname: add clock_gettime() to the cygwin build
` [PATCH v3 10/13] builtin/gc.c: correct RAM calculation when using sysinfo
` [PATCH v3 11/13] config.mak.uname: add sysinfo() configuration for cygwin
` [PATCH v3 12/13] config.mak.uname: add arc4random to the cygwin build
` [PATCH v3 13/13] config.mak.uname: set CSPRNG_METHOD to getrandom on Linux
[PATCH] git: add --no-hooks global option
2025-04-17 16:02 UTC (12+ messages)
` [PATCH v2] docs: document core.hooksPath=/dev/null
[PATCH 0/5] parse-options: harden handling of integer values
2025-04-17 15:17 UTC (23+ messages)
` [PATCH v3 0/7] "
` [PATCH v3 1/7] global: use designated initializers for options
` [PATCH v3 2/7] parse-options: check for overflow when parsing integers
` [PATCH v3 3/7] parse-options: introduce precision handling for `OPTION_INTEGER`
` [PATCH v3 4/7] parse-options: introduce precision handling for `OPTION_MAGNITUDE`
` [PATCH v3 5/7] parse-options: introduce `OPTION_UNSIGNED`
` [PATCH v3 6/7] parse-options: detect mismatches in integer signedness
` [PATCH v3 7/7] parse-options: introduce bounded integer options
` [PATCH v4 0/7] parse-options: harden handling of integer values
` [PATCH v4 1/7] parse: fix off-by-one for minimum signed values
` [PATCH v4 2/7] global: use designated initializers for options
` [PATCH v4 3/7] parse-options: support unit factors in `OPT_INTEGER()`
` [PATCH v4 4/7] parse-options: rename `OPT_MAGNITUDE()` to `OPT_UNSIGNED()`
` [PATCH v4 5/7] parse-options: introduce precision handling for `OPTION_INTEGER`
` [PATCH v4 6/7] parse-options: introduce precision handling for `OPTION_UNSIGNED`
` [PATCH v4 7/7] parse-options: detect mismatches in integer signedness
[PATCH] meson: install shell completion scripts
2025-04-17 14:31 UTC (6+ messages)
What's cooking interim report
2025-04-17 0:11 UTC
[RFC PATCH 0/8] repack: avoid MIDX'ing cruft pack(s) where possible
2025-04-16 22:16 UTC (43+ messages)
` [PATCH v2 "
` [PATCH v2 1/8] pack-objects: use standard option incompatibility functions
` [PATCH v2 2/8] object-store-ll.h: add note about designated initializers
` [PATCH v2 6/8] pack-objects: perform name-hash traversal for unpacked objects
` [PATCH v2 7/8] pack-objects: introduce '--stdin-packs=follow'
` [PATCH v2 8/8] repack: exclude cruft pack(s) from the MIDX where possible
` [PATCH v3 0/9] repack: avoid MIDX'ing cruft pack(s) "
` [PATCH v3 1/9] pack-objects: use standard option incompatibility functions
` [PATCH v3 2/9] pack-objects: limit scope in 'add_object_entry_from_pack()'
` [PATCH v3 3/9] pack-objects: factor out handling '--stdin-packs'
` [PATCH v3 4/9] pack-objects: declare 'rev_info' for '--stdin-packs' earlier
` [PATCH v3 5/9] pack-objects: perform name-hash traversal for unpacked objects
` [PATCH v3 6/9] pack-objects: fix typo in 'show_object_pack_hint()'
` [PATCH v3 7/9] pack-objects: swap 'show_{object,commit}_pack_hint'
` [PATCH v3 8/9] pack-objects: introduce '--stdin-packs=follow'
` [PATCH v3 9/9] repack: exclude cruft pack(s) from the MIDX where possible
Get support
2025-04-16 21:17 UTC (2+ messages)
[PATCH 0/9] Split up "object-file.c"
2025-04-16 16:21 UTC (5+ messages)
` [PATCH v3 00/10] "
[GSoC PATCH] revision: remove log_reencode field from rev_info
2025-04-16 16:02 UTC (3+ messages)
[PATCH 0/4] Drop Perl dependency in a couple of subsystems
2025-04-16 15:07 UTC (9+ messages)
` [PATCH 2/4] request-pull: stop depending on Perl
` [PATCH v2 0/4] Drop Perl dependency in a couple of subsystems
` [PATCH v2 1/4] filter-branch: stop depending on Perl
` [PATCH v2 2/4] request-pull: "
` [PATCH v2 3/4] Documentation: stop depending on Perl to massage user manual
` [PATCH v2 4/4] Documentation: stop depending on Perl to generate command list
[PATCH 0/4] update MyFirstContribution with current code base
2025-04-16 14:38 UTC (7+ messages)
` [PATCH 1/4] Remove unused git-mentoring mailing list
` [PATCH 2/4] Docs: Correct cmd_psuh and Explain UNUSED macro
` [PATCH 3/4] Docs: Add cmd_psuh with repo and UNUSED removal
` [PATCH 4/4] cmd_psuh: Prefer repo_config for config lookup
[RFH] fedora: pedantic fails complaining that awk is missing
2025-04-16 14:03 UTC (4+ messages)
[PATCH v2 0/5] parse-options: harden handling of integer values
2025-04-16 13:31 UTC (12+ messages)
` [PATCH v2 2/5] parse-options: introduce precision handling for `OPTION_INTEGER`
` [PATCH v2 4/5] parse-options: introduce `OPTION_UNSIGNED`
(no subject)
2025-04-16 12:46 UTC
Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer
2025-04-16 11:36 UTC (26+ messages)
` Semantics of change IDs (Re: Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer)
meson build failure on 'seen'
2025-04-16 8:56 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 NNTP newsgroup(s).