messages from 2024-05-15 06:42:39 to 2024-05-17 15:39:32 UTC [more...]
[PATCH] t/t9118-git-svn-funky-branch-names.sh: sed needs semicolon
2024-05-17 15:39 UTC
[PATCH] t/t1700-split-index.sh: mv -v is not portable
2024-05-17 15:27 UTC
[Q] rebase -i: turn "pick" to "edit", make no change, what should happen?
2024-05-17 15:17 UTC (8+ messages)
[PATCH] scalar: make enlistment delete to work on all POSIX platforms
2024-05-17 14:42 UTC
[PATCH] SubmittingPatches: advertise git-manpages-l10n project a bit
2024-05-17 14:34 UTC (2+ messages)
[PATCH] t/t9902-completion.sh: backslashes in echo
2024-05-17 14:08 UTC
Issue with git log and reference repositories using --dissociate and --filter=blob:none
2024-05-17 13:52 UTC
[PATCH] t/t4202-log.sh: fix misspelled variable
2024-05-17 13:40 UTC
[PATCH] t/t0600-reffiles-backend.sh: rm -v is not portable
2024-05-17 13:19 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 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 12:27 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/3] un-breaking osx-gcc ci job
2024-05-17 11:30 UTC (19+ messages)
` [PATCH 2/3] ci: avoid bare "gcc" for osx-gcc job
` [PATCH 3/3] ci: stop installing "gcc-13" for osx-gcc
[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] bundle-uri: refresh packed_git if unbundle succeed
2024-05-17 7:36 UTC (3+ 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: "
[RFC PATCH] doc: describe the project's decision-making process
2024-05-17 6:29 UTC (4+ messages)
` [PATCH v3] "
[PATCH] completion: adapt git-config(1) to complete subcommands
2024-05-17 6:13 UTC (4+ messages)
` [PATCH v2] "
[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 v2] merge: avoid write merge state when unable to write index
2024-05-17 3:59 UTC
[PATCH v3 0/2] diff: copies-harder support
2024-05-17 3:38 UTC (6+ messages)
git log --name-only improvement: show old file name in rename
2024-05-16 23:13 UTC (6+ 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
[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
Embedding Git Command Line
2024-05-16 18:17 UTC (3+ messages)
[PATCH v2] t/t0211-trace2-perf.sh: fix typo patern -> pattern
2024-05-16 16:34 UTC (2+ messages)
[PATCH] trace2: intercept all common signals
2024-05-16 16:32 UTC (5+ 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)
[PATCH 0/2] Fix use of uninitialized hash algos
2024-05-16 15:31 UTC (13+ 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
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 (24+ messages)
` [PATCH v3 00/10] "
` [PATCH v3 07/10] refs: root refs can be symbolic refs
` [PATCH v5 00/10] Clarify pseudo-ref terminology
` [PATCH v5 01/10] Documentation/glossary: redefine pseudorefs as special refs
` [PATCH v5 02/10] Documentation/glossary: clarify limitations of pseudorefs
` [PATCH v5 03/10] Documentation/glossary: define root refs as refs
` [PATCH v5 04/10] refs: rename `is_pseudoref()` to `is_root_ref()`
` [PATCH v5 05/10] refs: rename `is_special_ref()` to `is_pseudo_ref()`
` [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
` [PATCH v5 08/10] refs: pseudorefs are no refs
` [PATCH v5 09/10] ref-filter: properly distinuish pseudo and root refs
` [PATCH v5 10/10] refs: refuse to write pseudorefs
EDF
2024-05-15 21:17 UTC
[RFC PATCH] trace2: completely compiling out trace2 subsystem
2024-05-15 20:48 UTC
[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 00/13] reftable: prepare for re-seekable iterators
2024-05-15 20:15 UTC (3+ messages)
` [PATCH v2 "
[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] 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)
[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] archive: make --add-virtual-file honor --prefix
2024-05-15 16:27 UTC (3+ messages)
[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] fetch-pack: Remove unused struct 'loose_object_iter'
2024-05-15 10:41 UTC (3+ messages)
[GSoC] Welcoming our 2024 contributors and thanking our applicants
2024-05-15 10:04 UTC (3+ messages)
[PATCH 00/21] builtin/config: remove global state
2024-05-15 6:43 UTC (11+ messages)
` [PATCH v3 "
` [PATCH v3 13/21] builtin/config: move `respect_includes_opt` into location options
` [PATCH v3 14/21] builtin/config: convert `do_not_match` to a local variable
` [PATCH v3 15/21] builtin/config: convert `value_pattern` "
` [PATCH v3 16/21] builtin/config: convert `regexp` "
` [PATCH v3 17/21] builtin/config: convert `key_regexp` "
` [PATCH v3 18/21] builtin/config: convert `key` "
` [PATCH v3 19/21] builtin/config: track "fixed value" option via flags only
` [PATCH v3 20/21] builtin/config: convert flags to a local variable
` [PATCH v3 21/21] builtin/config: pass data between callbacks via local variables
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 read-only IMAP folder(s) and NNTP newsgroup(s).