diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index d4822d11..7964b8c2 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -44,9 +44,9 @@ {%endif%} {%if cfbot_branch %} + git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git + git fetch commitfest cf/{{patch.id}} + git checkout commitfest/cf/{{patch.id}}" onclick="addGitCheckoutToClipboard({{patch.id}})">Copy git checkout commands {%endif%} diff --git a/pgcommitfest/commitfest/templates/patchsearch.html b/pgcommitfest/commitfest/templates/patchsearch.html index be31a10d..6f19ce71 100644 --- a/pgcommitfest/commitfest/templates/patchsearch.html +++ b/pgcommitfest/commitfest/templates/patchsearch.html @@ -2,34 +2,119 @@ {%load commitfest %} {%block contents%} -