messages from 2025-03-07 09:08:56 to 2025-03-10 20:37:51 UTC [more...]
[PATCH 0/4] rev-list: introduce NUL-delimited output mode
2025-03-10 20:37 UTC (6+ messages)
` [PATCH 1/4] rev-list: inline `show_object_with_name()` in `show_object()`
` [PATCH 2/4] rev-list: refactor early option parsing
` [PATCH 3/4] rev-list: support delimiting objects with NUL bytes
` [PATCH 4/4] rev-list: support NUL-delimited --missing option
[PATCH] environment: move access to "core.attributesfile" into repo settings
2025-03-10 19:25 UTC (9+ messages)
` [GSOC PATCH v2 0/2] Stop depending on `the_repository` for core.attributesfile
` [GSOC PATCH v2 1/2] environment: move access to "core.attributesfile" into repo settings
` [GSOC PATCH v2 2/2] attr: use `repo_settings_get_attributesfile_path()` and update callers
[PATCH 0/2] describe and diff: implement --no-optional-locks
2025-03-10 18:53 UTC (6+ messages)
[PATCH v3 0/8] refs: introduce support for partial reference transactions
2025-03-10 18:50 UTC (15+ messages)
` [PATCH v3 6/8] refs: implement partial reference transaction support
` [PATCH] config.mak.dev: enable -Wunreachable-code
[GSoC PATCH] decorate: fix sign comparison warnings
2025-03-10 18:08 UTC (4+ messages)
` [GSoC PATCH v2] "
[PATCH 00/13] PATH WALK II: Add --path-walk option to 'git pack-objects'
2025-03-10 17:28 UTC (15+ messages)
` [PATCH 01/13] pack-objects: extract should_attempt_deltas()
` [PATCH 02/13] pack-objects: add --path-walk option
` [PATCH 03/13] pack-objects: update usage to match docs
` [PATCH 04/13] p5313: add performance tests for --path-walk
` [PATCH 05/13] pack-objects: introduce GIT_TEST_PACK_PATH_WALK
` [PATCH 06/13] t5538: add tests to confirm deltas in shallow pushes
` [PATCH 07/13] repack: add --path-walk option
` [PATCH 08/13] pack-objects: enable --path-walk via config
` [PATCH 09/13] scalar: enable path-walk during push "
` [PATCH 10/13] pack-objects: refactor path-walk delta phase
` [PATCH 11/13] pack-objects: thread the path-based compression
` [PATCH 12/13] path-walk: add new 'edge_aggressive' option
` [PATCH 13/13] pack-objects: allow --shallow and --path-walk
[ANNOUNCE] Git v2.49.0-rc2
2025-03-10 17:15 UTC
[PATCH] git-clone doc: fix indentation
2025-03-10 16:55 UTC (2+ messages)
[PATCH] promisor-remote: fix segfault when remote URL is missing
2025-03-10 16:29 UTC (2+ messages)
[PATCH] doc: add a blank line around block delimiters
2025-03-10 16:19 UTC (3+ messages)
[PATCH] archive: error instead of triggering a segfault in `git archive --remote=""`
2025-03-10 15:59 UTC (4+ messages)
[PATCH v4 0/5] fast-export, fast-import: add support for signed-commits
2025-03-10 15:59 UTC (23+ messages)
` [PATCH v5 0/6] "
` [PATCH v5 4/6] git-fast-export.txt: clarify why 'verbatim' may not be a good idea
` [PATCH v5 6/6] fast-export, fast-import: add support for signed-commits
` [PATCH v6 0/6] "
` [PATCH v6 1/6] git-fast-import.adoc: add missing LF in the BNF
` [PATCH v6 2/6] fast-export: fix missing whitespace after switch
` [PATCH v6 3/6] fast-export: rename --signed-tags='warn' to 'warn-verbatim'
` [PATCH v6 4/6] git-fast-export.adoc: clarify why 'verbatim' may not be a good idea
` [PATCH v6 5/6] fast-export: do not modify memory from get_commit_buffer
` [PATCH v6 6/6] fast-export, fast-import: add support for signed-commits
[PATCH 00/12] Stop depending on `the_repository` in object-related subsystems
2025-03-10 15:38 UTC (31+ messages)
` [PATCH v3 "
` [PATCH v3 01/12] csum-file: stop depending on `the_repository`
` [PATCH v3 02/12] object: "
` [PATCH v3 03/12] pack-write: stop depending on `the_repository` and `the_hash_algo`
` [PATCH v3 04/12] environment: move access to "core.bigFileThreshold" into repo settings
` [PATCH v3 05/12] pack-check: stop depending on `the_repository`
` [PATCH v3 06/12] pack-revindex: "
` [PATCH v3 07/12] pack-bitmap-write: "
` [PATCH v3 08/12] object-file-convert: "
` [PATCH v3 09/12] delta-islands: "
` [PATCH v3 10/12] object-file: split out logic regarding hash algorithms
` [PATCH v3 11/12] hash: fix "-Wsign-compare" warnings
` [PATCH v3 12/12] hash: stop depending on `the_repository` in `null_oid()`
` [PATCH v4 00/12] Stop depending on `the_repository` in object-related subsystems
` [PATCH v4 01/12] csum-file: stop depending on `the_repository`
` [PATCH v4 02/12] object: "
` [PATCH v4 03/12] pack-write: stop depending on `the_repository` and `the_hash_algo`
` [PATCH v4 04/12] environment: move access to "core.bigFileThreshold" into repo settings
` [PATCH v4 05/12] pack-check: stop depending on `the_repository`
` [PATCH v4 06/12] pack-revindex: "
` [PATCH v4 07/12] pack-bitmap-write: "
` [PATCH v4 08/12] object-file-convert: "
` [PATCH v4 09/12] delta-islands: "
` [PATCH v4 10/12] object-file: split out logic regarding hash algorithms
` [PATCH v4 11/12] hash: fix "-Wsign-compare" warnings
` [PATCH v4 12/12] hash: stop depending on `the_repository` in `null_oid()`
[PATCH 0/2] EDITME: cover title for 493-add-command-to-purge-reflog-entries
2025-03-10 15:28 UTC (17+ messages)
` [PATCH 1/2] reflog: drop usage of global variables
` [PATCH 2/2] reflog: implement subcommand to drop reflogs
` [PATCH v2] "
[GSoC] Introduction and Microproject
2025-03-10 9:46 UTC
[GSoC PATCH] t9400: prefer test_path_* helper functions
2025-03-10 6:50 UTC (2+ messages)
[PATCH] docs: fix repository-layout when building with breaking changes
2025-03-10 6:42 UTC (10+ messages)
` [PATCH v2] "
` [PATCH] docs: fix check-docs with WITH_BREAKING_CHANGES
[GSoC] Microproject: Updating Documentation
2025-03-09 14:55 UTC (5+ messages)
Tags are no longer fetched when fetching specific commit
2025-03-09 3:21 UTC (15+ messages)
` [PATCH] fetch: fix following tags when fetching specific OID
` [PATCH 0/9] fetch: further ref-prefix cleanups and optimizations
` [PATCH 1/9] t5702: fix typo in test name
` [PATCH 2/9] t5516: prefer "oid" to "sha1" in some test titles
` [PATCH 3/9] t5516: drop NEEDSWORK about v2 reachability behavior
` [PATCH 4/9] t5516: beef up exact-oid ref prefixes test
` [PATCH 5/9] refspec_ref_prefixes(): clean up refspec_item logic
` [PATCH 6/9] fetch: ask server to advertise HEAD for config-less fetch
` [PATCH 7/9] fetch: stop protecting additions to ref-prefix list
` [PATCH 8/9] fetch: avoid ls-refs only to ask for HEAD symref update
` [PATCH 9/9] fetch: use ref prefix list to skip ls-refs
[GSoC PATCH] reftable: return proper error code from block_writer_add()
2025-03-08 13:33 UTC (2+ messages)
` [GSoC PATCH v2] "
Discuss GSOC: Refactoring in order to reduce Git’s global state
2025-03-08 1:06 UTC (6+ messages)
[PATCH] diffcore-rename: fix BUG when break detection and --follow used together
2025-03-08 1:00 UTC
[PATCH 0/2] refs: a couple of --exclude fixes
2025-03-07 23:58 UTC (13+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] refs.c: remove empty '--exclude' patterns
` [PATCH v2 2/2] refs.c: stop matching non-directory prefixes in exclude patterns
[PATCH v2 00/12][Outreachy] stop using the_repository global variable
2025-03-07 23:35 UTC (19+ messages)
` [Outreachy PATCH v3 0/8] "
` [PATCH v3 1/8] config: teach repo_config to allow `repo` to be NULL
` [PATCH v3 8/8] builtin/checkout-index: stop using `the_repository`
` [Outreachy PATCH v4 0/8] stop using the_repository global variable
` [PATCH v4 1/8] config: teach repo_config to allow `repo` to be NULL
` [PATCH v4 2/8] builtin/verify-tag: stop using `the_repository`
` [PATCH v4 3/8] builtin/verify-commit: "
` [PATCH v4 4/8] builtin/send-pack: "
` [PATCH v4 5/8] builtin/pack-refs: "
` [PATCH v4 6/8] builtin/ls-files: "
` [PATCH v4 7/8] builtin/for-each-ref: "
` [PATCH v4 8/8] builtin/checkout-index: "
[PATCH 0/3] completion: fix bugs with slashes in remote names
2025-03-07 21:46 UTC (14+ messages)
` [PATCH 3/3] "
[PATCH 0/2] Ensure zlib version is printed by git-version(1)
2025-03-07 20:25 UTC (6+ messages)
` [PATCH 1/2] help: include git-zlib.h to print zlib version
` [PATCH 2/2] help: print zlib-ng version number
[PATCH 0/2] Hot fixes from Git for Windows v2.49.0-rc0
2025-03-07 18:20 UTC (6+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] ident: stop assuming that `gw_gecos` is writable
[PATCH v2 00/12] Stop depending on `the_repository` in object-related subsystems
2025-03-07 16:53 UTC (5+ messages)
` [PATCH v2 12/12] hash: stop depending on `the_repository` in `null_oid()`
Lessons
2025-03-07 16:45 UTC
[PATCH 0/3] Small new merge-ort features, prepping for deletion of merge-recursive.[ch]
2025-03-07 15:48 UTC (4+ messages)
` [PATCH 1/3] merge-ort: add new merge_ort_generic() function
` [PATCH 2/3] merge-ort: allow rename detection to be disabled
` [PATCH 3/3] merge-ort: support having merge verbosity be set to 0
[PATCH 0/1] [GSoC]smtp_auth_maybe: improve smtp authentication error handling logic
2025-03-07 12:39 UTC (2+ messages)
` [PATCH 1/1] Improve SMTP "
What's cooking in git.git (Feb 2025, #09; Fri, 28)
2025-03-07 10:48 UTC (4+ messages)
Git in GSoC 2025
2025-03-07 10:01 UTC (12+ 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