Skip to content

Commit

Permalink
contrib/jj-am.sh: use jj status at the end to also snapshot the las…
Browse files Browse the repository at this point in the history
…t patch

Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Dec 15, 2024
1 parent 8e314b5 commit 8c59614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/jj-am.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ for mbox in "${MBOXES[@]}" ; do
git mailinfo -b -u --encoding=POSIX.UTF-8 "$TEMPD/body" "$TEMPD/patch" > "$TEMPD/header" < "$mbox"
jj_commit "$TEMPD/header" "$TEMPD/body" "$TEMPD/patch"
done
# snapshot last patch
jj status

0 comments on commit 8c59614

Please sign in to comment.