git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-03 13:47:31 to 2025-01-07 07:07:54 UTC [more...]

What's cooking in git.git (Dec 2024, #11; Mon, 30)
 2025-01-07  7:07 UTC  (18+ messages)
` a less-invasive racy-leak fix, was "
  ` [PATCH 0/6] a less-invasive racy-leak fix
    ` [PATCH 3/6] test-lib: rely on logs to detect leaks
    ` [PATCH 4/6] test-lib: simplify leak-log checking
    ` [PATCH 6/6] test-lib: ignore leaks in the sanitizer's thread code
    ` [PATCH 0/3] lsan test-lib readability
      ` [PATCH 1/3] test-lib: invert return value of check_test_results_san_file_empty
      ` [PATCH 2/3] test-lib: simplify lsan results check

[BUG] Git 2.48.0-rc2 - Test t0610.26 Fails
 2025-01-07  6:51 UTC  (2+ messages)

[Bug report] signingKey beying bypassed
 2025-01-07  3:00 UTC  (4+ messages)

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

[PATCH 0/2] object-file: retry linking file into place when occluding file vanishes
 2025-01-07  1:25 UTC  (16+ 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
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] object-file: rename variables in `check_collision()`
  ` [PATCH v2 2/3] object-file: don't special-case missing source file in collision check
  ` [PATCH v2 3/3] object-file: retry linking file into place when occluding file vanishes

[PATCH] completion: repair config completion for Zsh
 2025-01-07  1:23 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] credential-cache: respect request capabilities
 2025-01-07  1:19 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCHv2 0/4] Fixes typemissmatch warinigs from msvc
 2025-01-07  0:53 UTC  (12+ messages)
` [PATCHv2 1/4] add-patch: Fix type missmatch rom msvc
` [PATCHv2 2/4] date.c: Fix type missmatch warings from msvc
` [PATCHv2 3/4] apply.c : "
` [PATCHv2 4/4] commit.c: "

[PATCH 0/4][Outreachy] Introduce os-version Capability with Configurable Options
 2025-01-06 23:17 UTC  (9+ messages)
` [PATCH 1/4] version: refactor redact_non_printables()
` [PATCH 2/4] version: refactor get_uname_info()
` [PATCH 3/4] connect: advertise OS version
` [PATCH 4/4] version: introduce osversion.command config for os-version output

bug: Removing branch and creating branch-directory with same name breaks
 2025-01-06 22:25 UTC  (2+ messages)

[PATCH 00/10] add more ref consistency checks
 2025-01-06 22:16 UTC  (12+ messages)
` [PATCH 01/10] files-backend: add object check for regular ref
` [PATCH 02/10] builtin/refs.h: get worktrees without reading head info
` [PATCH 03/10] packed-backend: check whether the "packed-refs" is regular
` [PATCH 04/10] packed-backend: add "packed-refs" header consistency check
` [PATCH 05/10] packed-backend: check whether the refname contains NULL binaries
` [PATCH 06/10] packed-backend: add "packed-refs" entry consistency check
` [PATCH 07/10] packed-backend: create "fsck_packed_ref_entry" to store parsing info
` [PATCH 08/10] packed-backend: add check for object consistency
` [PATCH 09/10] packed-backend: check whether the "packed-refs" is sorted
` [PATCH 10/10] builtin/fsck: add `git refs verify` child process

[PATCH 00/14] Stop using `the_repository` in some trivial cases
 2025-01-06 20:57 UTC  (3+ messages)
` [PATCH 01/14] progress: stop using `the_repository`

Testing for existence of a remote branch from a script
 2025-01-06 20:50 UTC  (7+ messages)

[ANNOUNCE] Git v2.48.0-rc2
 2025-01-06 20:47 UTC  (2+ messages)

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

What's cooking in git.git (Jan 2025, #02; Mon, 6)
 2025-01-06 20:02 UTC 

[PATCH 00/10] Fix segfaults when using the unsafe SHA1 backend
 2025-01-06 19:17 UTC  (6+ messages)
` [PATCH 02/10] builtin/fast-import: fix segfault with "
  ` [PATCH 02/10] builtin/fast-import: fix segfault with unsafe SHA1

[PATCH 0/5] remote: announce removal of "branches/" and "remotes/"
 2025-01-06 15:53 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] Makefile: wire up build option for deprecated features
  ` [PATCH v2 2/5] ci: merge linux-gcc-default into linux-gcc
  ` [PATCH v2 3/5] ci: repurpose "linux-gcc" job for deprecations
  ` [PATCH v2 4/5] builtin/pack-redundant: remove subcommand with breaking changes
  ` [PATCH v2 5/5] remote: announce removal of "branches/" and "remotes/"

[PATCH] doc: git-notes.txt: migrate to new documentation format
 2025-01-06 15:32 UTC  (3+ messages)

[GIT PULL] git-gui: Bulgarian translation
 2025-01-06 14:52 UTC  (2+ messages)

[GIT PULL] gitk: Bulgarian translation
 2025-01-06 14:52 UTC  (2+ messages)

[PATCH v3 2/3] fetch set_head: add warn-if-not-$branch option
 2025-01-06 14:50 UTC  (5+ messages)
  ` [PATCH] fetch: fix erroneous set_head advice message

[PATCH 5/5] remote: announce removal of "branches/" and "remotes/"
 2025-01-06  7:51 UTC  (2+ messages)

[L10N] Kickoff for Git 2.48.0
 2025-01-06  7:48 UTC  (2+ messages)

[PATCH 0/3] Doc git commit
 2025-01-06  7:38 UTC  (4+ messages)
` [PATCH 1/3] doc: git-commit: apply new documentation guidelines
` [PATCH 3/3] doc: git-commit: migrate secondary files to new format

[PATCH] doc: git-restore: migrate to new style format
 2025-01-06  6:48 UTC  (2+ messages)

How to relocate common and workdir?
 2025-01-06  4:17 UTC  (2+ messages)

[BUGREPORT] git diff-tree --cc SEGFAUTs
 2025-01-05 22:13 UTC  (8+ messages)

Full absolute path in a commit makes checkout fail
 2025-01-05 12:58 UTC  (3+ messages)

[PATCH] docs: update contributing guide to refer current bugs and feature requests
 2025-01-05 12:35 UTC 

Add --untracked-is-dirty option to git describe
 2025-01-05 12:12 UTC 

[GSoC][Newbie] Test Script Enhancements
 2025-01-05  9:51 UTC  (2+ messages)

Bug sorting git branch output by ahead-behind:HEAD
 2025-01-05  9:48 UTC 

[PATCH 0/1] ref: add object check for regular ref
 2025-01-05  6:30 UTC  (2+ messages)

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

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)

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

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

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

[PATCH 0/2] documentation fixes for 2.48.0
 2025-01-03 16:21 UTC  (2+ messages)


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