When my pre-receive bash script hook outputs via echo "foo" or `git cat-file blob` etc... i get output like
remote: foo bar [K
remote: baz bang [K
remote: biz bop boop bap bing [K
with those '[K' getting appended to everyline, i am not sure what is causing it or how to get rid of it. It only seems to happen on lines that have text on it, not blank lines, but i might be wrong about that.
EDIT:
It seems this strange string has a esc caracter in it, from the ascii tables
Oct Dec Hex Char
033 27 1B ESC (escape)
Community moderators have prevented the ability to post new answers.
Hi all,
Please refer to the bug report at https://jira.atlassian.com/browse/SRCTREEWIN-2766
Same issue!
It only seems to happen on lines that have text on it, not blank lines
Only happens with non-empty lines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.