Show patches with: none      |   43536 patches
« 1 2 ... 53 54 55435 436 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v5,8/9] fetch: move option related variables into main function fetch: introduce machine-parseable output - - - --- 2023-05-10 Patrick Steinhardt Accepted
[v5,7/9] fetch: lift up parsing of "fetch.output" config variable fetch: introduce machine-parseable output - - - --- 2023-05-10 Patrick Steinhardt New
[v5,6/9] fetch: introduce `display_format` enum fetch: introduce machine-parseable output - - - --- 2023-05-10 Patrick Steinhardt New
[v5,5/9] fetch: refactor calculation of the display table width fetch: introduce machine-parseable output - - - --- 2023-05-10 Patrick Steinhardt New
[v5,4/9] fetch: print left-hand side when fetching HEAD:foo fetch: introduce machine-parseable output - - - --- 2023-05-10 Patrick Steinhardt Accepted
[v5,3/9] fetch: add a test to exercise invalid output formats fetch: introduce machine-parseable output - - - --- 2023-05-10 Patrick Steinhardt Accepted
[v5,2/9] fetch: split out tests for output format fetch: introduce machine-parseable output - - - --- 2023-05-10 Patrick Steinhardt Accepted
[v5,1/9] fetch: fix `--no-recurse-submodules` with multi-remote fetches fetch: introduce machine-parseable output - - - --- 2023-05-10 Patrick Steinhardt Accepted
[v12,2/2] diff-files: integrate with sparse index diff-files: integrate with sparse index - - - --- 2023-05-09 Shuqi Liang Accepted
[v12,1/2] t1092: add tests for `git diff-files` diff-files: integrate with sparse index - - - --- 2023-05-09 Shuqi Liang Accepted
[v2,3/3] pack-refs: teach pack-refs --include option pack-refs: Teach --exclude option to exclude refs from being packed - - - --- 2023-05-09 John Cai New
[v2,2/3] pack-refs: teach --exclude option to exclude refs from being packed pack-refs: Teach --exclude option to exclude refs from being packed - - - --- 2023-05-09 John Cai New
[v2,1/3] docs: clarify git-pack-refs --all will pack all refs pack-refs: Teach --exclude option to exclude refs from being packed - - - --- 2023-05-09 John Cai New
[v2,15/15] replay: stop assuming replayed branches do not diverge Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v2,14/15] replay: add --contained to rebase contained branches Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v2,13/15] replay: add --advance or 'cherry-pick' mode Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v2,12/15] replay: disallow revision specific options and pathspecs Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v2,11/15] replay: use standard revision ranges Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v2,10/15] replay: make it a minimal server side command Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v2,09/15] replay: remove HEAD related sanity check Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v2,08/15] replay: remove progress and info output Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v2,07/15] replay: add an important FIXME comment about gpg signing Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v2,06/15] replay: don't simplify history Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v2,05/15] replay: introduce pick_regular_commit() Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v2,04/15] replay: die() instead of failing assert() Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v2,03/15] replay: start using parse_options API Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v2,02/15] replay: introduce new builtin Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v2,01/15] t6429: remove switching aspects of fast-rebase Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v4,8/8] fetch: introduce machine-parseable "porcelain" output format fetch: introduce machine-parseable output - - - --- 2023-05-09 Patrick Steinhardt Superseded
[v4,7/8] fetch: move option related variables into main function fetch: introduce machine-parseable output - - - --- 2023-05-09 Patrick Steinhardt Superseded
[v4,6/8] fetch: move display format parsing into main function fetch: introduce machine-parseable output - - - --- 2023-05-09 Patrick Steinhardt Superseded
[v4,5/8] fetch: introduce `display_format` enum fetch: introduce machine-parseable output - - - --- 2023-05-09 Patrick Steinhardt Superseded
[v4,4/8] fetch: fix missing from-reference when fetching HEAD:foo fetch: introduce machine-parseable output - - - --- 2023-05-09 Patrick Steinhardt Superseded
[v4,3/8] fetch: add a test to exercise invalid output formats fetch: introduce machine-parseable output - - - --- 2023-05-09 Patrick Steinhardt Superseded
[v4,2/8] fetch: split out tests for output format fetch: introduce machine-parseable output - - - --- 2023-05-09 Patrick Steinhardt Superseded
[v4,1/8] fetch: fix `--no-recurse-submodules` with multi-remote fetches fetch: introduce machine-parseable output - - - --- 2023-05-09 Patrick Steinhardt Superseded
[RFC,4/4] diff: remove DIFF_FORMAT_NO_OUTPUT diff: fix default/no-output - - - --- 2023-05-09 Felipe Contreras New
[RFC,3/4] diff: introduce DIFF_FORMAT_DEFAULT diff: fix default/no-output - - - --- 2023-05-09 Felipe Contreras New
[RFC,2/4] line-log: set patch format explicitly by default diff: fix default/no-output - - - --- 2023-05-09 Felipe Contreras New
[RFC,1/4] t4013: add expected failure for "log --patch --no-patch" diff: fix default/no-output - - - --- 2023-05-09 Felipe Contreras New
test: rev-parse-upstream: add missing cmp test: rev-parse-upstream: add missing cmp - - - --- 2023-05-09 Felipe Contreras Accepted
[15/15] builtin/receive-pack.c: avoid enumerating hidden references refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[14/15] upload-pack.c: avoid enumerating hidden refs where possible refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[13/15] refs.h: let `for_each_namespaced_ref()` take excluded patterns refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[12/15] refs/packed-backend.c: ignore complicated hidden refs rules refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[11/15] revision.h: store hidden refs in a `strvec` refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[10/15] refs/packed-backend.c: add trace2 counters for skip list refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[09/15] refs/packed-backend.c: implement skip lists to avoid excluded pattern(s) refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[08/15] refs/packed-backend.c: refactor `find_reference_location()` refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[07/15] refs: plumb `exclude_patterns` argument throughout refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[06/15] builtin/for-each-ref.c: add `--exclude` option refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[05/15] ref-filter.c: parameterize match functions over patterns refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[04/15] ref-filter: add ref_filter_clear() refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[03/15] ref-filter: clear reachable list pointers after freeing refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau Accepted
[02/15] ref-filter.h: provide `REF_FILTER_INIT` refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau Accepted
[01/15] refs.c: rename `ref_filter` refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau Accepted
[v6] write-tree: optimize sparse integration [v6] write-tree: optimize sparse integration - - - --- 2023-05-08 Shuqi Liang Accepted
[v6] write-tree: optimize sparse integration [v6] write-tree: optimize sparse integration - - - --- 2023-05-08 Shuqi Liang Superseded
[3/3] t: drop "verbose" helper function dropping "verbose" test helper function - - - --- 2023-05-08 Jeff King New
[2/3] t7001: use "ls-files --format" instead of "cut" dropping "verbose" test helper function - - - --- 2023-05-08 Jeff King Accepted
[1/3] t7001: avoid git on upstream of pipe dropping "verbose" test helper function - - - --- 2023-05-08 Jeff King Accepted
[v11,2/2] diff-files: integrate with sparse index diff-files: integrate with sparse index - - - --- 2023-05-08 Shuqi Liang Superseded
[v11,1/2] t1092: add tests for `git diff-files` diff-files: integrate with sparse index - - - --- 2023-05-08 Shuqi Liang Superseded
[v3,3/3] pack-bitmap.c: use commit boundary during bitmap traversal pack-bitmap: boundary-based bitmap traversal - - - --- 2023-05-08 Taylor Blau Accepted
[v3,2/3] pack-bitmap.c: extract `fill_in_bitmap()` pack-bitmap: boundary-based bitmap traversal - - - --- 2023-05-08 Taylor Blau Accepted
[v3,1/3] object: add object_array initializer helper function pack-bitmap: boundary-based bitmap traversal - - - --- 2023-05-08 Taylor Blau Accepted
[11/11] doc: trailer: add more examples in DESCRIPTION docs: interpret-trailers: reword and add examples - - - --- 2023-05-08 Linus Arver New
[10/11] doc: trailer: mention 'key' in DESCRIPTION docs: interpret-trailers: reword and add examples - - - --- 2023-05-08 Linus Arver Accepted
[09/11] doc: trailer.<token>.command: emphasize deprecation docs: interpret-trailers: reword and add examples - - - --- 2023-05-08 Linus Arver New
[08/11] doc: trailer.<token>.command: refer to existing example docs: interpret-trailers: reword and add examples - - - --- 2023-05-08 Linus Arver New
[07/11] doc: trailer: use angle brackets for <token> and <value> docs: interpret-trailers: reword and add examples - - - --- 2023-05-08 Linus Arver New
[06/11] doc: trailer: trailer.<token>.cmd: add missing verb phrase docs: interpret-trailers: reword and add examples - - - --- 2023-05-08 Linus Arver New
[05/11] doc: trailer: remove redundant phrasing docs: interpret-trailers: reword and add examples - - - --- 2023-05-08 Linus Arver Accepted
[04/11] doc: trailer: explain "commit mesage part" on first usage docs: interpret-trailers: reword and add examples - - - --- 2023-05-08 Linus Arver New
[03/11] doc: trailer: --no-divider: more precise language docs: interpret-trailers: reword and add examples - - - --- 2023-05-08 Linus Arver New
[02/11] doc: trailer: swap verb order docs: interpret-trailers: reword and add examples - - - --- 2023-05-08 Linus Arver New
[01/11] doc: trailer: fix grammar docs: interpret-trailers: reword and add examples - - - --- 2023-05-08 Linus Arver New
[v4,7/7] strbuf: remove global variable strbuf cleanups - - - --- 2023-05-08 Calvin Wan Superseded
[v4,6/7] strbuf: clarify dependency strbuf cleanups - - - --- 2023-05-08 Calvin Wan Superseded
[v4,5/7] path: move related function to path strbuf cleanups - - - --- 2023-05-08 Calvin Wan Superseded
[v4,4/7] object-name: move related functions to object-name strbuf cleanups - - - --- 2023-05-08 Calvin Wan Superseded
[v4,3/7] credential-store: move related functions to credential-store file strbuf cleanups - - - --- 2023-05-08 Calvin Wan Superseded
[v4,2/7] abspath: move related functions to abspath strbuf cleanups - - - --- 2023-05-08 Calvin Wan Superseded
[v4,1/7] strbuf: clarify API boundary strbuf cleanups - - - --- 2023-05-08 Calvin Wan Superseded
[v10,8/8] worktree add: emit warn when there is a bad HEAD worktree: Support `--orphan` when creating new worktrees - - - --- 2023-05-07 Jacob Abel Superseded
[v10,7/8] worktree add: extend DWIM to infer --orphan worktree: Support `--orphan` when creating new worktrees - - - --- 2023-05-07 Jacob Abel Superseded
[v10,6/8] worktree add: introduce "try --orphan" hint worktree: Support `--orphan` when creating new worktrees - - - --- 2023-05-07 Jacob Abel Superseded
[v10,5/8] worktree add: add --orphan flag worktree: Support `--orphan` when creating new worktrees - - - --- 2023-05-07 Jacob Abel Superseded
[v10,4/8] t2400: add tests to verify --quiet worktree: Support `--orphan` when creating new worktrees - - - --- 2023-05-07 Jacob Abel Superseded
[v10,3/8] t2400: refactor "worktree add" opt exclusion tests worktree: Support `--orphan` when creating new worktrees - - - --- 2023-05-07 Jacob Abel Superseded
[v10,2/8] t2400: cleanup created worktree in test worktree: Support `--orphan` when creating new worktrees - - - --- 2023-05-07 Jacob Abel Superseded
[v10,1/8] worktree add: include -B in usage docs worktree: Support `--orphan` when creating new worktrees - - - --- 2023-05-07 Jacob Abel Superseded
[24/24] fsmonitor-ll.h: split this header out of fsmonitor.h Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-07 Elijah Newren Superseded
[23/24] hash-ll, hashmap: move oidhash() to hash-ll Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-07 John Passaro via GitGitGadget Superseded
[22/24] git-compat-util.h: remove unneccessary include of wildmatch.h Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-07 Elijah Newren Superseded
[21/24] builtin.h: remove unneccessary includes Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-07 Elijah Newren Superseded
[20/24] list-objects-filter-options.h: remove unneccessary include Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-07 Elijah Newren Superseded
[19/24] diff.h: remove unnecessary include of oidset.h Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-07 Elijah Newren Superseded
[18/24] repository: remove unnecessary include of path.h Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-07 Elijah Newren Superseded
[17/24] log-tree: replace include of revision.h with simple forward declaration Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-07 Elijah Newren Superseded
« 1 2 ... 53 54 55435 436 »