Followup-For: Bug #702205 Control: tag -1 patch pending Hi,
the fix for this was really trivial ... and has been uploaded to DELAYED/1 so there is a chance to get this still into jessie. Andreas
diff -u topgit-0.8/debian/changelog topgit-0.8/debian/changelog --- topgit-0.8/debian/changelog +++ topgit-0.8/debian/changelog @@ -1,3 +1,10 @@ +topgit (0.8-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix bash completion. (Closes: #702205) + + -- Andreas Beckmann <[email protected]> Tue, 02 Dec 2014 04:09:17 +0100 + topgit (0.8-1.1) unstable; urgency=low [ Carsten Hey ] only in patch2: unchanged: --- topgit-0.8.orig/contrib/tg-completion.bash +++ topgit-0.8/contrib/tg-completion.bash @@ -268,7 +268,7 @@ _tg_depend () { local subcommands="add" - local subcommand="$(__git_find_subcommand "$subcommands")" + local subcommand="$(__tg_find_subcommand "$subcommands")" if [ -z "$subcommand" ]; then __tgcomp "$subcommands" return

