messages from 2024-06-20 17:25:46 to 2024-06-25 10:14:40 UTC [more...]
[GSoC][PATCH] t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.c
2024-06-25 10:14 UTC (4+ messages)
[GSoC][PATCH 0/11] t: port reftable/record_test.c to the unit testing framework
2024-06-25 9:32 UTC (32+ messages)
` [PATCH 01/11] t: move "
` [PATCH 02/11] t-reftable-record: add reftable_record_cmp() tests for log records
` [PATCH 03/11] t-reftable-record: add comparison tests for ref records
` [PATCH 04/11] t-reftable-record: add comparison tests for index records
` [PATCH 05/11] t-reftable-record: add comparison tests for obj records
` [PATCH 06/11] t-reftable-record: add reftable_record_is_deletion() test for ref records
` [PATCH 07/11] t-reftable-record: add reftable_record_is_deletion() test for log records
` [PATCH 08/11] t-reftable-record: add reftable_record_is_deletion() test for obj records
` [PATCH 09/11] t-reftable-record: add reftable_record_is_deletion() test for index records
` [PATCH 10/11] t-reftable-record: add tests for reftable_ref_record_compare_name()
` [PATCH 11/11] t-reftable-record: add tests for reftable_log_record_compare_key()
` [PATCH 06/11] t-reftable-record: add ref tests for reftable_record_is_deletion()
` [PATCH 07/11] t-reftable-record: add log "
` [PATCH 08/11] t-reftable-record: add obj "
` [PATCH 09/11] t-reftable-record: add index "
Regarding howto/revert-a-faulty-merge.txt - another way to revert a merge
2024-06-25 9:03 UTC (2+ messages)
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-06-25 7:24 UTC (6+ messages)
[PATCH] describe: refresh the index when 'broken' flag is used
2024-06-25 6:44 UTC (11+ messages)
` [PATCH v2] "
gitconfig - interaction between credential.helper and includeIf
2024-06-25 5:59 UTC
Git bisect skip
2024-06-25 4:29 UTC (5+ messages)
What's cooking in git.git (Jun 2024, #08; Mon, 24)
2024-06-25 1:13 UTC
Bug: diff.external --no-ext-diff suppresses --color-moved
2024-06-25 0:39 UTC (9+ messages)
` [PATCH] diff: allow --color-moved with --no-ext-diff
` Aw: "
` [PATCH v2] "
[PATCH 0/5] sparse-index: improve clear_skip_worktree_from_present_files()
2024-06-25 0:08 UTC (15+ messages)
` [PATCH 1/5] sparse-index: refactor skip worktree retry logic
` [PATCH 2/5] sparse-index: refactor path_found()
` [PATCH 3/5] sparse-index: use strbuf in path_found()
` [PATCH 4/5] sparse-index: count lstat() calls
` [PATCH 5/5] sparse-index: improve lstat caching of sparse paths
[PATCH v2 0/2] Teach git version --build-options about zlib+libcurl
2024-06-25 0:00 UTC (15+ messages)
` [PATCH v2 1/2] Teach git version --build-options about libcurl
` [PATCH v2 2/2] Teach git version --build-options about zlib versions
Thoughts about the -m option of cherry-pick and revert
2024-06-24 18:43 UTC (9+ messages)
[BUG REPORT] fsmonitor and core.untrackedCache combination causes inaccurate git status
2024-06-24 17:43 UTC (2+ messages)
[PATCH] submodule: allow gitsubmodules to be pointed at tags
2024-06-24 16:40 UTC (4+ messages)
[PATCH] object-file: fix leak on conversion failure
2024-06-24 16:08 UTC (3+ messages)
[PATCH resend] git-send-email: Use sanitized address when reading mbox body
2024-06-24 15:50 UTC (4+ messages)
[PATCH 0/2] cat-file related doc and test
2024-06-24 15:19 UTC (13+ messages)
` [PATCH 2/2] t9700: ensure cat-file info isn't buffered by default
` [PATCH v2 2/2] t1006: "
[PATCH] pager: die when paging to non-existing command
2024-06-24 7:35 UTC (17+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
git send-email SMTP password command
2024-06-24 6:01 UTC (3+ messages)
Issue : Writing commits into the git repository takes longer than expected
2024-06-24 5:46 UTC (4+ messages)
[PATCH] doc: fix case error of eol attribute in example
2024-06-23 21:40 UTC
[PATCH] doc: update http.cookieFile with in-memory cookie processing
2024-06-23 21:24 UTC
[PATCH] Fix default font scaling
2024-06-23 15:50 UTC (11+ messages)
[GSoC] Blog: move and improve reftable tests in the unit testing framework
2024-06-23 6:27 UTC (4+ messages)
git-gui: Visualize * History does nothing on macOS
2024-06-22 7:13 UTC (6+ messages)
[PATCH v0 0/1] Teach git version --build-options about zlib+libcurl
2024-06-22 5:11 UTC (9+ messages)
` [PATCH v0 1/1] "
[PATCH] fuzz: minimum fuzzers environment lacks libcURL
2024-06-22 5:08 UTC
[PATCH 0/5] Tighten patch header parsing in patch-id
2024-06-21 23:18 UTC (6+ messages)
` [PATCH 1/5] t4204: patch-id supports various input format
` [PATCH 2/5] patch-id: call flush_current_id() only when needed
` [PATCH 3/5] patch-id: make get_one_patchid() more extensible
` [PATCH 4/5] patch-id: rewrite code that detects the beginning of a patch
` [PATCH 5/5] patch-id: tighten code to detect the patch header
[PATCH] cat-file: reduce write calls for unfiltered blobs
2024-06-21 19:45 UTC (6+ messages)
problem with parsing of patch files for patch-id
2024-06-21 18:53 UTC (4+ messages)
[Outreachy][PATCH v2 1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string
2024-06-21 18:37 UTC (9+ messages)
` [PATCH v3 0/3] Port t0015-hash to the unit testing framework
` [PATCH v3 2/3] t/: port helper/test-sha1.c to unit-tests/t-hash.c
bug with git describe --dirty --broken
2024-06-21 17:31 UTC (4+ messages)
[PATCH] bundle-uri.c: Fix double increment in depth
2024-06-21 17:17 UTC (4+ messages)
What's cooking in git.git (Jun 2024, #07; Thu, 20)
2024-06-21 16:20 UTC (3+ messages)
[PATCH v0 0/1] Teach git version --build-options about OpenSSL
2024-06-21 16:18 UTC (10+ messages)
` [PATCH v0 1/1] "
Bug: Git Maintenance does not register multiple repos
2024-06-21 10:10 UTC (4+ messages)
[GSoC][PATCH v4 0/7] ref consistency check infra setup
2024-06-21 2:24 UTC (4+ messages)
` [GSoC][PATCH v4 1/7] fsck: add refs check interfaces to interact with fsck error levels
hola
2024-06-20 23:35 UTC
[PATCH 00/16] mktree: support more flexible usage
2024-06-20 22:26 UTC (8+ messages)
` [PATCH v2 00/17] "
` [PATCH v2 07/17] mktree: use read_index_info to read stdin lines
` [PATCH v2 11/17] mktree: overwrite duplicate entries
` [PATCH v2 12/17] mktree: create tree using an in-core index
[PATCH 1/2] receive-pack: use find_commit_header() in check_cert_push_options()
2024-06-20 18:12 UTC (5+ messages)
` [PATCH 2/2] receive-pack: use find_commit_header() in check_nonce()
` [PATCH 3/2] commit: remove find_header_mem()
[PATCH] t5500: fix mistaken $SERVER reference in helper function
2024-06-20 18:06 UTC (3+ messages)
[PATCH] mingw: drop bogus (and unneeded) declaration of `_pgmptr`
2024-06-20 17:58 UTC (3+ messages)
[PATCH] fetch-pack: test: demonstrate segmentation fault when run with fsckObjects but without --lock-pack
2024-06-20 17:57 UTC (4+ messages)
` [RESEND, BUG, SIGSEGV CRASH] (Re: [PATCH] fetch-pack: test: demonstrate segmentation fault when run with fsckObjects but without --lock-pack)
` [PATCH] fetch-pack: fix segfault when fscking without --lock-pack
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).