Skydio / revup

Effortlessly create and manage pull requests without changing branches. Powers a stacked diffs workflow with python and git "plumbing" commands.
https://github.com/Skydio/revup
MIT License
317 stars 67 forks source link

Add revup topics bewteen HEAD and relative branch to revup commit string comment #53

Closed malcolm-leclair-skydio closed 2 years ago

malcolm-leclair-skydio commented 2 years ago

The output will look like this

user@host:~/revup$ revup amend --insert
\# Please enter the commit message for your changes. Lines starting
\# with '#' will be ignored, and an empty message aborts the commit.
\#
\# Topics found between HEAD and origin/master
\#  my_topic
\#  my_other_topic
\#

Topic: revup_topic_in_commit_message

malcolm-leclair-skydio commented 2 years ago

Reviews in this chain: └https://github.com/Skydio/revup/pull/53 Add revup topics bewteen HEAD and relative branch to revup commit string comment

malcolm-leclair-skydio commented 2 years ago
# head base diff date summary
0 bf3a61d4 1ec4bcaa diff Sep 20 12:46 PM 2 files changed, 25 insertions(+), 2 deletions(-)
1 9595dd2a 1ec4bcaa diff Sep 20 1:27 PM 1 file changed, 7 insertions(+), 4 deletions(-)
2 236b48df 1ec4bcaa diff Sep 20 2:44 PM 2 files changed, 34 insertions(+), 27 deletions(-)
3 c53dceda 1ec4bcaa diff Sep 20 3:02 PM 1 file changed, 5 insertions(+), 5 deletions(-)
4 6e0eb1c1 37a8756f diff Sep 20 5:05 PM 1 file changed, 2 insertions(+), 4 deletions(-)
jerry-skydio commented 2 years ago

same, also squash all commits before submitting