git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-27 14:00:09 to 2025-01-03 06:40:24 UTC [more...]

meson-test syntax error
 2025-01-03  6:40 UTC  (10+ messages)

[PATCH] gc: add `--expire-to` option
 2025-01-03  4:57 UTC  (5+ messages)
` [PATCH v2 0/2] gc: add --expire-to option
  ` [PATCH v2 1/2] gc: add `--expire-to` option
  ` [PATCH v2 2/2] fix(gc): make --prune=now compatible with --expire-to

[PATCH 0/9] commit-reach: -Wsign-compare follow-ups
 2025-01-03  2:08 UTC  (29+ messages)
` [PATCH 1/9] prio-queue: fix type of `insertion_ctr`
` [PATCH 2/9] commit-reach: fix index used to loop through unsigned integer
` [PATCH 4/9] commit-reach: use `size_t` to track indices in `remove_redundant()`
` [PATCH 6/9] builtin/log: use `size_t` to track indices
` [PATCH 7/9] builtin/log: fix remaining -Wsign-compare warnings
` [PATCH 9/9] commit-reach: use `size_t` to track indices when computing merge bases
        ` racy leak sanitizer builds, was Re: [PATCH 0/9] commit-reach: -Wsign-compare follow-ups

[PATCH v2 00/12] meson: wire up missing HTML documentation
 2025-01-03  0:05 UTC  (11+ messages)
` [PATCH v2 06/12] meson: generate user manual
` [PATCH v2 07/12] Documentation: refactor "api-index.sh" for out-of-tree builds
` [PATCH v2 08/12] Documentation: refactor "howto-index.sh" "
` [PATCH v2 09/12] meson: generate articles
` [PATCH v2 10/12] meson: install static files for HTML documentation
` [PATCH v2 11/12] t/Makefile: make "check-meson" work with Dash
` [PATCH v2 12/12] Documentation: wire up sanity checks for Meson

[PATCH] git: use U to denote unsigned to prevent UB
 2025-01-02 21:33 UTC  (3+ messages)

O
 2025-01-02 21:10 UTC 

What's cooking in git.git (Dec 2024, #11; Mon, 30)
 2025-01-02 19:33 UTC  (17+ messages)
` a less-invasive racy-leak fix, was "
  ` [PATCH 0/6] a less-invasive racy-leak fix
    ` [PATCH 1/6] test-lib: use individual lsan dir for --stress runs
    ` [PATCH 2/6] Revert "index-pack: spawn threads atomically"
    ` [PATCH 3/6] test-lib: rely on logs to detect leaks
    ` [PATCH 4/6] test-lib: simplify leak-log checking
    ` [PATCH 5/6] test-lib: check leak logs for presence of DEDUP_TOKEN
    ` [PATCH 6/6] test-lib: ignore leaks in the sanitizer's thread code

Change the grep command called by git with alternative tools, such as ug
 2025-01-02 15:28 UTC  (5+ messages)

git log date filter bug
 2025-01-02 15:15 UTC 

File missing from git branch
 2025-01-02 11:40 UTC  (4+ messages)

[ANNOUNCE] Git Rev News edition 118
 2025-01-02 11:19 UTC 

How to relocate common and workdir?
 2025-01-02  9:30 UTC 

[PATCH] t7110: Replace `test -f` and `! test -f` with `test_path_is_file` and `test_path_is_missing` for improved debuggability when failing
 2025-01-01 22:59 UTC 

[PATCH 0/5] fixing thread races in linux-leaks CI
 2025-01-01 18:28 UTC  (10+ messages)
` [PATCH 1/5] test-lib: use individual lsan dir for --stress runs
` [PATCH 2/5] Revert "index-pack: spawn threads atomically"
` [PATCH 3/5] thread-utils: introduce optional barrier type
` [PATCH 4/5] index-pack: work around LSan threading race with barrier
` [PATCH 5/5] grep: "

[PATCH] object-file: fix race in object collision check
 2025-01-01 18:19 UTC  (7+ messages)

[PATCH] object-name: fix resolution of object names containing curly braces
 2025-01-01 17:00 UTC  (2+ messages)

[ANNOUNCE] Git v2.48.0-rc1
 2025-01-01 16:54 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.48.0-rc1
 2025-01-01 16:45 UTC  (2+ messages)

/etc/git/
 2024-12-31 21:03 UTC  (5+ messages)

Draft of Git Rev News edition 118
 2024-12-31 10:19 UTC 

[PATCH 00/14] Stop using `the_repository` in some trivial cases
 2024-12-31  6:55 UTC  (8+ messages)
` [PATCH 01/14] progress: stop using `the_repository`
` [PATCH 02/14] pager: "

