messages from 2024-11-29 11:46:59 to 2024-12-03 10:17:59 UTC [more...]
What's cooking in git.git (Dec 2024, #01; Tue, 3)
2024-12-03 10:17 UTC (2+ messages)
[PATCH v2 00/10] Change midx.c and midx-write.c to not use global variables
2024-12-03 9:43 UTC (4+ messages)
` [PATCH v3 0/8] "
[PATCH v2 0/4] propagate fsck message severity for bundle fetch
2024-12-03 9:34 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 3/4] fetch-pack: split out fsck config parsing
[PATCH] fast-import: disallow more path components
2024-12-03 8:01 UTC (5+ messages)
` [PATCH v2] "
[PATCH v2] config: support remote name in includeIf.hasconfig condition
2024-12-03 7:28 UTC (3+ messages)
` [PATCH v3] "
[PATCH 0/3] Performance improvements for repacking non-promisor objects
2024-12-03 6:00 UTC (12+ messages)
` [PATCH 1/3] index-pack: dedup first during outgoing link check
` [PATCH 2/3] index-pack: no blobs "
` [PATCH 3/3] index-pack: commit tree "
[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
2024-12-03 5:36 UTC (3+ messages)
` [PATCH v5 0/5] Introduce libgit-rs, "
[PATCH] diff: setup pager only before diff contents truly ready
2024-12-03 5:33 UTC (8+ messages)
[PATCH v2 0/3] Ensure unique worktree ids across repositories
2024-12-03 5:31 UTC (24+ 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
[PATCH v4 0/8] Allow relative worktree linking to be configured by the user
2024-12-03 5:21 UTC (14+ 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/7] pack-objects: Create an alternative name hash algorithm (recreated)
2024-12-03 3:23 UTC (11+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 1/8] pack-objects: create new name-hash function version
` [PATCH v2 2/8] pack-objects: add --name-hash-version option
` [PATCH v2 3/8] repack: "
` [PATCH v2 4/8] pack-objects: add GIT_TEST_NAME_HASH_VERSION
` [PATCH v2 5/8] p5313: add size comparison test
` [PATCH v2 6/8] test-tool: add helper for name-hash values
` [PATCH v2 7/8] pack-objects: prevent name hash version change
` [PATCH v2 8/8] pack-objects: add third name hash version
[PATCH 0/6] cat-file: add remote-object-info to batch-command
2024-12-03 3:15 UTC (5+ messages)
` [PATCH v7 "
` [PATCH v7 5/6] transport: add client support for object-info
[BUG] commit fails with 'bus error' when working directory is on an NFS share
2024-12-03 2:48 UTC (7+ messages)
How to revert to a specific commit?
2024-12-03 2:45 UTC (5+ messages)
[PATCH v2 0/4] forbid HEAD as a tagname
2024-12-03 2:32 UTC (5+ messages)
` [PATCH v2 1/4] refs: move ref name helpers around
` [PATCH v2 2/4] refs: drop strbuf_ prefix from helpers
` [PATCH v2 3/4] t5604: do not expect that HEAD can be a valid tagname
` [PATCH v2 4/4] tag: "git tag" refuses to use HEAD as a tagname
[PATCH 0/4] forbid HEAD as a tagname
2024-12-03 1:35 UTC (19+ messages)
` [PATCH 1/4] refs: move ref name helpers around
` [PATCH 2/4] refs: drop strbuf_ prefix from helpers
` [PATCH 3/4] t5604: do not expect that HEAD is a valid tagname
` [PATCH 4/4] tag: "git tag" refuses to use HEAD as a tagname
rev-list --ancestry-path with arg - bug or undocumented requirement
2024-12-03 1:05 UTC (5+ messages)
[PATCH] strvec: `strvec_splice()` to a statically initialized vector
2024-12-02 22:01 UTC (4+ messages)
[PATCH v2] builtin/clone: teach git-clone(1) the --revision= option
2024-12-02 21:17 UTC (3+ messages)
Support of NETRC environment variable
2024-12-02 21:11 UTC (2+ messages)
gitrevisions: be more chatty about shell metacharacter gotchas?
2024-12-02 16:17 UTC (3+ messages)
[PATCH 00/10] Start compiling with `-Wsign-compare`
2024-12-02 13:28 UTC (42+ 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`
` [PATCH v2 00/14] Start compiling with `-Wsign-compare`
` [PATCH v2 01/14] git-compat-util: introduce macros to disable "-Wsign-compare" warnings
` [PATCH v2 02/14] compat/regex: explicitly ignore "
` [PATCH v2 03/14] compat/win32: fix -Wsign-compare warning in "wWinMain()"
` [PATCH v2 04/14] global: mark code units that generate warnings with `-Wsign-compare`
` [PATCH v2 05/14] config.mak.dev: drop `-Wno-sign-compare`
` [PATCH v2 06/14] diff.h: fix index used to loop through unsigned integer
` [PATCH v2 07/14] global: trivial conversions to fix `-Wsign-compare` warnings
` [PATCH v2 08/14] daemon: fix loops that have mismatching integer types
` [PATCH v2 09/14] daemon: fix type of `max_connections`
` [PATCH v2 10/14] gpg-interface: address -Wsign-comparison warnings
` [PATCH v2 11/14] builtin/blame: fix type of `length` variable when emitting object ID
` [PATCH v2 12/14] builtin/patch-id: fix type of `get_one_patchid()`
` [PATCH v2 13/14] scalar: address -Wsign-compare warnings
` [PATCH v2 14/14] t/helper: don't depend on implicit wraparound
[PATCH] Documentation/git-update-index.txt: add an example of use
2024-12-02 6:56 UTC (3+ messages)
Issue on git revert. Git is not reverting code completely
2024-12-02 6:59 UTC
Issue on git revert. Git is not reverting code completely
2024-12-02 6:56 UTC
git tag -a HEAD leads to ambiguous branch name
2024-12-02 4:38 UTC (5+ messages)
What's cooking in git.git (Nov 2024, #10; Thu, 28)
2024-12-02 2:48 UTC (2+ messages)
[PATCH v2] fetch: add configuration for set_head behaviour
2024-12-02 0:58 UTC (3+ messages)
` [PATCH v3] "
What's cooking in git.git (Nov 2024, #10; Thu, 28)
2024-12-02 0:48 UTC (5+ messages)
Extending whitespace checks
2024-12-01 22:31 UTC (7+ messages)
[PATCH] builtin/repack.c: prune unreachable objects with `--expire-to`
2024-12-01 21:34 UTC (3+ messages)
[ANNOUNCE] Git Rev News edition 117
2024-12-01 21:34 UTC
log --format existence of notes?
2024-12-01 8:19 UTC (6+ messages)
` [PATCH] ref-filter: add "notes" atom
[PATCH 0/2] Ensure unique worktree ids across repositories
2024-12-01 4:38 UTC (8+ messages)
disarm the "landmines"
2024-12-01 3:00 UTC
FEATURE/QUESTION: git fetch only commit objects, but not tree/file objects
2024-12-01 2:36 UTC (2+ messages)
[PATCH] Revert "doc: move git-cherry to plumbing"
2024-11-30 13:27 UTC
[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
[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
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).