git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-30 04:34:21 to 2025-01-05 01:01:45 UTC [more...]

[PATCH] all: standardize headers to reflect Git's purpose as a DVCS
 2025-01-05  1:01 UTC  (2+ messages)

[PATCH] object-name: fix resolution of object names containing curly braces
 2025-01-04 18:55 UTC  (16+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] object-name: be more strict in parsing describe-like output

[BUGREPORT] git diff-tree --cc SEGFAUTs
 2025-01-04 18:09 UTC  (7+ messages)

Full absolute path in a commit makes checkout fail
 2025-01-04 17:13 UTC  (2+ messages)

[PATCH 5/5] remote: announce removal of "branches/" and "remotes/"
 2025-01-04 15:36 UTC 

[PATCH] completion: repair config completion for Zsh
 2025-01-04 14:47 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] doc: git-restore: migrate to new style format
 2025-01-04 13:16 UTC 

Help with Git Subtree Push
 2025-01-04  4:49 UTC  (3+ messages)

What's cooking in git.git (Jan 2025, #01; Fri, 3)
 2025-01-04  4:12 UTC  (2+ messages)

[PATCH 0/2] object-file: retry linking file into place when occluding file vanishes
 2025-01-03 22:29 UTC  (9+ messages)
` [PATCH 1/2] object-file: rename variables in `check_collision()`
` [PATCH 2/2] object-file: retry linking file into place when occluding file vanishes

What's cooking in git.git (Dec 2024, #11; Mon, 30)
 2025-01-03 20:26 UTC  (24+ 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

git log date filter bug
 2025-01-03 20:13 UTC  (2+ messages)

[PATCH 00/10] A couple of CI improvements
 2025-01-03 19:16 UTC  (18+ messages)
` [PATCH 01/10] t0060: fix EBUSY in MinGW when setting up runtime prefix
` [PATCH 02/10] t7422: fix flaky test caused by buffered stdout
` [PATCH 03/10] github: adapt containerized jobs to be rootless
` [PATCH 04/10] github: convert all Linux jobs to be containerized
` [PATCH 05/10] github: simplify computation of the job's distro
` [PATCH 06/10] gitlab-ci: remove the "linux-old" job
` [PATCH 07/10] gitlab-ci: add linux32 job testing against i386
` [PATCH 08/10] ci: stop special-casing for Ubuntu 16.04
` [PATCH 09/10] ci: use latest Ubuntu release
` [PATCH 10/10] ci: remove stale code for Azure Pipelines

[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-03 19:07 UTC  (8+ messages)
  ` [PATCH v2] t7110: replace `test -f` with `test_path_is_*` helpers

[PATCH] maintenance: add prune-remote-refs task
 2025-01-03 19:02 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] doc: git-notes.txt: migrate to new documentation format
 2025-01-03 17:10 UTC 

[PATCH 00/10] Fix segfaults when using the unsafe SHA1 backend
 2025-01-03 16:25 UTC  (15+ 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

[PATCH 0/2] documentation fixes for 2.48.0
 2025-01-03 16:21 UTC  (6+ messages)
` [PATCH 1/2] git.txt: fix heading line of tildes
` [PATCH 2/2] gitcli.txt: typeset pathnames as monospace

[PATCH 0/3] Doc git commit
 2025-01-03 13:47 UTC  (4+ messages)
` [PATCH 1/3] doc: git-commit: apply new documentation guidelines
` [PATCH 2/3] doc: git-commit.txt: convert git commit config to new format
` [PATCH 3/3] doc: git-commit: migrate secondary files "

File missing from git branch
 2025-01-03 10:26 UTC  (5+ messages)

[PATCH 00/10] meson: wire up missing HTML documentation
 2025-01-03  8:35 UTC  (5+ messages)
    ` How to use Meson (was: [PATCH 00/10] meson: wire up missing HTML documentation])

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

[PATCH 0/5] fixing thread races in linux-leaks CI
 2025-01-03  6:45 UTC  (8+ messages)
` [PATCH 1/5] test-lib: use individual lsan dir for --stress runs
` [PATCH 3/5] thread-utils: introduce optional barrier type

[PATCH 0/9] commit-reach: -Wsign-compare follow-ups
 2025-01-03  6:43 UTC  (18+ messages)
` [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 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

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 v2 00/12] meson: wire up missing HTML documentation
 2025-01-03  0:05 UTC  (5+ messages)
` [PATCH v2 11/12] t/Makefile: make "check-meson" work with Dash

[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 

Change the grep command called by git with alternative tools, such as ug
 2025-01-02 15:28 UTC  (5+ 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 

[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  (6+ messages)
` [PATCH 01/14] progress: stop using `the_repository`
` [PATCH 02/14] pager: "

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

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

[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  (11+ messages)
` [PATCH 1/4] reftable: avoid leaks on realloc error
` [PATCH v2 0/4] reftable: fix realloc error handling
  ` [PATCH v2 1/4] reftable: avoid leaks on realloc error
  ` [PATCH v2 3/4] reftable: handle realloc error in parse_names()


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