Show patches with: Submitter = Patrick Steinhardt       |    State = Action Required       |   261 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,1/5] fetch: extract writing to FETCH_HEAD fetch: implement support for atomic reference updates - - - --- 2021-01-11 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
[v6,7/8] environment: make `getenv_safe()` a public function 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,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,4/8] config: extract function to parse config pairs config: allow specifying config entries via envvar pairs - - - --- 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,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,1/8] git: add `--super-prefix` to usage string config: allow specifying config entries via env - - - --- 2021-01-07 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
[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,3/8] quote: make sq_dequote_step() 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,7/8] environment: make `getenv_safe()` a public function 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,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,1/8] git: add `--super-prefix` to usage string config: allow specifying config entries via env - - - --- 2020-12-16 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
[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,2/4] config: extract function to parse config pairs config: allow specifying config entries via envvar pairs - - - --- 2020-12-01 Patrick Steinhardt New
[v3,1/4] environment: make `getenv_safe()` non-static config: allow specifying config entries via envvar pairs - - - --- 2020-12-01 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
[1/2] config: extract function to parse config pairs [1/2] config: extract function to parse config pairs - - - --- 2020-11-13 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
[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,2/4] update-ref: Allow creation of multiple transactions update-ref: Allow creation of multiple transactions - - - --- 2020-11-09 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
refs: Always pass old object name to reftx hook refs: Always pass old object name to reftx hook - - - --- 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
[1/2] update-ref: Allow creation of multiple transactions update-ref: Allow creation of multiple transactions - - - --- 2020-11-04 Patrick Steinhardt New
[v4] refs: implement reference transaction hook [v4] refs: implement reference transaction hook - - - --- 2020-06-19 Patrick Steinhardt New
[v3] refs: implement reference transaction hook [v3] refs: implement reference transaction hook - - - --- 2020-06-18 Patrick Steinhardt New
[v2] refs: implement reference transaction hook [v2] refs: implement reference transaction hook - - - --- 2020-06-03 Patrick Steinhardt New
refs: implement reference transaction hooks refs: implement reference transaction hooks - - - --- 2020-06-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
[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,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,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,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,4/9] update-ref: organize commands in an array 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,2/9] git-update-ref.txt: add missing word Support for transactions in `git-update-ref --stdin` - - - --- 2020-04-02 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
[v2,9/9] update-ref: implement interactive transaction handling 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,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,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,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,4/9] update-ref: organize commands in an array 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,2/9] git-update-ref.txt: add missing word Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-30 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
[9/9] update-ref: implement interactive transaction handling 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
[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
[6/9] update-ref: pass end pointer instead of strbuf 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
[4/9] update-ref: organize commands in an array 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
[2/9] git-update-ref.txt: add missing word Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-25 Patrick Steinhardt New
[1/9] refs: fix segfault when aborting empty transaction Support for transactions in `git-update-ref --stdin` - - - --- 2020-03-25 Patrick Steinhardt New
« 1 2 3 »