messages from 2025-02-06 19:00:38 to 2025-02-11 06:36:01 UTC [more...]
[PATCH 0/6] refs: introduce support for partial reference transactions
2025-02-11 6:35 UTC (13+ messages)
` [PATCH 1/6] refs/files: remove duplicate check in `split_symref_update()`
` [PATCH 2/6] refs: move duplicate refname update check to generic layer
` [PATCH 3/6] refs/files: remove duplicate duplicates check
` [PATCH 4/6] refs/reftable: extract code from the transaction preparation
` [PATCH 5/6] refs: implement partial reference transaction support
` [PATCH 6/6] update-ref: add --allow-partial flag for stdin mode
[PATCH] builtin/refs: add '--skip-reflog' flag to bypass reflog migration
2025-02-11 6:18 UTC (5+ messages)
Git in GSoC 2025
2025-02-11 5:18 UTC (12+ messages)
[PATCH] contrib/subtree: verify HEAD is valid before adding a subtree
2025-02-11 1:13 UTC (3+ messages)
[PATCH] thunderbird-patch-inline: avoid bashism
2025-02-11 0:19 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/4] hash: introduce generic wrappers to update hash contexts
2025-02-10 22:55 UTC (2+ messages)
[Bug] Git ReadOnly Temp Packfile Causes "Bad file descriptor" And -13 Access Error With NFSv4
2025-02-10 22:32 UTC (2+ messages)
What's cooking in git.git (Feb 2025, #03; Mon, 10)
2025-02-10 21:54 UTC
[PATCH] revision: fix missing null for freed memory
2025-02-10 20:56 UTC (4+ messages)
[PATCH] pull: allow branch.<name>.rebase to override pull.ff=only
2025-02-10 20:26 UTC (7+ messages)
[PATCH] rebase: add `--update-refs=interactive`
2025-02-10 20:22 UTC (2+ messages)
Meson build leaks host 'sh' path to target build when cross-compiled
2025-02-10 19:54 UTC (6+ messages)
[PATCH 0/3] clean: add `config.exclude` and `--remove-excluded`
2025-02-10 19:14 UTC (4+ messages)
` [PATCH 1/3] clean, dir: add and use new helper `add_patterns_from_string_list()`
` [PATCH 2/3] clean: rename `ignored` -> `remove_ignored`
` [PATCH 3/3] clean: add `config.exclude` and `--remove-excluded`
[PATCH 00/16] path: remove dependency on `the_repository`
2025-02-10 18:32 UTC (45+ messages)
` [PATCH 01/16] path: refactor `repo_common_path()` family of functions
` [PATCH 02/16] path: refactor `repo_git_path()` "
` [PATCH 05/16] path: refactor `repo_submodule_path()` "
` [PATCH 09/16] worktree: return allocated string from `get_worktree_git_dir()`
` [PATCH 10/16] path: drop `git_common_path()` in favor of `repo_common_path()`
` [PATCH 12/16] path: drop `git_path()` in favor of `repo_git_path()`
` [PATCH v2 00/16] path: remove dependency on `the_repository`
` [PATCH v2 01/16] path: refactor `repo_common_path()` family of functions
` [PATCH v2 02/16] path: refactor `repo_git_path()` "
` [PATCH v2 03/16] path: refactor `repo_worktree_path()` "
` [PATCH v2 04/16] submodule: refactor `submodule_to_gitdir()` to accept a repo
` [PATCH v2 05/16] path: refactor `repo_submodule_path()` family of functions
` [PATCH v2 06/16] path: drop unused `strbuf_git_path()` function
` [PATCH v2 07/16] path: drop `git_pathdup()` in favor of `repo_git_path()`
` [PATCH v2 08/16] path: drop `git_path_buf()` in favor of `repo_git_path_replace()`
` [PATCH v2 09/16] worktree: return allocated string from `get_worktree_git_dir()`
` [PATCH v2 10/16] path: drop `git_common_path()` in favor of `repo_common_path()`
` [PATCH v2 11/16] rerere: let `rerere_path()` write paths into a caller-provided buffer
` [PATCH v2 12/16] path: drop `git_path()` in favor of `repo_git_path()`
` [PATCH v2 13/16] repo-settings: introduce function to clear struct
` [PATCH v2 14/16] environment: move access to "core.hooksPath" into repo settings
` [PATCH v2 15/16] environment: move access to "core.sharedRepository" "
` [PATCH v2 16/16] path: adjust last remaining users of `the_repository`
[Outreachy][PATCH] builtin/update-server-info: remove the_repository global variable
2025-02-10 18:10 UTC (4+ messages)
` [Outreachy][PATCH v2] "
renormalize histroy with smudge/clean-filter
2025-02-10 17:51 UTC (35+ messages)
git rebase --continue error message is misleading
2025-02-10 16:59 UTC (4+ messages)
[GSOC][RFC PATCH 0/2] midx: implement progress reporting for QSORT operation
2025-02-10 16:55 UTC (4+ messages)
` [PATCH 1/2] midx: show progress during "
` [PATCH 2/2] t5319: add test for MIDX QSORT progress reporting
[PATCH 00/19] reftable: stop using "git-compat-util.h"
2025-02-10 15:50 UTC (22+ messages)
` [PATCH v5 00/18] "
` [PATCH v5 01/18] reftable/stack: stop using `read_in_full()`
` [PATCH v5 02/18] reftable/stack: stop using `write_in_full()`
` [PATCH v5 03/18] reftable/blocksource: stop using `xmmap()`
` [PATCH v5 04/18] reftable/record: stop using `COPY_ARRAY()`
` [PATCH v5 05/18] reftable/record: stop using `BUG()` in `reftable_record_init()`
` [PATCH v5 06/18] reftable/record: don't `BUG()` in `reftable_record_cmp()`
` [PATCH v5 07/18] reftable: stop using `BUG()` in trivial cases
` [PATCH v5 08/18] reftable/basics: stop using `st_mult()` in array allocators
` [PATCH v5 09/18] reftable/basics: provide wrappers for big endian conversion
` [PATCH v5 10/18] reftable/reader: stop using `ARRAY_SIZE()` macro
` [PATCH v5 11/18] reftable/system: introduce `reftable_rand()`
` [PATCH v5 12/18] reftable/stack: stop using `sleep_millisec()`
` [PATCH v5 13/18] reftable/basics: stop using `SWAP()` macro
` [PATCH v5 14/18] reftable/basics: introduce `REFTABLE_UNUSED` annotation
` [PATCH v5 15/18] compat/mingw: split out POSIX-related bits
` [PATCH v5 16/18] git-compat-util.h: split out POSIX-emulating bits
` [PATCH v5 17/18] reftable: decouple from Git codebase by pulling in "compat/posix.h"
` [PATCH v5 18/18] Makefile: skip reftable library for Coccinelle
[RFC PATCH resend] builtin/repack: Honor --keep-pack and .keep when repacking promisor objects
2025-02-10 12:52 UTC (3+ messages)
` [External] "
[GSoC][PATCH] t7603: replace test -f by test_path_is_file
2025-02-10 6:48 UTC (2+ messages)
[PATCH] commit: avoid parent list buildup in clear_commit_marks_many()
2025-02-09 10:41 UTC
[GSOC][PATCH] apply: address -Wsign-comparison warnings
2025-02-09 8:12 UTC (8+ messages)
` [GSOC][PATCH v2 0/6] "
` [GSOC][PATCH v2 1/6] apply: change fields in `apply_state` to unsigned
` [GSOC][PATCH v2 2/6] apply: change some variables from `int` to `size_t`
` [GSOC][PATCH v2 3/6] apply: do a typecast to eliminate warnings
` [GSOC][PATCH v2 4/6] apply: cast some ptrdiff_t's to size_t's
` [GSOC][PATCH v2 5/6] apply: use `size_t` loop counters
` [GSOC][PATCH v2 6/6] apply: enable -Wsign-comparison checks
[PATCH 0/1] [GSoC] [Newbie] Fix -Wsign-compare warnings in refs.c
2025-02-08 22:07 UTC (4+ messages)
` [PATCH 1/1] refs.c: fix -Wsign-compare warnings
Config timezone to prevent chaos when DST/changing timezone
2025-02-08 21:54 UTC (4+ messages)
git clean -Xdf affects parent and sibling directories
2025-02-08 9:43 UTC (3+ messages)
git log --graph --no-graph can cause segfault
2025-02-08 5:51 UTC (3+ messages)
git freezes ssh yet clones the repo only for the time of the ssh session!
2025-02-07 23:10 UTC
[PATCH 0/5] Convert AsciiDoc files to .adoc extension
2025-02-07 22:54 UTC (9+ messages)
` [PATCH 4/5] doc: use .adoc extension for AsciiDoc files
What's cooking in git.git (Feb 2025, #02; Fri, 7)
2025-02-07 21:30 UTC
[PATCH v3 6/6] connect: advertise OS version
2025-02-07 19:25 UTC (9+ messages)
` [PATCH v4 0/6][Outreachy] extend agent capability to include OS name
` [PATCH v4 6/6] agent: advertise OS name via agent capability
[PATCH v2 1/3] difftool: eliminate use of global variables
2025-02-07 17:49 UTC (11+ messages)
` [PATCH v2 3/3] difftool: eliminate use of USE_THE_REPOSITORY_VARIABLE
What's cooking in git.git (Feb 2025, #01; Tue, 4)
2025-02-07 17:11 UTC (3+ messages)
[PATCH 00/11] meson: cleanups, improvements, smallish fixes
2025-02-07 15:22 UTC (8+ messages)
` [PATCH v2 00/13] "
` [PATCH v2 07/13] meson: drop separate version library
` [PATCH v2 09/13] meson: improve handling of `sane_tool_path` option
[PATCH v4 00/18] reftable: stop using "git-compat-util.h"
2025-02-07 11:50 UTC (4+ messages)
` [PATCH v4 14/18] reftable/basics: stop using `UNUSED` annotation
Usability issue: "Your branch is up to date"
2025-02-07 8:20 UTC (9+ messages)
Unknown error with concurrent config read/write on Windows
2025-02-07 2:44 UTC
`git p4` broken on machines which do not have python on path
2025-02-06 23:17 UTC (4+ messages)
Managing one github repo with Gitignore and Submodules for two different remotes
2025-02-06 22:23 UTC (2+ messages)
[PATCH v3 0/1] Long names for `git log -S` and `git log -G`
2025-02-06 20:59 UTC (3+ messages)
` [PATCH v3 1/1] diff: --patch-{modifies,grep} arg names for -S and -G
[PATCH v7 0/7] Enable doing a shallow clone of a specific git revision
2025-02-06 20:26 UTC (4+ messages)
` [PATCH v7 7/7] builtin/clone: teach git-clone(1) the --revision= option
[ANNOUNCE] tig-2.5.12
2025-02-06 19:00 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).