[PATCH] all: standardize headers to reflect Git's purpose as a DVCS
 2024-12-31  0:12 UTC 

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2024-12-30 23:25 UTC  (4+ messages)
` [PATCH v8 0/6] "

[PATCH 00/10] Fix segfaults when using the unsafe SHA1 backend
 2024-12-30 17:31 UTC  (13+ messages)
` [PATCH 01/10] bulk-checkin: fix segfault with "
` [PATCH 02/10] builtin/fast-import: "
  ` [PATCH 02/10] builtin/fast-import: fix segfault with unsafe SHA1
` [PATCH 03/10] ci: exercise unsafe OpenSSL backend
` [PATCH 04/10] meson: consistenlty spell 'CommonCrypto'
` [PATCH 05/10] meson: deduplicate access to SHA1/SHA256 backend options
` [PATCH 06/10] meson: require SecurityFramework when it's used as SHA1 backend
` [PATCH 07/10] meson: simplify conditions for HTTPS and SHA1 dependencies
` [PATCH 08/10] meson: add missing dots for build options
` [PATCH 09/10] meson: wire up unsafe SHA1 backend
` [PATCH 10/10] meson: provide a summary of configured backends

What's cooking in git.git (Dec 2024, #10; Sat, 28)
 2024-12-30 14:07 UTC  (3+ messages)

[PATCH] maintenance: add prune-remote-refs task
 2024-12-30 14:05 UTC  (9+ messages)
` [PATCH v2] "

[Possible Bug] --cruft option not work with git gc --prune=now
 2024-12-30 11:58 UTC  (4+ messages)

[PATCH 0/4] reftable: fix realloc error handling
 2024-12-30  7:25 UTC  (23+ messages)
` [PATCH 1/4] reftable: avoid leaks on realloc error
` [PATCH 2/4] reftable: fix allocation count "
` [PATCH 4/4] t-reftable-merged: check realloc errors
` [PATCH v2 0/4] reftable: fix realloc error handling
  ` [PATCH v2 1/4] reftable: avoid leaks on realloc error
  ` [PATCH v2 2/4] reftable: fix allocation count "
  ` [PATCH v2 3/4] reftable: handle realloc error in parse_names()
  ` [PATCH v2 4/4] t-reftable-merged: handle realloc errors

[PATCH 3 1/1] parse-options: localize mark-up of placeholder text in the short help
 2024-12-30  3:02 UTC  (5+ messages)
` [PATCH 4 0/1] Localize "
` [PATCH 4 1/1] parse-options: localize "

[PATCH] completion: repair config completion for Zsh
 2024-12-30  0:00 UTC 

connecting the local main branch to the remote origin/main without pushing
 2024-12-29 14:39 UTC  (10+ messages)

digest ETA
 2024-12-28 23:58 UTC 

[fingerprint] of github.com
 2024-12-28 22:27 UTC  (5+ messages)

git gc does not clean tmp_pack* files
 2024-12-28 20:13 UTC  (8+ messages)

[PATCH v2 0/5] GIT-VERSION-GEN: fix overriding values
 2024-12-28 19:43 UTC  (10+ messages)
` [PATCH v2 4/5] Makefile: respect build info declared in "config.mak"

[PATCH] builtin/gc: Ignore random minute field when registering macOS services
 2024-12-28 18:57 UTC  (3+ messages)

Connect
 2024-12-28 16:04 UTC 

[PATCH 0/4] Fixes typemissmatch warinigs from msvc
 2024-12-28 16:04 UTC  (8+ messages)
` [PATCH 1/4] add-patch: Fix type missmatch rom msvc

[help] delivery failed
 2024-12-28  8:00 UTC  (2+ messages)

[help] can nobody get me an email
 2024-12-28  2:26 UTC  (10+ messages)
                `  "

UNSUBSCRIBE
 2024-12-28  1:53 UTC 

UNSUBSCRIBE
 2024-12-28  1:49 UTC 

Could git rebase be persuased to update .git-blame-ignore-revs ?
 2024-12-27 21:00 UTC 

"git fetch" fails for a --reference clone after an outer forced push
 2024-12-27 19:09 UTC  (5+ messages)

[PATCH v2] t7611: replace test -f with test_path_is* helpers
 2024-12-27 16:15 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] show-index: the short help should say the command reads from its input
 2024-12-27 15:07 UTC  (3+ messages)

[PATCH] prio-queue: use size_t rather than int for size
 2024-12-27 14:34 UTC  (3+ messages)

[PATCH] refs: exit early from the loop if it is not a main worktree
 2024-12-27 14:34 UTC  (7+ messages)

[PATCH v2 0/6] PATH WALK I: The path-walk API
 2024-12-27 14:18 UTC  (9+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] path-walk: introduce an object walk by path
  ` [PATCH v4 0/7] PATH WALK I: The path-walk API
    ` [PATCH v4 1/7] path-walk: introduce an object walk by path


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