messages from 2023-09-18 19:49:01 to 2023-09-22 19:50:52 UTC [more...]
[PATCH 0/5] Trailer readability cleanups
2023-09-22 19:50 UTC (10+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 5/6] trailer: rename *_DEFAULT enums to *_UNSPECIFIED
` [PATCH v3 0/9] Trailer readability cleanups
` [PATCH v3 1/9] trailer: separate public from internal portion of trailer_iterator
[PATCH] completion: improve doc for complex aliases
2023-09-22 19:49 UTC (6+ messages)
` [PATCH v2] "
` [PATCH] completion: loosen and document the requirement around completing alias
[BUG] `git describe` doesn't traverse the graph in topological order
2023-09-22 19:27 UTC (16+ messages)
[PATCH v3 13/13] trailer doc: <token> is a <key> or <keyAlias>, not both
2023-09-22 18:26 UTC (5+ messages)
[PATCH] diff --stat: set the width defaults in a helper function
2023-09-22 17:52 UTC (3+ messages)
[PATCH] git-gui - simplify _open_stdout_stderr
2023-09-22 16:44 UTC
[PATCH] subtree: fix split processing with multiple subtrees present
2023-09-22 16:25 UTC (6+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] "
` [PATCH v2 2/2] subtree: changing location of commit ignore processing
[PATCH 0/4] CMake(Visual C) support for js/doc-unit-tests
2023-09-22 14:39 UTC (18+ messages)
` [PATCH 1/4] cmake: also build unit tests
` [PATCH 3/4] unit-tests: do show relative file paths
` [PATCH v2 0/7] CMake(Visual C) support for js/doc-unit-tests
` [PATCH v2 1/7] cmake: also build unit tests
` [PATCH v2 2/7] unit-tests: do not mistake `.pdb` files for being executable
` [PATCH v2 3/7] unit-tests: do show relative file paths
` [PATCH v2 4/7] artifacts-tar: when including `.dll` files, don't forget the unit-tests
` [PATCH v2 5/7] cmake: fix typo in variable name
` [PATCH v2 6/7] cmake: use test names instead of full paths
` [PATCH v2 7/7] cmake: handle also unit tests
[PATCH] Documentation/git-status: add missing line breaks
2023-09-22 14:14 UTC
[PATCH 0/4] Switch links to https
2023-09-22 14:13 UTC (5+ messages)
` [PATCH 1/4] doc: switch "
` [PATCH 2/4] doc: update links to current pages
` [PATCH 3/4] doc: update links for andre-simon.de
` [PATCH 4/4] doc: refer to internet archive
[PATCH] pretty-formats.txt: fix whitespace
2023-09-22 14:10 UTC
[PATCH] .github/workflows: add coverity action
2023-09-22 11:09 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/6] Add a GitHub workflow to submit builds to Coverity Scan
2023-09-22 10:42 UTC (7+ messages)
` [PATCH 1/6] ci: add a GitHub workflow to submit Coverity scans
` [PATCH 2/6] coverity: cache the Coverity Build Tool
` [PATCH 3/6] coverity: allow overriding the Coverity project
` [PATCH 4/6] coverity: support building on Windows
` [PATCH 5/6] coverity: allow running on macOS
` [PATCH 6/6] coverity: detect and report when the token or project is incorrect
[REGRESSION] uninitialized value $address in git send-email when given multiple recipients separated by commas
2023-09-22 9:27 UTC
[REGRESSION] uninitialized value $address in git send-email
2023-09-22 7:39 UTC (14+ messages)
` [PATCH] git-send-email.perl: avoid printing undef when validating addresses
Git in Outreachy? (December, 2023)
2023-09-22 6:19 UTC (9+ messages)
[PATCH 0/2] config-parse: create config parsing library
2023-09-21 23:36 UTC (15+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 1/4] config: split out config_parse_options
` [PATCH v2 2/4] config: report config parse errors using cb
` [PATCH v3 0/5] config-parse: create config parsing library
` [PATCH v3 1/5] config: split out config_parse_options
` [PATCH v3 2/5] config: split do_event() into start and flush operations
` [PATCH v3 3/5] config: report config parse errors using cb
` [PATCH v3 4/5] config.c: accept config_parse_options in git_config_from_stdin
` [PATCH v3 5/5] config-parse: split library out of config.[c|h]
[PATCH] attr: attr.allowInvalidSource config to allow invalid revision
2023-09-21 21:40 UTC (5+ messages)
[PATCH] test-lib: set UBSAN_OPTIONS to match ASan
2023-09-21 21:18 UTC (2+ messages)
[PATCH v2] revision: add `--ignore-missing-links` user option
2023-09-21 19:16 UTC (11+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH 0/2] Add mailmap support to ref-filter
2023-09-21 18:57 UTC (7+ messages)
` [PATCH 1/2] t/t6300: introduce test_bad_atom()
` [PATCH 2/2] ref-filter: add mailmap support
[PATCH] revision: make pseudo-opt flags read via stdin behave consistently
2023-09-21 19:04 UTC (3+ messages)
[PATCH 1/2] parse-options: add int value pointer to struct option
2023-09-21 19:28 UTC (24+ messages)
` [PATCH 2/2] parse-options: use and require int pointer for OPT_CMDMODE
` [PATCH] am: fix error message in parse_opt_show_current_patch()
[PATCH v2 0/3] range-diff: treat notes like `log`
2023-09-21 12:30 UTC (18+ messages)
` [PATCH v3 0/1] "
` [PATCH v3 1/1] "
` [PATCH v4 0/1] "
` [PATCH v4 1/1] "
` [PATCH v5 0/1] "
` [PATCH v5 1/1] "
[PATCH 0/3] Simple reftable backend
2023-09-21 10:01 UTC (13+ messages)
` [PATCH 1/3] refs: push lock management into packed backend
` [PATCH v2 0/6] RFC: simple reftable backend
` [PATCH v2 1/6] refs: construct transaction using a _begin callback
` [PATCH v2 2/6] refs: wrap transaction in a debug-specific transaction
` [PATCH v2 3/6] refs: push lock management into packed backend
` [PATCH v2 4/6] refs: move is_packed_transaction_needed out of packed-backend.c
` [PATCH v2 5/6] refs: alternate reftable ref backend implementation
` [PATCH v2 6/6] refs: always try to do packed transactions for reftable
[PATCH] pkt-line: do not chomp EOL for sideband progress info
2023-09-20 21:08 UTC (3+ messages)
[PATCH] fix: check parameters in json-write.c
2023-09-20 20:10 UTC (4+ messages)
What's cooking in git.git (Sep 2023, #05; Fri, 15)
2023-09-20 19:20 UTC (8+ messages)
[PATCH v2] git-gui - re-enable use of hook scripts
2023-09-20 16:58 UTC (6+ messages)
` [PATCH] git-gui - use git-hook, honor core.hooksPath
[PATCH] show doc: redirect user to git log manual instead of git diff-tree
2023-09-20 15:52 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/2] diff-merges: introduce '-d' option
2023-09-20 15:02 UTC (11+ messages)
` [PATCH 1/2] diff-merges: improve --diff-merges documentation
` [PATCH v2 0/2] diff-merges: introduce '-d' option
` [PATCH v2 1/2] diff-merges: improve --diff-merges documentation
` [PATCH v2 2/2] diff-merges: introduce '-d' option
[PATCH] git-gui - re-enable use of hook scripts
2023-09-20 13:27 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2] bulk-checkin: only support blobs in index_bulk_checkin
2023-09-20 12:24 UTC (3+ messages)
What's cooking in git.git (Sep 2023, #06; Tue, 19)
2023-09-20 0:49 UTC
[PATCH] bulk-checkin: Only accept blobs
2023-09-20 0:28 UTC
[PATCH 1/2] transport-helper: no connection restriction in connect_helper
2023-09-20 0:20 UTC (4+ messages)
` [PATCH 2/2] archive: support remote archive from stateless transport
[PATCH v3 07/13] trailer --parse help: expose aliased options
2023-09-19 22:16 UTC (2+ messages)
[PATCH] bulk-checkin: Only accept blobs
2023-09-19 22:15 UTC
[PATCH v3 05/13] trailer: trailer location is a place, not an action
2023-09-19 22:13 UTC (2+ messages)
[RFC PATCH] Not computing changed path filter for root commits
2023-09-19 18:21 UTC (4+ messages)
[PATCH 0/8] fsmonitor unused parameter cleanups
2023-09-19 18:09 UTC (11+ messages)
` [PATCH 1/8] fsmonitor: prefer repo_git_path() to git_pathdup()
` [PATCH 2/8] fsmonitor/win32: drop unused parameters
` [PATCH 3/8] fsmonitor: mark some maybe-unused parameters
` [PATCH 4/8] fsmonitor/win32: mark unused parameter in fsm_os__incompatible()
` [PATCH 5/8] fsmonitor: mark unused parameters in stub functions
` [PATCH 6/8] fsmonitor/darwin: mark unused parameters in system callback
` [PATCH 7/8] fsmonitor: mark unused hashmap callback parameters
` [PATCH 8/8] run-command: mark unused parameters in start_bg_wait callbacks
[PATCH 0/2] updating curl http/2 header matching (again)
2023-09-19 17:56 UTC (5+ messages)
` [PATCH 2/2] http: update curl http/2 info matching for curl 8.3.0
[PATCH v2 0/10] more unused parameters in parseopt callbacks
2023-09-19 7:42 UTC (5+ messages)
` [PATCH v2 06/10] parse-options: mark unused "opt" parameter in callbacks
[PATCH] diff --stat: add config option to limit filename width
2023-09-19 1:27 UTC (6+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).