From cd053a2d470533d632370a4455bd5e110bb33ab3 Mon Sep 17 00:00:00 2001 From: "https://launchpad.net/~r0lf" Date: Sat, 24 Apr 2021 10:40:18 +0000 Subject: [PATCH] Added a comment: try to find a better solution --- ...t_2_785ca15633873ad103ed8f3f0127a139._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/poor_choice_of_name_for_adjusted_branches/comment_2_785ca15633873ad103ed8f3f0127a139._comment diff --git a/doc/bugs/poor_choice_of_name_for_adjusted_branches/comment_2_785ca15633873ad103ed8f3f0127a139._comment b/doc/bugs/poor_choice_of_name_for_adjusted_branches/comment_2_785ca15633873ad103ed8f3f0127a139._comment new file mode 100644 index 0000000000..64c2bc46f4 --- /dev/null +++ b/doc/bugs/poor_choice_of_name_for_adjusted_branches/comment_2_785ca15633873ad103ed8f3f0127a139._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="https://launchpad.net/~r0lf" + nickname="r0lf" + avatar="http://cdn.libravatar.org/avatar/aa82122557e706df7ba83bd1983eb79ef1ba2e51350217850176d4f9a1bb2bc0" + subject="try to find a better solution" + date="2021-04-24T10:40:18Z" + content=""" +Thank you for the explanation. It certainly explains your situation back when you coded this up. I'm not sure I'm convinced it is good justification to keep things the way they are going forward. + +The branch names aren't short +The branch names aren't clash-free (see my other report) +I switch between branches all the time, that's their purpose. +For #3, I usually rely on either mark-copy'ing the characters off the terminal with the mouse or via bash-completion. Both are broken. + +Isn't it that people aren't using () for branch or filenames precisely because of the problems you will almost certainly run into? I'm certain there is a better way. +"""]]