messages from 2023-05-07 03:46:55 to 2023-05-09 17:55:00 UTC [more...]
[PATCH 00/14] Introduce new `git replay` command
2023-05-09 17:53 UTC (13+ 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 0/8] fetch: introduce machine-parseable output
2023-05-09 17:49 UTC (21+ 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
git clone of empty repositories doesn't preserve hash
2023-05-09 16:47 UTC (15+ 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 (18+ messages)
` [PATCH 12/24] diff.h: move declaration for global in diff.c from cache.h
` [PATCH 13/24] merge.h: move declarations for merge.c "
` [PATCH 14/24] repository.h: move declaration of the_index "
` [PATCH 15/24] read-cache*.h: move declarations for read-cache.c functions "
` [PATCH 16/24] cache.h: remove this no-longer-used header
` [PATCH 17/24] log-tree: replace include of revision.h with simple forward declaration
` [PATCH 18/24] repository: remove unnecessary include of path.h
` [PATCH 19/24] diff.h: remove unnecessary include of oidset.h
` [PATCH 20/24] list-objects-filter-options.h: remove unneccessary include
` [PATCH 21/24] builtin.h: remove unneccessary includes
` [PATCH 22/24] git-compat-util.h: remove unneccessary include of wildmatch.h
` [PATCH 23/24] hash-ll, hashmap: move oidhash() to hash-ll
` [PATCH 24/24] fsmonitor-ll.h: split this header out of fsmonitor.h
[PATCH 00/15] refs: implement skip lists for packed backend
2023-05-09 15:15 UTC (26+ 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
[PATCH] t4013: add expected failure for "log --patch --no-patch"
2023-05-09 3:50 UTC (19+ messages)
` Re* "
` [PATCH] diff: fix behaviour of the "-s" option
` [PATCH v2] diff: fix interaction between the "-s" option and other options
[PATCH 0/6] strbuf cleanups
2023-05-09 2:13 UTC (21+ messages)
` [PATCH v2 0/7] "
` [PATCH v4 "
` [PATCH v4 1/7] strbuf: clarify API boundary
` [PATCH v4 2/7] abspath: move related functions to abspath
` [PATCH v4 3/7] credential-store: move related functions to credential-store file
` [PATCH v4 4/7] object-name: move related functions to object-name
` [PATCH v4 5/7] path: move related function to path
` [PATCH v4 6/7] strbuf: clarify dependency
` [PATCH v4 7/7] strbuf: remove global variable
[PATCH] RFC: switch: allow same-commit switch during merge if conflicts resolved
2023-05-09 1:55 UTC (11+ messages)
BONUS FOR YOU
2023-05-09 1:37 UTC
[PATCH 0/2] gitk: handle long command-lines
2023-05-09 1:38 UTC (6+ messages)
` New canonical gitk url
[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] test: rev-parse-upstream: add missing cmp
2023-05-09 0:02 UTC
[PATCH] setup: trace bare repository setups
2023-05-08 22:31 UTC (9+ messages)
` [PATCH v3] "
[PATCH 0/3] dropping "verbose" test helper function
2023-05-08 22:26 UTC (6+ messages)
` [PATCH 1/3] t7001: avoid git on upstream of pipe
` [PATCH 2/3] t7001: use "ls-files --format" instead of "cut"
` [PATCH 3/3] t: drop "verbose" helper function
[PATCH v10 0/2] diff-files: integrate with sparse index
2023-05-08 22:25 UTC (5+ messages)
` [PATCH v11 "
` [PATCH v11 1/2] t1092: add tests for `git diff-files`
` [PATCH v11 2/2] diff-files: integrate with sparse index
[PATCH 0/3] pack-bitmap: boundary-based bitmap traversal
2023-05-08 22:12 UTC (7+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] object: add object_array initializer helper function
` [PATCH v3 2/3] pack-bitmap.c: extract `fill_in_bitmap()`
` [PATCH v3 3/3] pack-bitmap.c: use commit boundary during bitmap traversal
What's cooking in git.git (May 2023, #02; Fri, 5)
2023-05-08 21:40 UTC (5+ messages)
` ps/fetch-output-format (was: What's cooking in git.git (May 2023, #02; Fri, 5))
[PATCH 00/11] docs: interpret-trailers: reword and add examples
2023-05-08 21:35 UTC (25+ messages)
` [PATCH 01/11] doc: trailer: fix grammar
` [PATCH 02/11] doc: trailer: swap verb order
` [PATCH 03/11] doc: trailer: --no-divider: more precise language
` [PATCH 04/11] doc: trailer: explain "commit mesage part" on first usage
` [PATCH 05/11] doc: trailer: remove redundant phrasing
` [PATCH 06/11] doc: trailer: trailer.<token>.cmd: add missing verb phrase
` [PATCH 07/11] doc: trailer: use angle brackets for <token> and <value>
` [PATCH 08/11] doc: trailer.<token>.command: refer to existing example
` [PATCH 09/11] doc: trailer.<token>.command: emphasize deprecation
` [PATCH 10/11] doc: trailer: mention 'key' in DESCRIPTION
` [PATCH 11/11] doc: trailer: add more examples "
[PATCH v5] write-tree: optimize sparse integration
2023-05-08 21:27 UTC (5+ messages)
` [PATCH v6] "
[PATCH 00/14] [RFC] config: remove global state from config iteration
2023-05-08 21:00 UTC (4+ messages)
` [PATCH 10/14] (RFC-only) config: finish config_fn_t refactor
[PATCH] t9800: correct misuse of 'show -s --raw' in a test
2023-05-08 20:53 UTC (3+ messages)
[PATCH] fsmonitor: handle differences between Windows named pipe functions
2023-05-08 20:30 UTC (5+ messages)
` [PATCH v2] "
[PATCH 2/2] send-email: add --header-cmd option
2023-05-08 19:18 UTC (5+ messages)
` [PATCH v4 0/3] "
Nominate a Series for Review Club!
2023-05-08 18:53 UTC
Weird merge records
2023-05-08 17:17 UTC (8+ messages)
[PATCH] doc: merge: improve conflict presentation docs
2023-05-08 15:25 UTC (6+ messages)
[PATCH] subtree: support long global flags
2023-05-08 14:58 UTC (2+ messages)
Suggestion to provide a way for screenshots to be added to commit messages
2023-05-08 14:19 UTC (3+ messages)
[PATCH] doc: doc-diff: specify date
2023-05-08 2:08 UTC (3+ messages)
[PATCH] doc: manpage: remove maximum title length
2023-05-08 0:19 UTC (3+ messages)
[PATCH v10 0/8] worktree: Support `--orphan` when creating new worktrees
2023-05-07 12:14 UTC (4+ messages)
` [PATCH v10 1/8] worktree add: include -B in usage docs
` [PATCH v10 2/8] t2400: cleanup created worktree in test
[PATCH v10 8/8] worktree add: emit warn when there is a bad HEAD
2023-05-07 12:07 UTC
[PATCH v10 7/8] worktree add: extend DWIM to infer --orphan
2023-05-07 12:07 UTC
[PATCH v10 6/8] worktree add: introduce "try --orphan" hint
2023-05-07 12:06 UTC
[PATCH v10 5/8] worktree add: add --orphan flag
2023-05-07 12:06 UTC
[PATCH v10 4/8] t2400: add tests to verify --quiet
2023-05-07 12:06 UTC
[PATCH v10 3/8] t2400: refactor "worktree add" opt exclusion tests
2023-05-07 12:06 UTC
[PATCH 1/1] push: introduce '--branches' option
2023-05-07 6:43 UTC (2+ 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).