git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-02 15:37:52 to 2025-01-06 16:36:42 UTC [more...]

Testing for existence of a remote branch from a script
 2025-01-06 16:36 UTC  (5+ messages)

[PATCH 0/4][Outreachy] Introduce os-version Capability with Configurable Options
 2025-01-06 16:22 UTC  (7+ 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

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

[Bug report] signingKey beying bypassed
 2025-01-06 14:55 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 00/10] A couple of CI improvements
 2025-01-06 11:16 UTC  (31+ 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-06 11:11 UTC  (15+ 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 0/6] a less-invasive racy-leak fix
 2025-01-06  7:56 UTC  (12+ messages)
` [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 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  (5+ 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 "

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

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

[PATCH 00/10] add more ref consistency checks
 2025-01-05 13:50 UTC  (11+ 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

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)

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

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  (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 00/10] Fix segfaults when using the unsafe SHA1 backend
 2025-01-03 16:25 UTC  (5+ messages)
` [PATCH 02/10] builtin/fast-import: fix segfault with "
  ` [PATCH 02/10] builtin/fast-import: fix segfault with unsafe SHA1

[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

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

What's cooking in git.git (Dec 2024, #11; Mon, 30)
 2025-01-03  7:39 UTC  (9+ messages)
` a less-invasive racy-leak fix, was "

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

[PATCH 0/5] fixing thread races in linux-leaks CI
 2025-01-03  6:45 UTC  (5+ messages)
` [PATCH 3/5] thread-utils: introduce optional barrier type

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

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

[PATCH] gc: add `--expire-to` option
 2025-01-03  4:57 UTC  (4+ messages)
` [PATCH v2 0/2] gc: add --expire-to option
  ` [PATCH v2 1/2] gc: add `--expire-to` option

[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 


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