From d3b6cfae8b2d6250a66bf5631e7c2cc00c9b8645 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 26 Jan 2022 15:15:06 +0200 Subject: Mention commit subject when confirming added commit in manage script --- bpkg-util/manage.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bpkg-util/manage.in b/bpkg-util/manage.in index b2a8119..a0add0b 100644 --- a/bpkg-util/manage.in +++ b/bpkg-util/manage.in @@ -2156,7 +2156,8 @@ while true; do if [[ ("$opt" =~ ^[1-9][0-9]*$) && -v "pending_seq[$opt-1]" ]]; then if [[ ! "$(contains "$opt" "${bundle[@]}")" ]]; then bundle+=("$opt") - info "commit $opt (${pending_seq[$opt-1]}) \ + h="${pending_seq[$opt-1]}" + info "commit $opt ($h) \"$(commit_subject "$h")\" \ added to selected bundle" else info "commit $opt is already in the bundle" -- cgit v1.1