Show patches with: Submitter = Patrick Steinhardt       |   1488 patches
« 1 2 3 414 15 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/9] refs: fix segfault when aborting empty transaction Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-25 Patrick Steinhardt New
[2/9] git-update-ref.txt: add missing word Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-25 Patrick Steinhardt New
[3/9] strbuf: provide function to append whole lines Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-25 Patrick Steinhardt New
[4/9] update-ref: organize commands in an array Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-25 Patrick Steinhardt New
[5/9] update-ref: drop unused argument for `parse_refname` Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-25 Patrick Steinhardt New
[6/9] update-ref: pass end pointer instead of strbuf Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-25 Patrick Steinhardt New
[7/9] update-ref: move transaction handling into `update_refs_stdin()` Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-25 Patrick Steinhardt New
[8/9] update-ref: read commands in a line-wise fashion Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-25 Patrick Steinhardt New
[9/9] update-ref: implement interactive transaction handling Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-25 Patrick Steinhardt New
[v2,1/9] refs: fix segfault when aborting empty transaction Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-30 Patrick Steinhardt New
[v2,2/9] git-update-ref.txt: add missing word Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-30 Patrick Steinhardt New
[v2,3/9] strbuf: provide function to append whole lines Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-30 Patrick Steinhardt New
[v2,4/9] update-ref: organize commands in an array Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-30 Patrick Steinhardt New
[v2,5/9] update-ref: drop unused argument for `parse_refname` Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-30 Patrick Steinhardt New
[v2,6/9] update-ref: pass end pointer instead of strbuf Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-30 Patrick Steinhardt New
[v2,7/9] update-ref: move transaction handling into `update_refs_stdin()` Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-30 Patrick Steinhardt New
[v2,8/9] update-ref: read commands in a line-wise fashion Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-30 Patrick Steinhardt New
[v2,9/9] update-ref: implement interactive transaction handling Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-30 Patrick Steinhardt New
[v3,1/9] refs: fix segfault when aborting empty transaction Support for transactions in `git-update-ref --stdin` - - - --- 2020-04-02 Patrick Steinhardt New
[v3,2/9] git-update-ref.txt: add missing word Support for transactions in `git-update-ref --stdin` - - - --- 2020-04-02 Patrick Steinhardt New
[v3,3/9] strbuf: provide function to append whole lines Support for transactions in `git-update-ref --stdin` - - - --- 2020-04-02 Patrick Steinhardt New
[v3,4/9] update-ref: organize commands in an array Support for transactions in `git-update-ref --stdin` - - - --- 2020-04-02 Patrick Steinhardt New
[v3,5/9] update-ref: drop unused argument for `parse_refname` Support for transactions in `git-update-ref --stdin` - - - --- 2020-04-02 Patrick Steinhardt New
[v3,6/9] update-ref: pass end pointer instead of strbuf Support for transactions in `git-update-ref --stdin` - - - --- 2020-04-02 Patrick Steinhardt New
[v3,7/9] update-ref: move transaction handling into `update_refs_stdin()` Support for transactions in `git-update-ref --stdin` - - - --- 2020-04-02 Patrick Steinhardt New
[v3,8/9] update-ref: read commands in a line-wise fashion Support for transactions in `git-update-ref --stdin` - - - --- 2020-04-02 Patrick Steinhardt New
[v3,9/9] update-ref: implement interactive transaction handling Support for transactions in `git-update-ref --stdin` - - - --- 2020-04-02 Patrick Steinhardt New
refs: implement reference transaction hooks refs: implement reference transaction hooks - - - --- 2020-06-02 Patrick Steinhardt New
[v2] refs: implement reference transaction hook [v2] refs: implement reference transaction hook - - - --- 2020-06-03 Patrick Steinhardt New
[v3] refs: implement reference transaction hook [v3] refs: implement reference transaction hook - - - --- 2020-06-18 Patrick Steinhardt New
[v4] refs: implement reference transaction hook [v4] refs: implement reference transaction hook - - - --- 2020-06-19 Patrick Steinhardt New
refs: fix interleaving hook calls with reference-transaction hook refs: fix interleaving hook calls with reference-transaction hook - - - --- 2020-08-07 Patrick Steinhardt Accepted
refs: remove lookup cache for reference-transaction hook refs: remove lookup cache for reference-transaction hook - - - --- 2020-08-21 Patrick Steinhardt Superseded
[v2] refs: remove lookup cache for reference-transaction hook [v2] refs: remove lookup cache for reference-transaction hook - - - --- 2020-08-25 Patrick Steinhardt Accepted
[1/2] update-ref: Allow creation of multiple transactions update-ref: Allow creation of multiple transactions - - - --- 2020-11-04 Patrick Steinhardt New
[2/2] p1400: Use `git-update-ref --stdin` to test multiple transactions update-ref: Allow creation of multiple transactions - - - --- 2020-11-04 Patrick Steinhardt New
refs: Always pass old object name to reftx hook refs: Always pass old object name to reftx hook - - - --- 2020-11-04 Patrick Steinhardt New
[v2,1/4] t1400: Avoid touching refs on filesystem update-ref: Allow creation of multiple transactions - - - --- 2020-11-09 Patrick Steinhardt New
[v2,2/4] update-ref: Allow creation of multiple transactions update-ref: Allow creation of multiple transactions - - - --- 2020-11-09 Patrick Steinhardt New
[v2,3/4] p1400: Use `git-update-ref --stdin` to test multiple transactions update-ref: Allow creation of multiple transactions - - - --- 2020-11-09 Patrick Steinhardt New
[v2,4/4] update-ref: Disallow restart of ongoing transactions update-ref: Allow creation of multiple transactions - - - --- 2020-11-09 Patrick Steinhardt New
[v3,1/4] t1400: avoid touching refs on filesystem update-ref: allow creation of multiple transactions - - - --- 2020-11-11 Patrick Steinhardt Superseded
[v3,2/4] update-ref: allow creation of multiple transactions update-ref: allow creation of multiple transactions - - - --- 2020-11-11 Patrick Steinhardt Superseded
[v3,3/4] p1400: use `git-update-ref --stdin` to test multiple transactions update-ref: allow creation of multiple transactions - - - --- 2020-11-11 Patrick Steinhardt Superseded
[v3,4/4] update-ref: disallow "start" for ongoing transactions update-ref: allow creation of multiple transactions - - - --- 2020-11-11 Patrick Steinhardt Superseded
[v4,1/4] t1400: avoid touching refs on filesystem update-ref: allow creation of multiple transactions - - - --- 2020-11-13 Patrick Steinhardt Accepted
[v4,2/4] update-ref: allow creation of multiple transactions update-ref: allow creation of multiple transactions - - - --- 2020-11-13 Patrick Steinhardt Accepted
[v4,3/4] p1400: use `git-update-ref --stdin` to test multiple transactions update-ref: allow creation of multiple transactions - - - --- 2020-11-13 Patrick Steinhardt Accepted
[v4,4/4] update-ref: disallow "start" for ongoing transactions update-ref: allow creation of multiple transactions - - - --- 2020-11-13 Patrick Steinhardt Accepted
[1/2] config: extract function to parse config pairs [1/2] config: extract function to parse config pairs - - - --- 2020-11-13 Patrick Steinhardt New
[2/2] config: allow specifying config entries via envvar pairs [1/2] config: extract function to parse config pairs - - - --- 2020-11-13 Patrick Steinhardt New
[v2,1/2] config: extract function to parse config pairs config: allow specifying config entries via envvar pairs - - - --- 2020-11-24 Patrick Steinhardt Superseded
[v2,2/2] config: allow specifying config entries via envvar pairs config: allow specifying config entries via envvar pairs - - - --- 2020-11-24 Patrick Steinhardt Superseded
[v3,1/4] environment: make `getenv_safe()` non-static config: allow specifying config entries via envvar pairs - - - --- 2020-12-01 Patrick Steinhardt New
[v3,2/4] config: extract function to parse config pairs config: allow specifying config entries via envvar pairs - - - --- 2020-12-01 Patrick Steinhardt New
[v3,3/4] config: refactor parsing of GIT_CONFIG_PARAMETERS config: allow specifying config entries via envvar pairs - - - --- 2020-12-01 Patrick Steinhardt New
[v3,4/4] config: allow specifying config entries via envvar pairs config: allow specifying config entries via envvar pairs - - - --- 2020-12-01 Patrick Steinhardt New
[v4,1/6] git: add `--super-prefix` to usage string config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4,2/6] config: add new way to pass config via `--config-env` config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4,3/6] environment: make `getenv_safe()` non-static config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4,4/6] config: extract function to parse config pairs config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4,5/6] config: refactor parsing of GIT_CONFIG_PARAMETERS config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v4,6/6] config: allow specifying config entries via envvar pairs config: allow specifying config entries via env - - - --- 2020-12-09 Patrick Steinhardt Superseded
[v5,1/8] git: add `--super-prefix` to usage string config: allow specifying config entries via env - - - --- 2020-12-16 Patrick Steinhardt New
[v5,2/8] config: add new way to pass config via `--config-env` config: allow specifying config entries via env - - - --- 2020-12-16 Patrick Steinhardt New
[v5,4/8] config: extract function to parse config pairs config: allow specifying config entries via env - - - --- 2020-12-16 Patrick Steinhardt New
[v5,7/8] environment: make `getenv_safe()` a public function config: allow specifying config entries via env - - - --- 2020-12-16 Patrick Steinhardt New
[v5,8/8] config: allow specifying config entries via envvar pairs config: allow specifying config entries via env - - - --- 2020-12-16 Patrick Steinhardt New
[v5,3/8] quote: make sq_dequote_step() a public function config: allow specifying config entries via env - - - --- 2020-12-16 Patrick Steinhardt New
[v5,5/8] config: store "git -c" variables using more robust format config: allow specifying config entries via env - - - --- 2020-12-16 Patrick Steinhardt New
[v5,6/8] config: parse more robust format in GIT_CONFIG_PARAMETERS config: allow specifying config entries via env - - - --- 2020-12-16 Patrick Steinhardt New
[v6,1/8] git: add `--super-prefix` to usage string config: allow specifying config entries via env - - - --- 2021-01-07 Patrick Steinhardt New
[v6,2/8] config: add new way to pass config via `--config-env` config: allow specifying config entries via env - - - --- 2021-01-07 Patrick Steinhardt New
[v6,3/8] quote: make sq_dequote_step() a public function config: allow specifying config entries via env - - - --- 2021-01-07 Patrick Steinhardt New
[v6,4/8] config: extract function to parse config pairs config: allow specifying config entries via envvar pairs - - - --- 2021-01-07 Patrick Steinhardt New
[v6,5/8] config: store "git -c" variables using more robust format config: allow specifying config entries via env - - - --- 2021-01-07 Patrick Steinhardt New
[v6,6/8] config: parse more robust format in GIT_CONFIG_PARAMETERS config: allow specifying config entries via env - - - --- 2021-01-07 Patrick Steinhardt New
[v6,7/8] environment: make `getenv_safe()` a public function config: allow specifying config entries via env - - - --- 2021-01-07 Patrick Steinhardt New
[v6,8/8] config: allow specifying config entries via envvar pairs config: allow specifying config entries via env - - - --- 2021-01-07 Patrick Steinhardt New
[1/2] fetch: allow passing a transaction to `s_update_ref()` fetch: implement support for atomic reference updates - - - --- 2021-01-07 Patrick Steinhardt Superseded
[2/2] fetch: implement support for atomic reference updates fetch: implement support for atomic reference updates - - - --- 2021-01-07 Patrick Steinhardt Superseded
[v2,1/4] fetch: extract writing to FETCH_HEAD fetch: implement support for atomic reference updates - - - --- 2021-01-08 Patrick Steinhardt Superseded
[v2,2/4] fetch: refactor `s_update_ref` to use common exit path fetch: implement support for atomic reference updates - - - --- 2021-01-08 Patrick Steinhardt Superseded
[v2,3/4] fetch: allow passing a transaction to `s_update_ref()` fetch: implement support for atomic reference updates - - - --- 2021-01-08 Patrick Steinhardt Superseded
[v2,4/4] fetch: implement support for atomic reference updates fetch: implement support for atomic reference updates - - - --- 2021-01-08 Patrick Steinhardt Superseded
[v7,1/8] git: add `--super-prefix` to usage string config: allow specifying config entries via envvar pairs - - - --- 2021-01-11 Patrick Steinhardt Superseded
[v7,2/8] config: add new way to pass config via `--config-env` config: allow specifying config entries via envvar pairs - - - --- 2021-01-11 Patrick Steinhardt Superseded
[v7,3/8] quote: make sq_dequote_step() a public function config: allow specifying config entries via envvar pairs - - - --- 2021-01-11 Patrick Steinhardt Superseded
[v7,4/8] config: extract function to parse config pairs config: allow specifying config entries via envvar pairs - - - --- 2021-01-11 Patrick Steinhardt Superseded
[v7,5/8] config: store "git -c" variables using more robust format config: allow specifying config entries via envvar pairs - - - --- 2021-01-11 Patrick Steinhardt Superseded
[v7,6/8] config: parse more robust format in GIT_CONFIG_PARAMETERS config: allow specifying config entries via envvar pairs - - - --- 2021-01-11 Patrick Steinhardt Superseded
[v7,7/8] environment: make `getenv_safe()` a public function config: allow specifying config entries via envvar pairs - - - --- 2021-01-11 Patrick Steinhardt Superseded
[v7,8/8] config: allow specifying config entries via envvar pairs config: allow specifying config entries via envvar pairs - - - --- 2021-01-11 Patrick Steinhardt Superseded
[v3,1/5] fetch: extract writing to FETCH_HEAD fetch: implement support for atomic reference updates - - - --- 2021-01-11 Patrick Steinhardt New
[v3,2/5] fetch: use strbuf to format FETCH_HEAD updates fetch: implement support for atomic reference updates - - - --- 2021-01-11 Patrick Steinhardt New
[v3,3/5] fetch: refactor `s_update_ref` to use common exit path fetch: implement support for atomic reference updates - - - --- 2021-01-11 Patrick Steinhardt New
[v3,4/5] fetch: allow passing a transaction to `s_update_ref()` fetch: implement support for atomic reference updates - - - --- 2021-01-11 Patrick Steinhardt New
[v3,5/5] fetch: implement support for atomic reference updates fetch: implement support for atomic reference updates - - - --- 2021-01-11 Patrick Steinhardt New
[v8,1/8] git: add `--super-prefix` to usage string config: allow specifying config entries via envvar pairs - - - --- 2021-01-12 Patrick Steinhardt Accepted
[v8,2/8] config: add new way to pass config via `--config-env` config: allow specifying config entries via envvar pairs - - - --- 2021-01-12 Patrick Steinhardt Accepted
« 1 2 3 414 15 »