messages from 2023-05-08 21:40:49 to 2023-05-11 01:50:40 UTC [more...]
[PATCH] t4013: add expected failure for "log --patch --no-patch"
2023-05-11 1:50 UTC (28+ messages)
` Re* "
` [PATCH] diff: fix behaviour of the "-s" option
` [PATCH v2] diff: fix interaction between the "-s" option and other options
[PATCH 0/2] Fix two rebase bugs related to total_nr
2023-05-10 23:39 UTC (5+ messages)
` [PATCH 1/2] rebase --update-refs: fix loops
` [PATCH 2/2] rebase -r: fix the total number shown in the progress
[PATCH] setup: trace bare repository setups
2023-05-10 23:29 UTC (10+ messages)
` [PATCH v3] "
[PATCH] merge-tree: load default git config
2023-05-10 23:27 UTC (7+ messages)
[PATCH 0/3] pack-bitmap: boundary-based bitmap traversal
2023-05-10 23:10 UTC (7+ messages)
` [PATCH v3 "
` [PATCH v3 3/3] pack-bitmap.c: use commit boundary during "
[PATCH v2 0/7] strbuf cleanups
2023-05-10 22:51 UTC (9+ messages)
` [PATCH v4 "
` [PATCH v4 1/7] strbuf: clarify API boundary
` [PATCH v4 7/7] strbuf: remove global variable
[PATCH 2/2] cocci: codify authoring and reviewing practices
2023-05-10 22:45 UTC (6+ messages)
` [PATCH] cocci: remove 'unused.cocci'
[PATCH v3 0/4] Generic conflict style fixes
2023-05-10 21:37 UTC (5+ messages)
` [PATCH v3 1/4] test: add merge style config test
` [PATCH v3 2/4] merge-tree: fix merge.conflictstyle handling
` [PATCH v3 3/4] notes: "
` [PATCH v3 4/4] test: document broken merge.conflictStyle handling
git rebase --root bug
2023-05-10 20:35 UTC (2+ messages)
[PATCH v4 1/2] cat-file: extract printing batch error message into function
2023-05-10 20:13 UTC (4+ messages)
` [PATCH v5 0/1] cat-file: quote-format name in error when using -z
` [PATCH v5 1/1] "
[PATCH] pack-refs: teach --exclude option to exclude refs from being packed
2023-05-10 19:52 UTC (8+ messages)
` [PATCH v2 0/3] pack-refs: Teach "
` [PATCH v2 1/3] docs: clarify git-pack-refs --all will pack all refs
` [PATCH v2 2/3] pack-refs: teach --exclude option to exclude refs from being packed
` [PATCH v2 3/3] pack-refs: teach pack-refs --include option
[PATCH v9 0/6] notes.c: introduce "--separator" option
2023-05-10 19:19 UTC (3+ messages)
` [PATCH v9 4/6] notes.c: introduce '--separator=<paragraph-break>' option
[PATCH 0/8] fetch: introduce machine-parseable output
2023-05-10 18:05 UTC (45+ messages)
` [PATCH v3 "
` [PATCH v3 1/8] fetch: fix `--no-recurse-submodules` with multi-remote fetches
` [PATCH v3 8/8] fetch: introduce machine-parseable "porcelain" output format
` [PATCH v4 0/8] fetch: introduce machine-parseable output
` [PATCH v4 1/8] fetch: fix `--no-recurse-submodules` with multi-remote fetches
` [PATCH v4 2/8] fetch: split out tests for output format
` [PATCH v4 3/8] fetch: add a test to exercise invalid output formats
` [PATCH v4 4/8] fetch: fix missing from-reference when fetching HEAD:foo
` [PATCH v4 5/8] fetch: introduce `display_format` enum
` [PATCH v4 6/8] fetch: move display format parsing into main function
` [PATCH v4 7/8] fetch: move option related variables "
` [PATCH v4 8/8] fetch: introduce machine-parseable "porcelain" output format
` [PATCH v5 0/9] fetch: introduce machine-parseable output
` [PATCH v5 1/9] fetch: fix `--no-recurse-submodules` with multi-remote fetches
` [PATCH v5 2/9] fetch: split out tests for output format
` [PATCH v5 3/9] fetch: add a test to exercise invalid output formats
` [PATCH v5 4/9] fetch: print left-hand side when fetching HEAD:foo
` [PATCH v5 5/9] fetch: refactor calculation of the display table width
` [PATCH v5 6/9] fetch: introduce `display_format` enum
` [PATCH v5 7/9] fetch: lift up parsing of "fetch.output" config variable
` [PATCH v5 8/9] fetch: move option related variables into main function
` [PATCH v5 9/9] fetch: introduce machine-parseable "porcelain" output format
[PATCH 00/11] docs: interpret-trailers: reword and add examples
2023-05-10 16:42 UTC (15+ messages)
` [PATCH 04/11] doc: trailer: explain "commit mesage part" on first usage
` [PATCH 06/11] doc: trailer: trailer.<token>.cmd: add missing verb phrase
` [PATCH 08/11] doc: trailer.<token>.command: refer to existing example
` [PATCH 09/11] doc: trailer.<token>.command: emphasize deprecation
What's cooking in git.git (May 2023, #03; Tue, 9)
2023-05-10 16:32 UTC (5+ messages)
` tb/pack-bitmap-index-seek
Join us for Review Club
2023-05-10 16:28 UTC (3+ messages)
[RFC PATCH 0/2] add an external testing library for unit tests
2023-05-10 15:46 UTC (7+ messages)
` [RFC PATCH 1/2] Add C TAP harness
Buyer Inquiry 2023/8994
2023-05-10 10:06 UTC
[PATCH] [RFC] transport: add --show-service option
2023-05-10 8:15 UTC (3+ messages)
` [PATCH v2] "
[PATCH 00/14] Introduce new `git replay` command
2023-05-10 7:33 UTC (19+ messages)
` [PATCH v2 00/15] "
` [PATCH v2 01/15] t6429: remove switching aspects of fast-rebase
` [PATCH v2 02/15] replay: introduce new builtin
` [PATCH v2 03/15] replay: start using parse_options API
` [PATCH v2 04/15] replay: die() instead of failing assert()
` [PATCH v2 05/15] replay: introduce pick_regular_commit()
` [PATCH v2 06/15] replay: don't simplify history
` [PATCH v2 07/15] replay: add an important FIXME comment about gpg signing
` [PATCH v2 08/15] replay: remove progress and info output
` [PATCH v2 09/15] replay: remove HEAD related sanity check
` [PATCH v2 10/15] replay: make it a minimal server side command
` [PATCH v2 11/15] replay: use standard revision ranges
` [PATCH v2 12/15] replay: disallow revision specific options and pathspecs
` [PATCH v2 13/15] replay: add --advance or 'cherry-pick' mode
` [PATCH v2 14/15] replay: add --contained to rebase contained branches
` [PATCH v2 15/15] replay: stop assuming replayed branches do not diverge
[PATCH 00/15] refs: implement skip lists for packed backend
2023-05-10 7:25 UTC (38+ messages)
` [PATCH 01/15] refs.c: rename `ref_filter`
` [PATCH 02/15] ref-filter.h: provide `REF_FILTER_INIT`
` [PATCH 03/15] ref-filter: clear reachable list pointers after freeing
` [PATCH 04/15] ref-filter: add ref_filter_clear()
` [PATCH 05/15] ref-filter.c: parameterize match functions over patterns
` [PATCH 06/15] builtin/for-each-ref.c: add `--exclude` option
` [PATCH 07/15] refs: plumb `exclude_patterns` argument throughout
` [PATCH 08/15] refs/packed-backend.c: refactor `find_reference_location()`
` [PATCH 09/15] refs/packed-backend.c: implement skip lists to avoid excluded pattern(s)
` [PATCH 10/15] refs/packed-backend.c: add trace2 counters for skip list
` [PATCH 11/15] revision.h: store hidden refs in a `strvec`
` [PATCH 12/15] refs/packed-backend.c: ignore complicated hidden refs rules
` [PATCH 13/15] refs.h: let `for_each_namespaced_ref()` take excluded patterns
` [PATCH 14/15] upload-pack.c: avoid enumerating hidden refs where possible
` [PATCH 15/15] builtin/receive-pack.c: avoid enumerating hidden references
git has no Authorization in the http header
2023-05-10 6:31 UTC
[PATCH] test: rev-parse-upstream: add missing cmp
2023-05-10 3:56 UTC (2+ messages)
Feature Request - Better i18n support
2023-05-10 2:50 UTC (5+ messages)
[PATCH 10/14] (RFC-only) config: finish config_fn_t refactor
2023-05-09 22:46 UTC (2+ messages)
Video conference libification eng discussion, this Thursday 16:30 UTC
2023-05-09 21:08 UTC
[PATCH v10 0/2] diff-files: integrate with sparse index
2023-05-09 19:42 UTC (7+ messages)
` [PATCH v11 "
` [PATCH v11 1/2] t1092: add tests for `git diff-files`
` [PATCH v12 0/2] diff-files: integrate with sparse index
` [PATCH v12 1/2] t1092: add tests for `git diff-files`
` [PATCH v12 2/2] diff-files: integrate with sparse index
[PATCH 0/2] cocci: codify authoring and reviewing practices
2023-05-09 17:54 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] cocci: add headings to and reword README
git clone of empty repositories doesn't preserve hash
2023-05-09 16:47 UTC (11+ messages)
` [PATCH 0/2] Fix empty SHA-256 clones with v0 and v1
` [PATCH 2/2] Honor GIT_DEFAULT_HASH for empty clones without remote algo
` Is GIT_DEFAULT_HASH flawed?
Instead of "Revert "Revert "original"", give "Replay "original""
2023-05-09 16:36 UTC (2+ messages)
[PATCH 00/24] Header cleanups (final splitting of cache.h, and some splitting of other headers)
2023-05-09 16:03 UTC (4+ messages)
[PATCH] RFC: switch: allow same-commit switch during merge if conflicts resolved
2023-05-09 1:55 UTC (9+ messages)
BONUS FOR YOU
2023-05-09 1:37 UTC
[PATCH 0/2] gitk: handle long command-lines
2023-05-09 1:38 UTC (5+ messages)
[RFC PATCH 0/4] diff: fix default/no-output
2023-05-09 0:44 UTC (5+ messages)
` [RFC PATCH 1/4] t4013: add expected failure for "log --patch --no-patch"
` [RFC PATCH 2/4] line-log: set patch format explicitly by default
` [RFC PATCH 3/4] diff: introduce DIFF_FORMAT_DEFAULT
` [RFC PATCH 4/4] diff: remove DIFF_FORMAT_NO_OUTPUT
[PATCH 0/3] dropping "verbose" test helper function
2023-05-08 22:26 UTC (4+ messages)
` [PATCH 3/3] t: drop "verbose" "
What's cooking in git.git (May 2023, #02; Fri, 5)
2023-05-08 21:40 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 read-only IMAP folder(s) and NNTP newsgroup(s).