messages from 2024-12-01 21:59:12 to 2024-12-04 02:20:14 UTC [more...]
[PATCH v1] fetch: add configuration for set_head behaviour
2024-12-04 2:20 UTC (5+ messages)
` [RFC PATCH v1 0/2] set_head finishing touches
` [RFC PATCH v1 1/2] fetch set_head: add warn-if-not-$branch option
` [RFC PATCH v1 2/2] remote set-head: set followRemoteHEAD to "warn" if "always"
[PATCH] strvec: `strvec_splice()` to a statically initialized vector
2024-12-04 1:08 UTC (7+ messages)
` [PATCH v2] "
[PATCH 0/3] Performance improvements for repacking non-promisor objects
2024-12-04 0:21 UTC (24+ 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 "
` [PATCH v2 0/3] Performance improvements for repacking non-promisor objects
` [PATCH v2 1/3] index-pack --promisor: dedup before checking links
` [PATCH v2 2/3] index-pack --promisor: don't check blobs
` [PATCH v2 3/3] index-pack --promisor: also check commits' trees
` [PATCH v3 0/3] Performance improvements for repacking non-promisor objects
` [PATCH v3 1/3] index-pack --promisor: dedup before checking links
` [PATCH v3 2/3] index-pack --promisor: don't check blobs
` [PATCH v3 3/3] index-pack --promisor: also check commits' trees
[PATCH] diff: setup pager only before diff contents truly ready
2024-12-04 0:18 UTC (10+ messages)
[PATCH] fast-import: disallow more path components
2024-12-04 0:15 UTC (9+ messages)
` [PATCH v2] "
` [PATCH 2/1] t9300: test verification of renamed paths
[PATCH] doc: mention rev-list --ancestry-path restrictions
2024-12-04 0:10 UTC (3+ messages)
rev-list --ancestry-path with arg - bug or undocumented requirement
2024-12-03 23:36 UTC (12+ messages)
` [PATCH] doc: mention rev-list --ancestry-path restrictions
[RFC] Proposal to add a delimiter between unrelated history in git-log --graph --oneline
2024-12-03 23:32 UTC (2+ messages)
[PATCH 00/20] packfile: avoid using the 'the_repository' global variable
2024-12-03 23:24 UTC (14+ messages)
` [PATCH v10 00/10] "
` [PATCH v10 01/10] packfile: add repository to struct `packed_git`
` [PATCH v10 02/10] packfile: use `repository` from `packed_git` directly
` [PATCH v10 03/10] packfile: pass `repository` to static function in the file
` [PATCH v10 04/10] packfile: pass down repository to `odb_pack_name`
` [PATCH v10 05/10] packfile: pass down repository to `has_object[_kept]_pack`
` [PATCH v10 06/10] packfile: pass down repository to `for_each_packed_object`
` [PATCH v10 07/10] config: make `delta_base_cache_limit` a non-global variable
` [PATCH v10 08/10] config: make `packed_git_(limit|window_size)` non-global variables
` [PATCH v10 09/10] midx: add repository to `multi_pack_index` struct
` [PATCH v10 10/10] packfile.c: remove unnecessary prepare_packed_git() call
[PATCH v2 0/4] propagate fsck message severity for bundle fetch
2024-12-03 23:17 UTC (8+ messages)
` [PATCH v3 "
` [PATCH v3 3/4] fetch-pack: split out fsck config parsing
What's cooking in git.git (Dec 2024, #01; Tue, 3)
2024-12-03 23:09 UTC (5+ messages)
[PATCH v2 00/10] Change midx.c and midx-write.c to not use global variables
2024-12-03 23:06 UTC (5+ messages)
` [PATCH v3 0/8] "
[BUG] commit fails with 'bus error' when working directory is on an NFS share
2024-12-03 21:18 UTC (8+ messages)
[PATCH 0/6] cat-file: add remote-object-info to batch-command
2024-12-03 19:26 UTC (14+ messages)
` [PATCH v7 "
` [PATCH v7 1/6] cat-file: add declaration of variable i inside its for loop
` [PATCH v7 2/6] fetch-pack: refactor packet writing
` [PATCH v7 5/6] transport: add client support for object-info
` [PATCH v7 6/6] cat-file: add remote-object-info to batch-command
infelicities in git hash-object --stdin-paths with special characters
2024-12-02 17:41 UTC
Detecting squash-merged branches (and question about git-diff-tree)
2024-12-03 17:42 UTC (5+ messages)
[PATCH v2] builtin/clone: teach git-clone(1) the --revision= option
2024-12-03 15:34 UTC (4+ messages)
[PATCH 2/2] transport: don't ignore git-receive-pack(1) exit code on atomic push
2024-12-03 11:52 UTC (5+ messages)
` [PATCH v2 0/6] fix behaviors of git-push --porcelain
` [PATCH v2 1/6] t5548: new test cases for push --porcelain and --dry-run
[PATCH v2] config: support remote name in includeIf.hasconfig condition
2024-12-03 7:28 UTC (3+ messages)
` [PATCH v3] "
[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 v2 0/3] Ensure unique worktree ids across repositories
2024-12-03 5:31 UTC (12+ messages)
[PATCH v4 0/8] Allow relative worktree linking to be configured by the user
2024-12-03 5:21 UTC (6+ messages)
` [PATCH v5 "
` [PATCH v6 "
[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
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
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 (36+ messages)
` [PATCH 06/10] global: fix unsigned integer promotions in ternary statements
` [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 (4+ messages)
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).