messages from 2024-08-16 10:36:38 to 2024-08-20 01:48:41 UTC [more...]
[PATCH 0/8] git-prompt: support more shells
2024-08-20 1:48 UTC (35+ messages)
` [PATCH v2 0/8] git-prompt: support more shells v2
` [PATCH v2 1/8] git-prompt: use here-doc instead of here-string
` [PATCH v2 3/8] git-prompt: don't use shell arrays
` [PATCH v2 4/8] git-prompt: replace [[...]] with standard code
` [PATCH v3 0/8] git-prompt: support more shells v3
` [PATCH v3 1/8] git-prompt: use here-doc instead of here-string
` [PATCH v3 2/8] git-prompt: fix uninitialized variable
` [PATCH v3 3/8] git-prompt: don't use shell arrays
` [PATCH v3 4/8] git-prompt: replace [[...]] with standard code
` [PATCH v3 5/8] git-prompt: add some missing quotes
` [PATCH v3 6/8] git-prompt: don't use shell $'...'
` [PATCH v3 7/8] git-prompt: ta-da! document usage in other shells
` [PATCH v3 8/8] git-prompt: support custom 0-width PS1 markers
` [PATCH v4 0/8] git-prompt: support more shells v4
` [PATCH v4 1/8] git-prompt: use here-doc instead of here-string
` [PATCH v4 2/8] git-prompt: fix uninitialized variable
` [PATCH v4 3/8] git-prompt: don't use shell arrays
` [PATCH v4 4/8] git-prompt: replace [[...]] with standard code
` [PATCH v4 5/8] git-prompt: add some missing quotes
[PATCH v2 0/3] git for-each-ref: is-base atom and base branches
2024-08-20 1:33 UTC (4+ messages)
` [PATCH v3 0/4] "
What's cooking in git.git (Aug 2024, #07; Mon, 19)
2024-08-20 0:51 UTC
[PATCH v2 0/3] send-email: add --mailmap support
2024-08-20 0:07 UTC (4+ messages)
` [PATCH v2 1/3] check-mailmap: accept "user@host" contacts
` [PATCH 1 v2 2/3] check-mailmap: add options for additional mailmap sources
` [PATCH v2 3/3] send-email: add mailmap support via sendemail.mailmap and --mailmap
[RFC PATCH 0/3] Introduce clar testing framework
2024-08-19 22:38 UTC (15+ messages)
` [PATCH v5 0/9] "
` [PATCH v5 2/9] t: import the clar unit "
` [PATCH v5 8/9] t/unit-tests: convert strvec tests to use clar
` [PATCH v5 9/9] t/unit-tests: convert ctype "
[PATCH] rebase -x: don't print "Executing:" msgs with --quiet
2024-08-19 20:17 UTC (9+ messages)
` [PATCH v2] "
[PATCH v2 0/3] doc: introducing synopsis para
2024-08-19 20:08 UTC (3+ messages)
` [PATCH v3 "
[PATCH 0/4] Introduce a "promisor-remote" capability
2024-08-19 20:00 UTC (4+ messages)
` [PATCH 3/4] Add 'promisor-remote' capability to protocol v2
[PATCH] doc: add --show-names for git config
2024-08-19 19:22 UTC (5+ messages)
` [PATCH v2] "
What's cooking in git.git (Aug 2024, #06; Fri, 16)
2024-08-19 19:16 UTC (3+ messages)
` v2.46.1? was "
[PATCH 0/2] Add additional trace2 regions for fetch and push
2024-08-19 18:26 UTC (4+ messages)
` [PATCH 1/2] fetch: add top-level trace2 regions
[RFC/PATCH] Add fetch.updateHead option
2024-08-19 17:10 UTC
[PATCH 0/7] builtin/maintenance: fix auto-detach with non-standard tasks
2024-08-19 17:05 UTC (34+ messages)
` [PATCH v3 "
` [PATCH v3 1/7] config: fix constness of out parameter for `git_config_get_expiry()`
` [PATCH v3 2/7] builtin/gc: refactor to read config into structure
` [PATCH v3 3/7] builtin/gc: fix leaking config values
` [PATCH v3 4/7] builtin/gc: stop processing log file on signal
` [PATCH v3 5/7] builtin/gc: add a `--detach` flag
` [PATCH v3 6/7] builtin/maintenance: "
` [PATCH v3 7/7] run-command: fix detaching when running auto maintenance
` [PATCH 0/3] Fixups for git-maintenance(1) tests
` [PATCH 1/3] t7900: fix flaky test due to leaking background job
` [PATCH 2/3] t7900: exercise detaching via trace2 regions
` [PATCH 3/3] builtin/maintenance: fix loose objects task emitting pack hash
[RFC/PATCH] Add fetch.updateHead option
2024-08-19 17:10 UTC
[RFC/PATCH] Add fetch.updateHead option
2024-08-19 17:06 UTC
[PATCH 00/10] reftable: drop generic `reftable_table` interface
2024-08-19 16:55 UTC (5+ messages)
` [PATCH 01/10] reftable/merged: expose functions to initialize iterators
` [PATCH 03/10] reftable/merged: stop using generic tables in the merged table
[GSoC][PATCH] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
2024-08-19 16:55 UTC (3+ messages)
` [GSoC][PATCH v2] "
feature request: set remote/HEAD with fetch
2024-08-19 16:40 UTC (6+ messages)
[PATCH v1 00/10] cat-file speedups
2024-08-19 15:50 UTC (6+ messages)
` [PATCH v1 05/10] cat-file: use delta_base_cache entries directly
` assert vs BUG [was: [PATCH v1 05/10] cat-file: use delta_base_cache entries directly]
[PATCH 00/10] reftable: fix reload with active iterators
2024-08-19 15:40 UTC (11+ messages)
` [PATCH 01/10] reftable/blocksource: drop malloc block source
` [PATCH 02/10] reftable/stack: inline `stack_compact_range_stats()`
` [PATCH 03/10] reftable/reader: rename `reftable_new_reader()`
` [PATCH 04/10] reftable/reader: inline `init_reader()`
` [PATCH 05/10] reftable/reader: inline `reader_close()`
` [PATCH 06/10] reftable/stack: fix broken refnames in `write_n_ref_tables()`
` [PATCH 07/10] reftable/reader: introduce refcounting
` [PATCH 08/10] reftable/reader: keep readers alive during iteration
` [PATCH 09/10] reftable/stack: reorder swapping in the reloaded stack contents
` [PATCH 10/10] reftable/stack: fix segfault when reload with reused readers fails
[GSoC][PATCH v2] t: migrate t0110-urlmatch-normalization to the new framework
2024-08-19 12:46 UTC (3+ messages)
` [GSoC][PATCH v3] "
[PATCH] docs: explain the order of output in cat-file batch operations
2024-08-19 12:26 UTC
Hello let’s start
2024-08-19 12:15 UTC
Hello let’s start
2024-08-19 12:15 UTC
[PATCH] git gui: add directly calling merge tool from gitconfig
2024-08-19 11:29 UTC
Hello
2024-08-19 11:20 UTC
Regression bug with latest SAFE ownership patch
2024-08-18 17:30 UTC (3+ messages)
[RFC] Implement ref content consistency check
2024-08-18 15:02 UTC (10+ messages)
` [PATCH v1 0/4] add ref content check for files backend
` [PATCH v1 1/4] fsck: introduce "FSCK_REF_REPORT_DEFAULT" macro
` [PATCH v1 2/4] ref: add regular ref content check for files backend
` [PATCH v1 3/4] ref: add symbolic "
` [PATCH v1 4/4] ref: add symlink ref consistency "
[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
2024-08-18 1:37 UTC (15+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 4/5] config: add git_configset_alloc() and git_configset_clear_and_free()
Hi
2024-08-17 21:27 UTC
[PATCH 0/15] marking some more unused parameters
2024-08-17 17:18 UTC (18+ messages)
` [PATCH 01/15] imap-send: mark unused parameter in ssl_socket_connect() fallback
` [PATCH 02/15] update-ref: mark more unused parameters in parser callbacks
` [PATCH 03/15] refs: mark unused parameters in ref_store fsck callbacks
` [PATCH 04/15] refs: mark unused parameters in do_for_each_reflog_helper()
` [PATCH 05/15] oss-fuzz: mark unused argv/argc argument
` [PATCH 06/15] t/helper: mark more unused argv/argc arguments
` [PATCH 07/15] unit-tests: ignore unused argc/argv
` [PATCH 08/15] reftable: ignore unused argc/argv in test functions
` [PATCH 09/15] reftable: drop obsolete test function declarations
` [PATCH 10/15] reftable: mark unused parameters in virtual functions
` [PATCH 11/15] t-hashmap: mark unused parameters in callback function
` [PATCH 12/15] test-mergesort: mark unused parameters in trivial callback
` [PATCH 13/15] setup: mark unused parameter in config callback
` [PATCH 14/15] daemon: mark unused parameters in non-posix fallbacks
` [PATCH 15/15] scalar: mark unused parameters in dummy function
[PATCH 0/8] pseudo-merge: avoid empty and non-closed pseudo-merge commits
2024-08-17 16:42 UTC (11+ messages)
` [PATCH 1/8] pack-bitmap: initialize `bitmap_writer_init()` with packing_data
` [PATCH 5/8] pack-bitmap-write.c: select pseudo-merges even for small bitmaps
` [PATCH 7/8] pseudo-merge.c: do not generate empty pseudo-merge commits
` [PATCH 8/8] pseudo-merge.c: ensure pseudo-merge groups are closed
git push does not work over https WebDAV
2024-08-17 15:18 UTC (5+ messages)
[PATCH 0/5] dropping some more unused parameters
2024-08-17 7:33 UTC (7+ messages)
` [PATCH 1/5] refs: drop some unused parameters from create_symref_lock()
` [PATCH 2/5] pack-bitmap: load writer config from repository parameter
` [PATCH 3/5] pack-bitmap: drop unused parameters from select_pseudo_merges()
` [PATCH 4/5] ref-filter: drop unused parameters from email_atom_option_parser()
` [PATCH 5/5] diff-lib: drop unused index argument from get_stat_data()
[PATCH 0/2] send-email: add --mailmap support
2024-08-16 23:51 UTC (8+ messages)
` [PATCH 1/2] check-mailmap: add --no-brackets mode
` [PATCH 2/2] send-email: add support for --mailmap
[GSoC][PATCH 00/10] t: port reftable/block_test.c to the unit testing framework
2024-08-16 18:11 UTC (14+ messages)
` [GSoC][PATCH v2 00/11] "
` [PATCH v2 01/11] t: move "
` [PATCH v2 02/11] t: harmonize t-reftable-block.c with coding guidelines
` [PATCH v2 03/11] t-reftable-block: release used block reader
` [PATCH v2 04/11] t-reftable-block: use reftable_record_equal() instead of check_str()
` [PATCH v2 05/11] t-reftable-block: use reftable_record_key() instead of strbuf_addstr()
` [PATCH v2 06/11] t-reftable-block: use block_iter_reset() instead of block_iter_close()
` [PATCH v2 07/11] t-reftable-block: use xstrfmt() instead of xstrdup()
` [PATCH v2 08/11] t-reftable-block: remove unnecessary variable 'j'
` [PATCH v2 09/11] t-reftable-block: add tests for log blocks
` [PATCH v2 10/11] t-reftable-block: add tests for obj blocks
` [PATCH v2 11/11] t-reftable-block: add tests for index blocks
[PATCH 0/5] Introduce configs for default repo format
2024-08-16 17:13 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 4/5] setup: make object format configurable via config
"git-stash --keep-index" crashes when there are no tracked files
2024-08-16 10:42 UTC (3+ messages)
` [PATCH] builtin/stash: fix `--keep-index --include-untracked` with empty HEAD
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).