git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-26 11:19:43 to 2024-11-30 17:17:16 UTC [more...]

[PATCH v2 0/3] Ensure unique worktree ids across repositories
 2024-11-30 17:16 UTC  (13+ messages)
` [PATCH v2 1/3] worktree: add worktree with unique suffix
` [PATCH v2 2/3] worktree: rename worktree id during worktree move
` [PATCH v2 3/3] worktree: add id to `worktree list` output

[BUG] commit fails with 'bus error' when working directory is on an NFS share
 2024-11-30 16:38 UTC  (2+ messages)

[PATCH] Revert "doc: move git-cherry to plumbing"
 2024-11-30 13:27 UTC 

[PATCH 00/10] Start compiling with `-Wsign-compare`
 2024-11-30 10:55 UTC  (13+ messages)
` [PATCH 01/10] git-compat-util: introduce macros to disable "-Wsign-compare" warnings
` [PATCH 02/10] compat/regex: explicitly ignore "
` [PATCH 03/10] compat/win32: fix -Wsign-compare warning in "wWinMain()"
` [PATCH 04/10] global: mark code units that generate warnings with `-Wsign-compare`
` [PATCH 05/10] config.mak.dev: drop `-Wno-sign-compare`
` [PATCH 06/10] global: fix unsigned integer promotions in ternary statements
` [PATCH 07/10] diff.h: fix index used to loop through unsigned integer
` [PATCH 08/10] global: trivial conversions to fix `-Wsign-compare` warnings
` [PATCH 09/10] daemon: fix loops that have mismatching integer types
` [PATCH 10/10] daemon: fix type of `max_connections`

[BUG] Changing remote URL of "deinited" submodule not taken into account
 2024-11-30 10:10 UTC  (3+ messages)

[PATCH] git-diff: Introduce --index and deprecate --cached
 2024-11-30  8:41 UTC 

Draft of Git Rev News edition 117
 2024-11-30  5:39 UTC 

[PATCH] fast-import: disallow more path components
 2024-11-30  1:09 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4 0/8] Allow relative worktree linking to be configured by the user
 2024-11-29 22:23 UTC  (15+ messages)
` [PATCH v5 "
  ` [PATCH v6 "
    ` [PATCH v6 1/8] setup: correctly reinitialize repository version
    ` [PATCH v6 2/8] worktree: add `relativeWorktrees` extension
    ` [PATCH v6 3/8] worktree: refactor infer_backlink return
    ` [PATCH v6 4/8] worktree: add `write_worktree_linking_files()` function
    ` [PATCH v6 5/8] worktree: add relative cli/config options to `add` command
    ` [PATCH v6 6/8] worktree: add relative cli/config options to `move` command
    ` [PATCH v6 7/8] worktree: add relative cli/config options to `repair` command
    ` [PATCH v6 8/8] worktree: refactor `repair_worktree_after_gitdir_move()`

[PATCH 0/2] Ensure unique worktree ids across repositories
 2024-11-29 20:39 UTC  (10+ messages)
` [PATCH 1/2] worktree: add worktree with unique suffix
` [PATCH 2/2] worktree: rename worktree id during worktree move

[BUG] Inconsistent output of git-show
 2024-11-29 20:26 UTC  (2+ messages)

Extremely long subtree split duration
 2024-11-29 19:50 UTC  (6+ messages)

[PATCH] Documentation/git-update-ref.txt: add missing word
 2024-11-29 18:52 UTC 

[PATCH] strvec: `strvec_splice()` to a statically initialized vector
 2024-11-29 17:23 UTC 

FEATURE/QUESTION: git fetch only commit objects, but not tree/file objects
 2024-11-29 16:24 UTC 

[PATCH v2] builtin/clone: teach git-clone(1) the --revision= option
 2024-11-29 12:00 UTC 

[Outreachy] Git Internship - "Finish adding a 'os-version' capability to Git protocol v2"
 2024-11-29 12:01 UTC 

[bug] incorrect pathspec handling in git stash error message
 2024-11-29 11:46 UTC 

[Outreachy] Git Internship
 2024-11-29  8:35 UTC 

[PATCH] Makefile: add the missing period in the 'SHA-1 implementations' comment
 2024-11-29  8:25 UTC 

Understanding the diff output in gitk when comparing a commit with working tree
 2024-11-29  7:38 UTC  (2+ messages)

[PATCH 0/4] Introduce a "promisor-remote" capability
 2024-11-29  1:31 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/4] Add 'promisor-remote' capability to protocol v2

[PATCH v15 00/10] set-head/fetch remote/HEAD updates
 2024-11-28 23:09 UTC  (10+ messages)
` [PATCH v1] fetch: add configuration for set_head behaviour
    ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] git: fix paginate handling for commands with DELAY_PAGER_CONFIG
 2024-11-28 22:27 UTC  (6+ messages)

