Show patches with: Submitter = Christian Couder       |    Archived = No       |   177 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/2] fetch-pack: rename helper to create_promisor_file() [1/2] fetch-pack: rename helper to create_promisor_file() - - - --- 2021-01-12 Christian Couder Accepted
[1/3] pack-objects: allow --filter without --stdout Implement filtering repacks - - - --- 2022-10-12 Christian Couder Superseded
[1/3] revision: clarify a 'return NULL' in get_reference() rev-list: allow missing tips with --missing - - - --- 2024-02-01 Christian Couder Superseded
[1/4] rev-list: refactor --missing=<missing-action> upload-pack: support a missing-action - - - --- 2024-04-18 Christian Couder Superseded
[1/9] pack-objects: allow `--filter` without `--stdout` Repack objects into separate packfiles based on a filter - - - --- 2023-06-14 Christian Couder Superseded
[2/2] fetch-pack: refactor writing promisor file [1/2] fetch-pack: rename helper to create_promisor_file() - - - --- 2021-01-12 Christian Couder Accepted
[2/3] repack: add --filter=<filter-spec> option Implement filtering repacks - - - --- 2022-10-12 Christian Couder Superseded
[2/3] t6022: fix 'even though' typo in comment rev-list: allow missing tips with --missing - - - --- 2024-02-01 Christian Couder Superseded
[2/4] missing: support rejecting --missing=print upload-pack: support a missing-action - - - --- 2024-04-18 Christian Couder Superseded
[2/9] pack-objects: add `--print-filtered` to print omitted objects Repack objects into separate packfiles based on a filter - - - --- 2023-06-14 Christian Couder Superseded
[3/3] repack: introduce --force to force filtering Implement filtering repacks - - - --- 2022-10-12 Christian Couder Superseded
[3/3] rev-list: add --allow-missing-tips to be used with --missing=... rev-list: allow missing tips with --missing - - - --- 2024-02-01 Christian Couder Superseded
[3/4] pack-objects: use the missing action API upload-pack: support a missing-action - - - --- 2024-04-18 Christian Couder Superseded
[3/9] t/helper: add 'find-pack' test-tool Repack objects into separate packfiles based on a filter - - - --- 2023-06-14 Christian Couder Superseded
[4/4] upload-pack: allow configuring a missing-action upload-pack: support a missing-action - - - --- 2024-04-18 Christian Couder Superseded
[4/9] repack: refactor piping an oid to a command Repack objects into separate packfiles based on a filter - - - --- 2023-06-14 Christian Couder Superseded
[5/9] repack: refactor finishing pack-objects command Repack objects into separate packfiles based on a filter - - - --- 2023-06-14 Christian Couder Superseded
[6/9] repack: add `--filter=<filter-spec>` option Repack objects into separate packfiles based on a filter - - - --- 2023-06-14 Christian Couder Superseded
[7/9] gc: add `gc.repackFilter` config option Repack objects into separate packfiles based on a filter - - - --- 2023-06-14 Christian Couder Superseded
[8/9] repack: implement `--filter-to` for storing filtered out objects Repack objects into separate packfiles based on a filter - - - --- 2023-06-14 Christian Couder Superseded
[9/9] gc: add `gc.repackFilterTo` config option Repack objects into separate packfiles based on a filter - - - --- 2023-06-14 Christian Couder Superseded
[v2,01/15] t6429: remove switching aspects of fast-rebase 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,03/15] replay: start using parse_options API 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,05/15] replay: introduce pick_regular_commit() 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,07/15] replay: add an important FIXME comment about gpg signing 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,09/15] replay: remove HEAD related sanity check Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v2,1/2] pack-objects: allow --filter without --stdout Implement filtering repacks - - - --- 2022-10-25 Christian Couder Superseded
[v2,1/3] fetch-pack: rename helper to create_promisor_file() Refactor writing promisor file - - - --- 2021-01-14 Christian Couder Accepted
[v2,1/3] rev-list: refactor --missing=<missing-action> upload-pack: support a missing-action - - - --- 2024-05-15 Christian Couder New
[v2,1/4] revision: clarify a 'return NULL' in get_reference() rev-list: allow missing tips with --missing - - - --- 2024-02-08 Christian Couder Superseded
[v2,1/8] pack-objects: allow `--filter` without `--stdout` Repack objects into separate packfiles based on a filter - - - --- 2023-07-05 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,11/15] replay: use standard revision ranges 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,13/15] replay: add --advance or 'cherry-pick' mode 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,15/15] replay: stop assuming replayed branches do not diverge Introduce new `git replay` command - - - --- 2023-05-09 Christian Couder Superseded
[v2,2/2] repack: add --filter=<filter-spec> option Implement filtering repacks - - - --- 2022-10-25 Christian Couder Superseded
[v2,2/3] fetch-pack: refactor writing promisor file Refactor writing promisor file - - - --- 2021-01-14 Christian Couder Accepted
[v2,2/3] pack-objects: use the missing action API upload-pack: support a missing-action - - - --- 2024-05-15 Christian Couder New
[v2,2/4] oidset: refactor oidset_insert_from_set() rev-list: allow missing tips with --missing - - - --- 2024-02-08 Christian Couder Superseded
[v2,2/8] t/helper: add 'find-pack' test-tool Repack objects into separate packfiles based on a filter - - - --- 2023-07-05 Christian Couder Superseded
[v2,3/3] pack-write: die on error in write_promisor_file() Refactor writing promisor file - - - --- 2021-01-14 Christian Couder Accepted
[v2,3/3] upload-pack: allow configuring a missing-action upload-pack: support a missing-action - - - --- 2024-05-15 Christian Couder New
[v2,3/4] t6022: fix 'test' style and 'even though' typo rev-list: allow missing tips with --missing - - - --- 2024-02-08 Christian Couder Superseded
[v2,3/8] repack: refactor finishing pack-objects command Repack objects into separate packfiles based on a filter - - - --- 2023-07-05 Christian Couder Superseded
[v2,4/4] rev-list: allow missing tips with --missing=[print|allow*] rev-list: allow missing tips with --missing - - - --- 2024-02-08 Christian Couder Superseded
[v2,4/8] repack: refactor finding pack prefix Repack objects into separate packfiles based on a filter - - - --- 2023-07-05 Christian Couder Superseded
[v2,5/8] repack: add `--filter=<filter-spec>` option Repack objects into separate packfiles based on a filter - - - --- 2023-07-05 Christian Couder Superseded
[v2,6/8] gc: add `gc.repackFilter` config option Repack objects into separate packfiles based on a filter - - - --- 2023-07-05 Christian Couder Superseded
[v2,7/8] repack: implement `--filter-to` for storing filtered out objects Repack objects into separate packfiles based on a filter - - - --- 2023-07-05 Christian Couder Superseded
[v2,8/8] gc: add `gc.repackFilterTo` config option Repack objects into separate packfiles based on a filter - - - --- 2023-07-05 Christian Couder Superseded
[v2] bisect: don't use invalid oid as rev when starting [v2] bisect: don't use invalid oid as rev when starting - - - --- 2020-09-24 Christian Couder Superseded
[v2] Documentation: clarify whitespace rules for trailers [v2] Documentation: clarify whitespace rules for trailers - - - --- 2022-08-30 Christian Couder Accepted
[v2] http: add custom hostname to IP address resolutions [v2] http: add custom hostname to IP address resolutions - - - --- 2022-05-04 Christian Couder Superseded
[v3,1/2] pack-objects: allow --filter without --stdout Implement filtering repacks - - - --- 2022-11-22 Christian Couder Superseded
[v3,1/5] t9210: do not rely on lazy fetching to fail rev-list: allow missing tips with --missing - - - --- 2024-02-14 Christian Couder Accepted
[v3,1/8] pack-objects: allow `--filter` without `--stdout` Repack objects into separate packfiles based on a filter - - - --- 2023-07-24 Christian Couder Superseded
[v3,2/2] repack: add --filter=<filter-spec> option Implement filtering repacks - - - --- 2022-11-22 Christian Couder Superseded
[v3,2/5] revision: clarify a 'return NULL' in get_reference() rev-list: allow missing tips with --missing - - - --- 2024-02-14 Christian Couder Accepted
[v3,2/8] t/helper: add 'find-pack' test-tool Repack objects into separate packfiles based on a filter - - - --- 2023-07-24 Christian Couder Superseded
[v3,3/5] oidset: refactor oidset_insert_from_set() rev-list: allow missing tips with --missing - - - --- 2024-02-14 Christian Couder Accepted
[v3,3/8] repack: refactor finishing pack-objects command Repack objects into separate packfiles based on a filter - - - --- 2023-07-24 Christian Couder Superseded
[v3,4/5] t6022: fix 'test' style and 'even though' typo rev-list: allow missing tips with --missing - - - --- 2024-02-14 Christian Couder Accepted
[v3,4/8] repack: refactor finding pack prefix Repack objects into separate packfiles based on a filter - - - --- 2023-07-24 Christian Couder Superseded
[v3,5/5] rev-list: allow missing tips with --missing=[print|allow*] rev-list: allow missing tips with --missing - - - --- 2024-02-14 Christian Couder Accepted
[v3,5/8] repack: add `--filter=<filter-spec>` option Repack objects into separate packfiles based on a filter - - - --- 2023-07-24 Christian Couder Superseded
[v3,6/8] gc: add `gc.repackFilter` config option Repack objects into separate packfiles based on a filter - - - --- 2023-07-24 Christian Couder Superseded
[v3,7/8] repack: implement `--filter-to` for storing filtered out objects Repack objects into separate packfiles based on a filter - - - --- 2023-07-24 Christian Couder Superseded
[v3,8/8] gc: add `gc.repackFilterTo` config option Repack objects into separate packfiles based on a filter - - - --- 2023-07-24 Christian Couder Superseded
[v3] bisect: don't use invalid oid as rev when starting [v3] bisect: don't use invalid oid as rev when starting - - - --- 2020-09-25 Christian Couder Accepted
[v3] http: add custom hostname to IP address resolutions [v3] http: add custom hostname to IP address resolutions - - - --- 2022-05-09 Christian Couder Superseded
[v4,1/8] pack-objects: allow `--filter` without `--stdout` Repack objects into separate packfiles based on a filter - - - --- 2023-08-08 Christian Couder Superseded
[v4,2/8] t/helper: add 'find-pack' test-tool Repack objects into separate packfiles based on a filter - - - --- 2023-08-08 Christian Couder Superseded
[v4,3/8] repack: refactor finishing pack-objects command Repack objects into separate packfiles based on a filter - - - --- 2023-08-08 Christian Couder Superseded
[v4,4/8] repack: refactor finding pack prefix Repack objects into separate packfiles based on a filter - - - --- 2023-08-08 Christian Couder Superseded
[v4,5/8] repack: add `--filter=<filter-spec>` option Repack objects into separate packfiles based on a filter - - - --- 2023-08-08 Christian Couder Superseded
[v4,6/8] gc: add `gc.repackFilter` config option Repack objects into separate packfiles based on a filter - - - --- 2023-08-08 Christian Couder Superseded
[v4,7/8] repack: implement `--filter-to` for storing filtered out objects Repack objects into separate packfiles based on a filter - - - --- 2023-08-08 Christian Couder Superseded
[v4,8/8] gc: add `gc.repackFilterTo` config option Repack objects into separate packfiles based on a filter - - - --- 2023-08-08 Christian Couder Superseded
[v4] http: add custom hostname to IP address resolutions [v4] http: add custom hostname to IP address resolutions - - - --- 2022-05-16 Christian Couder Accepted
[v5,01/14] t6429: remove switching aspects of fast-rebase Introduce new `git replay` command - - - --- 2023-10-10 Christian Couder Superseded
[v5,02/14] replay: introduce new builtin Introduce new `git replay` command - - - --- 2023-10-10 Christian Couder Superseded
[v5,03/14] replay: start using parse_options API Introduce new `git replay` command - - - --- 2023-10-10 Christian Couder Superseded
[v5,04/14] replay: die() instead of failing assert() Introduce new `git replay` command - - - --- 2023-10-10 Christian Couder Superseded
[v5,05/14] replay: introduce pick_regular_commit() Introduce new `git replay` command - - - --- 2023-10-10 Christian Couder Superseded
[v5,06/14] replay: change rev walking options Introduce new `git replay` command - - - --- 2023-10-10 Christian Couder Superseded
[v5,07/14] replay: add an important FIXME comment about gpg signing Introduce new `git replay` command - - - --- 2023-10-10 Christian Couder Superseded
[v5,08/14] replay: remove progress and info output Introduce new `git replay` command - - - --- 2023-10-10 Christian Couder Superseded
[v5,09/14] replay: remove HEAD related sanity check Introduce new `git replay` command - - - --- 2023-10-10 Christian Couder Superseded
[v5,1/8] pack-objects: allow `--filter` without `--stdout` Repack objects into separate packfiles based on a filter - - - --- 2023-08-12 Christian Couder Accepted
[v5,10/14] replay: make it a minimal server side command Introduce new `git replay` command - - - --- 2023-10-10 Christian Couder Superseded
[v5,11/14] replay: use standard revision ranges Introduce new `git replay` command - - - --- 2023-10-10 Christian Couder Superseded
[v5,12/14] replay: add --advance or 'cherry-pick' mode Introduce new `git replay` command - - - --- 2023-10-10 Christian Couder Superseded
[v5,13/14] replay: add --contained to rebase contained branches Introduce new `git replay` command - - - --- 2023-10-10 Christian Couder Superseded
[v5,14/14] replay: stop assuming replayed branches do not diverge Introduce new `git replay` command - - - --- 2023-10-10 Christian Couder Superseded
« 1 2 »