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
309 stars 59 forks source link

toolkit: Add list-topics command #141

Closed brian-kubisiak-skydio closed 7 months ago

brian-kubisiak-skydio commented 8 months ago

The list-topics command lists the topics for the current branch along with (optionally) the commit ID or commit title of all commits that are part of the topic. This is useful for scripts that needs a list of the available topics (e.g. in a prepare-commit-msg git hook).

Signed-off-by: Brian Kubisiak brian@kubisiak.com

brian-kubisiak-skydio commented 8 months ago

Reviews in this chain: └https://github.com/Skydio/revup/pull/141 toolkit: Add list-topics command

brian-kubisiak-skydio commented 8 months ago
# head base diff date summary
0 e469eb4c a05fd5eb diff Jan 10 9:22 AM 2 files changed, 16 insertions(+)
1 05bbdccb a05fd5eb diff Jan 11 6:14 AM 2 files changed, 18 insertions(+), 2 deletions(-)