messages from 2024-05-15 13:54:55 to 2024-05-18 00:35:11 UTC [more...]
[PATCH 0/8] Various fixes for v2.45.1 and friends
2024-05-18 0:21 UTC (9+ messages)
` [PATCH 2/8] init: use the correct path of the templates directory again
` [PATCH 3/8] Revert "core.hooksPath: add some protection while cloning"
` [PATCH 5/8] hook(clone protections): add escape hatch
` [PATCH 6/8] hooks(clone protections): special-case current Git LFS hooks
` [PATCH 7/8] hooks(clone protections): simplify templates hooks validation
git log --name-only improvement: show old file name in rename
2024-05-18 0:24 UTC (8+ messages)
` Re*: "
What's cooking in git.git (May 2024, #07; Fri, 17)
2024-05-17 23:49 UTC
Three t4150 tests does not work as expected
2024-05-17 17:55 UTC (2+ messages)
[RFC PATCH] doc: describe the project's decision-making process
2024-05-17 22:12 UTC (8+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH] archive: make --add-virtual-file honor --prefix
2024-05-17 23:33 UTC (5+ messages)
` [PATCH v2] "
[PATCH] Switch grep from non-portable BRE to portable ERE
2024-05-17 19:02 UTC (4+ messages)
[Q] rebase -i: turn "pick" to "edit", make no change, what should happen?
2024-05-17 17:04 UTC (8+ messages)
[PATCH v2] Switch grep from non-portable BRE to portable ERE
2024-05-17 19:01 UTC
[PATCH] scalar: make enlistment delete to work on all POSIX platforms
2024-05-17 20:49 UTC (2+ messages)
[PATCH] bundle-uri: refresh packed_git if unbundle succeed
2024-05-17 16:14 UTC (4+ messages)
[PATCH] t/t9902-completion.sh: backslashes in echo
2024-05-17 14:08 UTC
[PATCH 0/3] un-breaking osx-gcc ci job
2024-05-17 16:59 UTC (20+ messages)
` [PATCH 2/3] ci: avoid bare "gcc" for osx-gcc job
` [PATCH 3/3] ci: stop installing "gcc-13" for osx-gcc
[PATCH] t/t9001-send-email.sh: sed - remove the i flag for s
2024-05-17 16:57 UTC
[PATCH] diff: document what --name-only shows
2024-05-17 17:14 UTC
[PATCH 0/6] update-ref: add symref support for --stdin
2024-05-17 13:08 UTC (12+ messages)
` [PATCH 1/6] refs: create and use `ref_update_ref_must_exist()`
` [PATCH 2/6] update-ref: add support for 'symref-verify' command
` [PATCH 3/6] update-ref: add support for 'symref-delete' command
` [PATCH 4/6] update-ref: add support for 'symref-create' command
` [PATCH 6/6] update-ref: add support for 'symref-update' command
[PATCH] SubmittingPatches: add section for iterating patches
2024-05-17 17:24 UTC (6+ messages)
` [PATCH v2] "
[PATCH] SubmittingPatches: advertise git-manpages-l10n project a bit
2024-05-17 17:36 UTC (3+ messages)
[PATCH] completion: adapt git-config(1) to complete subcommands
2024-05-17 16:27 UTC (5+ messages)
` [PATCH v2] "
[PATCH] t/t1700-split-index.sh: mv -v is not portable
2024-05-17 15:27 UTC
[PATCH] t/t9118-git-svn-funky-branch-names.sh: sed needs semicolon
2024-05-17 15:39 UTC
Issue with git log and reference repositories using --dissociate and --filter=blob:none
2024-05-17 13:52 UTC
[PATCH] t/t0600-reffiles-backend.sh: rm -v is not portable
2024-05-17 13:19 UTC
[PATCH] t/t4202-log.sh: fix misspelled variable
2024-05-17 13:40 UTC
Git 2.45.1 - What is the right way to clone with global hooks disabled?
2024-05-17 13:08 UTC (7+ messages)
[PATCH 00/16] refs: drop all references to `the_repository`
2024-05-17 7:09 UTC (33+ messages)
` [PATCH 01/16] refs: adjust names for `init` and `init_db` callbacks
` [PATCH 02/16] refs: rename `init_db` callback to avoid confusion
` [PATCH 03/16] refs: implement releasing ref storages
` [PATCH 04/16] refs: track ref stores via strmap
` [PATCH 05/16] refs: pass repo when retrieving submodule ref store
` [PATCH 06/16] refs: refactor `resolve_gitlink_ref()` to accept a repository
` [PATCH 07/16] refs: retrieve worktree ref stores via associated repository
` [PATCH 08/16] refs: convert iteration over replace refs to accept ref store
` [PATCH 09/16] refs: pass ref store when detecting dangling symrefs
` [PATCH 10/16] refs: move object peeling into "object.c"
` [PATCH 11/16] refs: pass repo when peeling objects
` [PATCH 12/16] refs: drop `git_default_branch_name()`
` [PATCH 13/16] refs: remove `dwim_log()`
` [PATCH 14/16] refs/files: use correct repository
` [PATCH 15/16] refs/files: remove references to `the_hash_algo`
` [PATCH 16/16] refs/packed: "
[PATCH v2] merge: avoid write merge state when unable to write index
2024-05-17 3:59 UTC
[PATCH 00/11] reftable: expose write options as config
2024-05-17 8:26 UTC (8+ messages)
` [PATCH v3 "
` [PATCH v3 02/11] reftable: pass opts as constant pointer
` [PATCH v3 06/11] refs/reftable: allow configuring block size
[PATCH v2 00/16] refs: drop all references to `the_repository`
2024-05-17 8:19 UTC (17+ messages)
` [PATCH v2 01/16] refs: adjust names for `init` and `init_db` callbacks
` [PATCH v2 02/16] refs: rename `init_db` callback to avoid confusion
` [PATCH v2 03/16] refs: implement releasing ref storages
` [PATCH v2 04/16] refs: track ref stores via strmap
` [PATCH v2 05/16] refs: pass repo when retrieving submodule ref store
` [PATCH v2 06/16] refs: refactor `resolve_gitlink_ref()` to accept a repository
` [PATCH v2 07/16] refs: retrieve worktree ref stores via associated repository
` [PATCH v2 08/16] refs: convert iteration over replace refs to accept ref store
` [PATCH v2 09/16] refs: pass ref store when detecting dangling symrefs
` [PATCH v2 10/16] refs: move object peeling into "object.c"
` [PATCH v2 11/16] refs: pass repo when peeling objects
` [PATCH v2 12/16] refs: drop `git_default_branch_name()`
` [PATCH v2 13/16] refs: remove `dwim_log()`
` [PATCH v2 14/16] refs/files: use correct repository
` [PATCH v2 15/16] refs/files: remove references to `the_hash_algo`
` [PATCH v2 16/16] refs/packed: "
[PATCH] merge: avoid write merge state when unable to write index
2024-05-17 4:41 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH v3 0/2] diff: copies-harder support
2024-05-17 3:38 UTC (6+ messages)
Embedding Git Command Line
2024-05-16 18:17 UTC (3+ messages)
[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
2024-05-16 22:43 UTC (7+ messages)
` [PATCH v2 00/23] "
` [PATCH v2 09/23] pseudo-merge: implement support for selecting pseudo-merge commits
[PATCH 0/2] Fix use of uninitialized hash algos
2024-05-16 15:31 UTC (12+ messages)
` [PATCH v4 0/5] Fix use of uninitialized hash algorithms
` [PATCH v4 1/5] setup: add an escape hatch for "no more default hash algorithm" change
` [PATCH v4 2/5] t1517: test commands that are designed to be run outside repository
[Outreachy][PATCH 1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string
2024-05-16 19:30 UTC (4+ messages)
` [Outreachy][PATCH v2 "
` [Outreachy][PATCH v2 2/2] Port helper/test-sha256.c and helper/test-sha1.c to unit-tests/t-hash.c
bug: `git fetch origin main:main` fails when main is HEAD
2024-05-16 19:14 UTC
[PATCH] trace2: intercept all common signals
2024-05-16 16:32 UTC (5+ messages)
[PATCH v2] t/t0211-trace2-perf.sh: fix typo patern -> pattern
2024-05-16 16:34 UTC (2+ messages)
What's cooking in git.git (May 2024, #06; Tue, 14)
2024-05-16 16:00 UTC (5+ messages)
[PATCH] t/t0211-trace2-perf.sh: fix typo patern -> pattern
2024-05-16 15:38 UTC (3+ messages)
Cloning a clone with (relative) submodules
2024-05-16 13:20 UTC
subscribe
2024-05-16 11:02 UTC
[PATCH 0/3] Clarify pseudo-ref terminology
2024-05-16 4:13 UTC (7+ messages)
` [PATCH v5 00/10] "
` [PATCH v5 06/10] refs: do not check ref existence in `is_root_ref()`
` [PATCH v5 07/10] refs: classify HEAD as a root ref
[RFC PATCH] trace2: completely compiling out trace2 subsystem
2024-05-15 20:48 UTC
[PATCH 0/6] pack-bitmap: various pack-bitmap-write cleanups
2024-05-15 15:58 UTC (9+ messages)
` [PATCH 5/6] pack-bitmap-write.c: avoid uninitialized 'write_as' field
` [PATCH 6/6] pack-bitmap: introduce `bitmap_writer_free()`
[PATCH 0/3] Implement filtering repacks
2024-05-15 17:08 UTC (9+ messages)
` [PATCH v2 0/3] upload-pack: support a missing-action
` [PATCH v2 1/3] rev-list: refactor --missing=<missing-action>
` [PATCH v2 2/3] pack-objects: use the missing action API
` [PATCH v2 3/3] upload-pack: allow configuring a missing-action
[PATCH 00/21] builtin/config: remove global state
2024-05-15 6:42 UTC (4+ messages)
` [PATCH v3 "
` [PATCH v3 06/21] builtin/config: check for writeability after source is set up
` [PATCH v3 08/21] builtin/config: refactor functions to have common exit paths
[PATCH v2] doc: describe the project's decision-making process
2024-05-15 20:50 UTC (6+ messages)
` [PATCH v2 0/2] Describe life cycle of a patch series
` [PATCH] decisions: focus on larger scale issues
[PATCH v2 0/2] osxkeychain: lock for exclusive execution
2024-05-15 19:41 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 1/2] osxkeychain: exclusive lock to serialize execution of operations
` [PATCH v3 2/2] osxkeychain: state to skip unnecessary store operations
[PATCH 00/13] reftable: prepare for re-seekable iterators
2024-05-15 20:15 UTC (3+ messages)
` [PATCH v2 "
[PATCH] t0017: clarify dubious test set-up
2024-05-15 19:32 UTC
t0211-trace2-perf.sh: typo patern -> pattern
2024-05-15 17:09 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).