What's cooking in git.git (Nov 2024, #10; Thu, 28)
 2024-11-28 21:40 UTC 

git clean --exclude broken?
 2024-11-28 20:58 UTC  (3+ messages)

[PATCH] Documentation/git-bundle.txt: fix word join typo
 2024-11-28 19:44 UTC 

gitrevisions: be more chatty about shell metacharacter gotchas?
 2024-11-28 19:30 UTC 

Building git with /bin/sh⇔dash produces suboptimal GIT-CFLAGS file
 2024-11-28 18:52 UTC  (3+ messages)

git rebase exec make -C in worktree confuses repo root dir
 2024-11-28 18:02 UTC  (2+ messages)
      ` HTML message rejected: "

[PATCH 0/1] Restore the ability to clone repositories owned by another user
 2024-11-28 17:27 UTC  (3+ messages)

[RFC PATCH 00/21] Modernize the build system
 2024-11-28 16:12 UTC  (25+ messages)
` [PATCH v10 00/23] "
  ` [PATCH v10 01/23] Makefile: use common template for GIT-BUILD-OPTIONS
  ` [PATCH v10 02/23] Makefile: consistently use @PLACEHOLDER@ to substitute
  ` [PATCH v10 03/23] Makefile: refactor GIT-VERSION-GEN to be reusable
  ` [PATCH v10 04/23] Makefile: propagate Git version via generated header
  ` [PATCH v10 05/23] Makefile: generate "git.rc" via GIT-VERSION-GEN
  ` [PATCH v10 06/23] Makefile: generate doc versions "
  ` [PATCH v10 07/23] Makefile: consistently use PERL_PATH
  ` [PATCH v10 08/23] Makefile: extract script to massage Perl scripts
  ` [PATCH v10 09/23] Makefile: use "generate-perl.sh" to massage Perl library
  ` [PATCH v10 10/23] Makefile: extract script to massage Shell scripts
  ` [PATCH v10 11/23] Makefile: extract script to generate gitweb.cgi
  ` [PATCH v10 12/23] Makefile: extract script to generate gitweb.js
  ` [PATCH v10 13/23] Makefile: refactor generators to be PWD-independent
  ` [PATCH v10 14/23] Makefile: allow "bin-wrappers/" directory to exist
  ` [PATCH v10 15/23] Makefile: simplify building of templates
  ` [PATCH v10 16/23] Documentation: allow sourcing generated includes from separate dir
  ` [PATCH v10 17/23] Documentation: teach "cmd-list.perl" about out-of-tree builds
  ` [PATCH v10 18/23] Documentation: extract script to generate a list of mergetools
  ` [PATCH v10 19/23] t: better support for out-of-tree builds
  ` [PATCH v10 20/23] t: allow overriding build dir
  ` [PATCH v10 21/23] Documentation: add comparison of build systems
  ` [PATCH v10 22/23] Introduce support for the Meson build system
  ` [PATCH v10 23/23] meson: fix conflicts with in-flight topics

What's cooking in git.git (Nov 2024, #10; Thu, 28)
 2024-11-28 16:11 UTC  (3+ messages)

[PATCH] fast-import: disallow "." and ".." path components
 2024-11-28  9:51 UTC  (12+ messages)
` [PATCH v2] "
    ` Re* "
      ` [PATCH v2] CodingGuidelines: a handful of error message guidelines

