git-pr

created pr with 72.1 on 2025-08-11T12:17:33Z · by 964fa508
added 72.2 on 2025-08-21T03:06:11Z · by c8ef7d19
-: ------- > 1: 9b6aea8 lgtm
1: 5dafb29 = 2: 9b6aea8 restructure web assets
cmds
checkout latest patchset:
ssh pr.pico.sh print 72 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 72.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 72

Patchset 72.2 on 2025-08-21T03:06:11Z · commit 9b6aea8

lgtm
Eric Bower 2025-08-21T03:05:38Z
Nice, thanks!

jolheiser (1):
  restructure web assets

 tmpl/{ => components}/patchset.html        |  0
 tmpl/{ => components}/pr-header.html       |  0
 tmpl/{ => components}/pr-list-item.html    |  0
 tmpl/{ => components}/pr-status.html       |  0
 tmpl/{ => components}/pr-table.html        |  0
 tmpl/{ => components}/range-diff.html      |  0
 tmpl/{ => components}/user-pill.html       |  0
 tmpl/{ => pages}/index.html                |  0
 tmpl/{pr-detail.html => pages/pr.html}     |  0
 tmpl/{repo-detail.html => pages/repo.html} |  0
 tmpl/{user-detail.html => pages/user.html} |  0
 web.go                                     | 58 ++++++++++------------
 12 files changed, 27 insertions(+), 31 deletions(-)
 rename tmpl/{ => components}/patchset.html (100%)
 rename tmpl/{ => components}/pr-header.html (100%)
 rename tmpl/{ => components}/pr-list-item.html (100%)
 rename tmpl/{ => components}/pr-status.html (100%)
 rename tmpl/{ => components}/pr-table.html (100%)
 rename tmpl/{ => components}/range-diff.html (100%)
 rename tmpl/{ => components}/user-pill.html (100%)
 rename tmpl/{ => pages}/index.html (100%)
 rename tmpl/{pr-detail.html => pages/pr.html} (100%)
 rename tmpl/{repo-detail.html => pages/repo.html} (100%)
 rename tmpl/{user-detail.html => pages/user.html} (100%)

base-commit: 7768f66d01e5be96d290764cd7fb8b2ee3647bbc
--
2.50.1
Back to top