messages from 2024-08-29 14:16:19 to 2024-09-03 12:20:07 UTC [more...]
[PATCH v1 0/4] add ref content check for files backend
2024-09-03 12:21 UTC (23+ messages)
` [PATCH v2 "
` [PATCH 8/6] CodingGuidelines: also mention MAYBE_UNUSED
` [PATCH v2] "
` [PATCH 9/6] git-compat-util: guard definition of MAYBE_UNUSED with __GNUC__
` [PATCH v3 0/4] add ref content check for files backend
` [PATCH v3 1/4] ref: initialize "fsck_ref_report" with zero
` [PATCH v3 2/4] ref: add regular ref content check for files backend
` [PATCH v3 3/4] ref: add symref "
` [PATCH v3 4/4] ref: add symlink ref "
[PATCH] mergetools: vscode: new tool
2024-09-03 11:11 UTC (2+ messages)
`git remote set-branches (without --add) <name> <branch>…` does not add refspecs to `remote.<remote>.fetch` when `remote.<remote>.fetch` does not exist
2024-09-03 10:37 UTC
[PATCH 0/4] Support server option from configuration
2024-09-03 10:09 UTC (9+ messages)
` [PATCH 1/4] transport: add parse_transport_option() method
` [PATCH 2/4] builtin/fetch.c: add fetch.serverOption configuration
` [PATCH 3/4] builtin/clone.c: recognize "
` [PATCH 4/4] builtin/ls-remote.c: "
Improvement: `git-maintenance` to allow configuring of remotes to fetch
2024-09-03 9:48 UTC (7+ messages)
[RFC PATCH 0/3] Introduce clar testing framework
2024-09-03 9:48 UTC (28+ messages)
` [PATCH v6 00/13] "
` [PATCH v6 02/13] t: import the clar unit "
` [PATCH v6 11/13] t/unit-tests: convert strvec tests to use clar
` [PATCH v6 12/13] t/unit-tests: convert ctype "
` [PATCH v7 00/14] Introduce clar testing framework
` [PATCH v7 01/14] t: do not pass GIT_TEST_OPTS to unit tests with prove
` [PATCH v7 02/14] t: import the clar unit testing framework
` [PATCH v7 03/14] t/clar: fix compatibility with NonStop
` [PATCH v7 04/14] clar: avoid compile error with mingw-w64
` [PATCH v7 05/14] clar(win32): avoid compile error due to unused `fs_copy()`
` [PATCH v7 06/14] clar: stop including `shellapi.h` unnecessarily
` [PATCH v7 07/14] Makefile: fix sparse dependency on GENERATED_H
` [PATCH v7 08/14] Makefile: make hdr-check depend on generated headers
` [PATCH v7 09/14] Makefile: do not use sparse on third-party sources
` [PATCH v7 10/14] Makefile: wire up the clar unit testing framework
` [PATCH v7 11/14] t/unit-tests: implement test driver
` [PATCH v7 12/14] t/unit-tests: convert strvec tests to use clar
` [PATCH v7 13/14] t/unit-tests: convert ctype "
` [PATCH v7 14/14] clar: add CMake support
[PATCH 0/2] refs/files: use heuristic to decide whether to repack with `--auto`
2024-09-03 9:23 UTC (5+ messages)
` [PATCH 1/2] t0601: merge tests for auto-packing of refs
` [PATCH 2/2] refs/files: use heuristic to decide whether to repack with `--auto`
Ask for feature on git
2024-09-03 8:18 UTC
[PATCH 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses
2024-09-03 1:22 UTC (12+ messages)
` [PATCH 1/4] sha1: do not redefine `platform_SHA_CTX` and friends
` [PATCH 2/4] hash.h: scaffolding for _fast hashing variants
` [PATCH 3/4] Makefile: allow specifying a SHA-1 for non-cryptographic uses
` [PATCH 4/4] csum-file.c: use fast SHA-1 implementation when available
Problem: git Notes not discoverable (+proposed solutions)
2024-09-03 1:06 UTC (2+ messages)
[RFC PATCH] config.mak.uname: add HAVE_DEV_TTY to cygwin config section
2024-09-02 22:15 UTC
git-http-backend errors under IIS
2024-09-02 20:18 UTC
git svn
2024-09-02 19:22 UTC
[PATCH] rebase: apply and cleanup autostash when rebase fails to start
2024-09-02 15:12 UTC (2+ messages)
` [PATCH v2] "
git 2.46.0 crashes when trying to verify-pack outside of a repo
2024-09-02 13:47 UTC (5+ messages)
Unpredictable peak memory usage when using `git log` command
2024-09-02 13:08 UTC (6+ messages)
` [PATCH] revision: free commit buffers for skipped commits
[PATCH 00/21] environment: guard reliance on `the_repository`
2024-09-02 9:29 UTC (30+ messages)
` [PATCH 01/21] environment: make `get_git_dir()` accept a repository
` [PATCH v2 00/21] environment: guard reliance on `the_repository`
` [PATCH v2 01/21] environment: make `get_git_dir()` accept a repository
` [PATCH v2 02/21] environment: make `get_git_common_dir()` "
` [PATCH v2 03/21] environment: make `get_object_directory()` "
` [PATCH v2 04/21] environment: make `get_index_file()` "
` [PATCH v2 05/21] environment: make `get_graft_file()` "
` [PATCH v2 06/21] environment: make `get_git_work_tree()` "
` [PATCH v2 07/21] config: document `read_early_config()` and `read_very_early_config()`
` [PATCH v2 08/21] config: make dependency on repo in `read_early_config()` explicit
` [PATCH v2 09/21] environment: move `odb_mkstemp()` into object layer
` [PATCH v2 10/21] environment: make `get_git_namespace()` self-contained
` [PATCH v2 11/21] environment: move `set_git_dir()` and related into setup layer
` [PATCH v2 12/21] environment: reorder header to split out `the_repository`-free section
` [PATCH v2 13/21] environment: guard state depending on a repository
` [PATCH v2 14/21] repo-settings: split out declarations into a standalone header
` [PATCH v2 15/21] repo-settings: track defaults close to `struct repo_settings`
` [PATCH v2 16/21] branch: stop modifying `log_all_ref_updates` variable
` [PATCH v2 17/21] refs: stop modifying global "
` [PATCH v2 18/21] environment: stop storing "core.logAllRefUpdates" globally
` [PATCH v2 19/21] environment: stop storing "core.preferSymlinkRefs" globally
` [PATCH v2 20/21] environment: stop storing "core.warnAmbiguousRefs" globally
` [PATCH v2 21/21] environment: stop storing "core.notesRef" globally
[PATCH 00/22] Memory leak fixes (pt.6)
2024-09-02 9:27 UTC (13+ messages)
` [PATCH 01/22] t/test-lib: allow skipping leak checks for passing tests
` [PATCH 04/22] builtin/push: fix leaking refspec query result
` [PATCH 05/22] upload-pack: fix leaking child process data on reachability checks
` [PATCH 14/22] shallow: fix leaking members of `struct shallow_info`
`git rebase (--no-fork-point) --onto=<newbase> [<upstream> [<branch>]]` leaves HEAD detached and *HEAD not moved when <branch> is exactly `HEAD`
2024-09-02 9:04 UTC (5+ messages)
[PATCH] Documentation/BreakingChanges: announce removal of git-pack-redundant(1)
2024-09-02 8:13 UTC
[GSoC][PATCH v3] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
2024-09-01 21:26 UTC (2+ messages)
` [PATCH v4] "
[ANNOUNCE] Git Rev News edition 114
2024-09-01 21:02 UTC
`git merge --no-overwrite-ignore` overwrites ignored files when merge (i.e. not fast-forward)
2024-09-01 10:49 UTC
[PATCH v2] compat/terminal: mark parameter of git_terminal_prompt() UNUSED
2024-08-31 14:58 UTC
[PATCH] git gui: add directly calling merge tool from gitconfig
2024-08-31 13:51 UTC (3+ messages)
` [PATCH v2] "
[PATCH] compat/terminal: mark parameter of git_terminal_prompt() UNUSED
2024-08-31 2:40 UTC (4+ messages)
[PATCH 0/2] make chainlint output more newcomer-friendly
2024-08-30 23:51 UTC (17+ messages)
` [PATCH 1/2] chainlint: make error messages self-explanatory
` [PATCH 2/2] chainlint: reduce annotation noise-factor
Committing crimes with NTFS-3G
2024-08-30 22:00 UTC (11+ messages)
[PATCH] Mark `cat-file` sparse-index compatible
2024-08-30 21:10 UTC (4+ messages)
` [PATCH v2 0/2] Mark cat-file "
` [PATCH v2 1/2] Allow using stdin in run_on_* functions
` [PATCH v2 2/2] Mark 'git cat-file' sparse-index compatible
Draft of Git Rev News edition 114
2024-08-30 20:59 UTC
What's cooking in git.git (Aug 2024, #11; Fri, 30)
2024-08-30 20:44 UTC
[PATCH] refs/files-backend: work around -Wunused-parameter
2024-08-30 19:33 UTC
[PATCH v2 0/3] doc: introducing synopsis para
2024-08-30 17:48 UTC (5+ messages)
` [PATCH v3 "
How to turn off rename detection for cherry-pick?
2024-08-30 17:17 UTC (10+ messages)
[PATCH 0/2] clean up some MAYBE_UNUSED cases
2024-08-30 16:30 UTC (7+ messages)
` [PATCH 1/2] gc: drop MAYBE_UNUSED annotation from used parameter
` [PATCH 2/2] grep: prefer UNUSED to MAYBE_UNUSED for pcre allocators
hola
2024-08-30 12:29 UTC
git-show multiple files delimiter?
2024-08-30 0:43 UTC
Tags auto fetched by "git fetch origin" but not "git fetch origin main"
2024-08-29 23:16 UTC (6+ messages)
[PATCH 0/5] `--whitespace=fix` with `--no-ignore-whitespace`
2024-08-29 23:13 UTC (5+ messages)
` [PATCH 2/5] apply: honor `ignore_ws_none` with `correct_ws_error`
Local git server can't serve https until repos owned by http, can't serve ssh unless repos owned by user after 2.45.1
2024-08-29 20:34 UTC (8+ messages)
[PATCH 0/8] pseudo-merge: avoid empty and non-closed pseudo-merge commits
2024-08-29 19:36 UTC (13+ messages)
` [PATCH 1/8] pack-bitmap: initialize `bitmap_writer_init()` with packing_data
` [PATCH 5/8] pack-bitmap-write.c: select pseudo-merges even for small bitmaps
` [PATCH 7/8] pseudo-merge.c: do not generate empty pseudo-merge commits
[PATCH 00/13] midx: incremental multi-pack indexes, part two
2024-08-29 19:27 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 13/13] midx: implement writing incremental MIDX bitmaps
` [PATCH] fixup! "
[PATCH 0/5] pack-objects: brown-paper-bag fixes for multi-pack reuse
2024-08-29 18:58 UTC (4+ messages)
` [PATCH 2/5] pack-bitmap: tag bitmapped packs with their corresponding MIDX
[PATCH 15/22] negotiator/skipping: fix leaking commit entries
2024-08-29 17:29 UTC (5+ 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).