[PATCH 0/5] propagate fsck message severity for bundle fetch
 2024-11-28  3:25 UTC  (22+ messages)
` [PATCH 1/5] bundle: add bundle verification options type
` [PATCH 4/5] fetch-pack: expose `fetch_pack_config_cb()`
` [PATCH v2 0/4] propagate fsck message severity for bundle fetch
  ` [PATCH v2 1/4] bundle: add bundle verification options type
  ` [PATCH v2 2/4] bundle: support fsck message configuration
  ` [PATCH v2 3/4] fetch-pack: split out fsck config parsing
  ` [PATCH v2 4/4] transport: propagate fsck configuration during bundle fetch
  ` [PATCH v3 0/4] propagate fsck message severity for "
    ` [PATCH v3 1/4] bundle: add bundle verification options type
    ` [PATCH v3 2/4] bundle: support fsck message configuration
    ` [PATCH v3 3/4] fetch-pack: split out fsck config parsing
    ` [PATCH v3 4/4] transport: propagate fsck configuration during bundle fetch

What's cooking in git.git (Nov 2024, #09; Mon, 25)
 2024-11-28  1:57 UTC  (4+ messages)

[ANNOUNCE] Git v2.47.1
 2024-11-28  1:55 UTC  (2+ messages)

[PATCH v2 00/10] Change midx.c and midx-write.c to not use global variables
 2024-11-28  1:27 UTC  (11+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] midx-write: pass down repository to static functions
  ` [PATCH v3 2/8] midx-write: use `revs->repo` inside `read_refs_snapshot`
  ` [PATCH v3 3/8] write-midx: add repository field to `write_midx_context`
  ` [PATCH v3 4/8] midx-write: pass down repository to `write_midx_file[_only]`
  ` [PATCH v3 5/8] midx: cleanup internal usage of `the_repository` and `the_hash_algo`
  ` [PATCH v3 6/8] midx: pass `repository` to `load_multi_pack_index`
  ` [PATCH v3 7/8] midx: pass down `hash_algo` to functions using global variables
  ` [PATCH v3 8/8] midx: inline the `MIDX_MIN_SIZE` definition

Extending whitespace checks
 2024-11-27 23:53 UTC  (3+ messages)

git tag -a HEAD leads to ambiguous branch name
 2024-11-27 23:30 UTC  (3+ messages)

git support for "xattrs" (extended filesystem attributes)?
 2024-11-27 20:52 UTC  (7+ messages)

Bug: git config order affects outcome for recurseSubmodules settings
 2024-11-27 14:17 UTC 

bulk order requirement
 2024-11-27 14:00 UTC 

[PATCH v3 0/3] sequencer: comment out properly in todo list
 2024-11-27 12:39 UTC  (5+ messages)
` [PATCH v4 "

[PATCH] builtin: pass repository to sub commands
 2024-11-27 12:23 UTC  (9+ messages)
` [PATCH v2] builtin: allow passing custom data to sub-commands

[PATCH v9 00/10] packfile: avoid using the 'the_repository' global variable
 2024-11-27 12:15 UTC  (7+ messages)
` [PATCH v9 01/10] packfile: add repository to struct `packed_git`
` [PATCH v9 03/10] packfile: pass `repository` to static function in the file

[PATCH] ref-cache: fix invalid free operation in `free_ref_entry`
 2024-11-27  5:50 UTC  (2+ messages)

[PATCH v13 0/9] set-head/fetch remote/HEAD updates
 2024-11-26 21:39 UTC  (14+ messages)
` [PATCH v14 00/10] "
  ` [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref

[question] When an identical file is added
 2024-11-26 15:19 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).