messages from 2024-10-17 04:29:04 to 2024-10-20 00:37:21 UTC [more...]
Bug report: v2.47.0 cannot fetch version 1 pack indexes
2024-10-20 0:37 UTC (2+ messages)
[PATCH] notes: teach the -e option to edit messages in editor
2024-10-20 0:03 UTC (9+ messages)
` [PATCH v2] "
[PATCH v6 1/6] refs_update_symref: atomically record overwritten ref
2024-10-19 22:53 UTC (20+ messages)
` [PATCH v7 1/6] refs: atomically record overwritten ref in update_symref
` [PATCH v8 0/6] set-head/fetch remote/HEAD updates, small change from v7
` [PATCH v9 0/7] set-head/fetch remote/HEAD updates
` [PATCH v9 1/7] t/t5505-remote: set default branch to main
` [PATCH v9 2/7] refs: atomically record overwritten ref in update_symref
` [PATCH v9 3/7] remote set-head: refactor for readability
` [PATCH v9 4/7] remote set-head: better output for --auto
` [PATCH v9 5/7] refs: add TRANSACTION_CREATE_EXISTS error
` [PATCH v9 6/7] refs: add create_only option to refs_update_symref_extended
` [PATCH v9 7/7] fetch: set remote/HEAD if it does not exist
[PATCH] diff: setup pager only before diff contents truly ready
2024-10-19 21:19 UTC (3+ messages)
[PATCH] builtin/credential-cache--daemon: fix error when "exit"ing on Cygwin
2024-10-19 21:21 UTC (16+ messages)
` [PATCH v2] "
` [PATCH] credential-cache: treat ECONNABORTED like ECONNRESET
with git update-ref?
2024-10-19 19:59 UTC (16+ messages)
` [PATCH 0/6] doc: update-ref: amend old material and discuss symrefs
` [PATCH 1/6] doc: update-ref: drop “flag”
` [PATCH v2 0/6] doc: update-ref: amend old material and discuss symrefs
` [PATCH v2 1/6] Documentation/git-update-ref.txt: drop “flag”
` [PATCH v2 2/6] Documentation/git-update-ref.txt: remove safety paragraphs
` [PATCH v2 3/6] Documentation/git-update-ref.txt: demote symlink to last section
` [PATCH v2 4/6] Documentation/git-update-ref.txt: remove confusing paragraph
` [PATCH v2 5/6] Documentation/git-update-ref.txt: discuss symbolic refs
` [PATCH v2 6/6] Documentation: mutually link update-ref and symbolic-ref
[PATCH v2 Outreachy] t7011: ensure no whitespace after redirect
2024-10-19 17:54 UTC (2+ messages)
[PATCH] upload-pack: fix how ALLOW_ANY_SHA1 flag is disabled
2024-10-19 16:46 UTC (10+ messages)
` [PATCH v2] doc: document how uploadpack.allowAnySHA1InWant impact other allow options
[PATCH] t: fix typos
2024-10-19 13:08 UTC (9+ messages)
[gitgitgadget/git] [Outreachy][RFC/PATCH] notes: teach the -e option to edit messages in editor (PR #1817)
2024-10-19 11:16 UTC
[PATCH] Fix duplicate word typos
2024-10-19 10:37 UTC (2+ messages)
[Outreachy][RFC]: teach the '-e' option for git notes sub command
2024-10-19 9:13 UTC (3+ messages)
[[PATCH][Outreachy]] t7011-skip-worktree-reading.sh: ensure no whitespace after redirect operators
2024-10-19 8:42 UTC (4+ messages)
[RFC PATCH 00/21] Modernize the build system
2024-10-19 5:21 UTC (31+ messages)
` [RFC PATCH v2 00/24] Modernize our "
` [RFC PATCH v2 23/24] Documentation: add comparison of build systems
` [RFC PATCH v3 00/15] Modernize the build system
` [RFC PATCH v3 01/15] Makefile: use common template for GIT-BUILD-OPTIONS
` [RFC PATCH v3 02/15] Makefile: consistently use @PLACEHOLDER@ to substitute
` [RFC PATCH v3 03/15] Makefile: consistently use PERL_PATH
` [RFC PATCH v3 04/15] Makefile: extract script to massage Perl scripts
` [RFC PATCH v3 05/15] Makefile: use "generate-perl.sh" to massage Perl library
` [RFC PATCH v3 06/15] Makefile: extract script to massage Shell scripts
` [RFC PATCH v3 07/15] Makefile: extract script to generate gitweb.cgi
` [RFC PATCH v3 08/15] Makefile: refactor GIT-VERSION-GEN to be reusable
` [RFC PATCH v3 09/15] Makefile: refactor generators to be PWD-independent
` [RFC PATCH v3 10/15] Makefile: allow "bin-wrappers/" directory to exist
` [RFC PATCH v3 11/15] Makefile: simplify building of templates
` [RFC PATCH v3 12/15] t: better support for out-of-tree builds
` [RFC PATCH v3 13/15] t: allow overriding build dir
` [RFC PATCH v3 14/15] Documentation: add comparison of build systems
` [RFC PATCH v3 15/15] Introduce support for the Meson build system
Oureachy: Microproject (Modernizing a Test Script in Clar Framework)
2024-10-19 3:48 UTC (4+ messages)
Feature Request : Get repo size without cloning
2024-10-18 23:07 UTC (2+ messages)
CI behaving differently from local tests
2024-10-18 22:32 UTC (2+ messages)
[PATCH 0/3] R atoi
2024-10-18 21:43 UTC (23+ messages)
` [PATCH 3/3] parse: replace atoi() with strtoul_ui() and strtol_i()
` [PATCH v2 0/3] "
` [PATCH v2 1/3] daemon: "
` [PATCH v2 2/3] merge: replace atoi() with strtol_i() for marker size validation
` [PATCH v2 3/3] imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsing
[PATCH 00/10] reftable: stop using `struct strbuf`
2024-10-18 21:41 UTC (25+ messages)
` [PATCH v2 "
` [PATCH v2 03/10] reftable/basics: provide new `reftable_buf` interface
` [PATCH v3 00/10] reftable: stop using `struct strbuf`
` [PATCH v3 01/10] reftable: stop using `strbuf_addbuf()`
` [PATCH v3 02/10] reftable: stop using `strbuf_addf()`
` [PATCH v3 03/10] reftable/basics: provide new `reftable_buf` interface
` [PATCH v3 04/10] reftable: convert from `strbuf` to `reftable_buf`
` [PATCH v3 05/10] reftable/blocksource: adapt interface name
` [PATCH v3 06/10] t/unit-tests: check for `reftable_buf` allocation errors
` [PATCH v3 07/10] reftable/stack: adapt `format_name()` to handle allocation failures
` [PATCH v3 08/10] reftable/record: adapt `reftable_record_key()` "
` [PATCH v3 09/10] reftable/stack: adapt `stack_filename()` "
` [PATCH v3 10/10] reftable: handle trivial `reftable_buf` errors
[PATCH 0/3] clang-format: fix rules to make the CI job cleaner
2024-10-18 21:37 UTC (5+ messages)
` [PATCH v4 0/2] Subject: "
` [PATCH v4 1/2] clang-format: re-adjust line break penalties
` [PATCH v4 2/2] clang-format: align consecutive macro definitions
[PATCH 00/21] Memory leak fixes (pt.9)
2024-10-18 21:30 UTC (10+ messages)
` [PATCH 07/21] pretty: clear signature check
` [PATCH 10/21] trailer: fix leaking trailer values
` [PATCH 20/21] builtin/merge: release outbut buffer after performing merge
` [PATCH 21/21] list-objects-filter-options: work around reported leak on error
git no longer builds on SunOS 5.10, a report
2024-10-18 21:14 UTC (5+ messages)
` [PATCH 0/2] t/unit-tests: improve clar platform compatibility
` [PATCH 2/2] Makefile: adjust sed command for generating "clar-decls.h"
Git Install Error - Failed to Expand Shell Folder Constant "commondesktop"
2024-10-18 21:04 UTC (3+ messages)
clar unit testing framework FTBFS on uclibc systems (wchar_t unsupported)
2024-10-18 20:50 UTC (12+ messages)
What's cooking in git.git (Oct 2024, #09; Fri, 18)
2024-10-18 20:45 UTC
Bug report
2024-10-18 15:21 UTC (4+ messages)
` [PATCH v2 0/3] cmake: fix autogenerated clar headers
` [PATCH v2 1/3] Makefile: extract script to generate clar declarations
[PATCH 0/3] object-name: don't allow @ as a branch name
2024-10-18 14:21 UTC (4+ messages)
fetch and pull commands not working with latest git version + BitBucket
2024-10-18 7:16 UTC (4+ messages)
Why is git log on large repos slower when outputting to tty?
2024-10-18 4:28 UTC (3+ messages)
[RFC PATCH] builtin/shortlog: explicitly set hash algo when there is no repo
2024-10-17 22:02 UTC (17+ messages)
` [RFC PATCH v2] "
` [PATCH v3 0/2] "
` [PATCH v3 1/2] "
` [PATCH v4] "
git rebase exec make -C in worktree confuses repo root dir
2024-10-17 21:16 UTC (8+ messages)
Seeking your thoughts on LLM-generated contributions
2024-10-17 21:11 UTC
[PATCH] ref-filter: format iteratively with lexicographic refname sorting
2024-10-17 20:57 UTC (6+ messages)
` [PATCH v2] "
Why is pushing to stash not allowed without an initial commit?
2024-10-17 20:50 UTC (3+ messages)
[PATCH v4] mingw.c: Fix complier warnings for a 64 bit msvc
2024-10-17 18:43 UTC (4+ messages)
` [PATCH v5 0/1] "
` [PATCH 1/1] [PATCH] "
[OUTREACHY] Mentor Absence
2024-10-17 15:21 UTC
[RFC PATCH 0/3] pretty, builtin/mailinfo: don't rely on the_repository
2024-10-17 13:06 UTC (7+ messages)
` [PATCH 1/3] repository: move git_*_encoding configs to repo scope
What's cooking in git.git (Oct 2024, #08; Tue, 15)
2024-10-17 11:10 UTC (4+ messages)
[PATCH 0/2] Restore support for older libcurl and fix some typos
2024-10-17 9:30 UTC (7+ messages)
[PATCH 00/13] Update versions of libcurl and Perl
2024-10-17 9:16 UTC (2+ messages)
[Outreachy] Internship Applicant (Contribution Phase)
2024-10-17 8:53 UTC (2+ messages)
Unitialised pointer free in is_crontab_available
2024-10-17 8:38 UTC (3+ 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).