chriswalz / bit

Bit is a modern Git CLI
Apache License 2.0
6.05k stars 106 forks source link

Extra space before committed message using 'bit save "commit message"' #94

Closed liangshb closed 3 years ago

liangshb commented 3 years ago

Describe the bug Extra space before committed message using 'bit save "commit message"'

To Reproduce Steps to reproduce the behavior:

  1. modify something
  2. bit save "commit message"
  3. git log --oneline
  4. See error

Screenshots Snipaste_2020-11-26_15-24-43 Snipaste_2020-11-26_15-25-53

Desktop (please complete the following information):

aditya520 commented 3 years ago

I can't reproduce it on Ubuntu 18.04

liangshb commented 3 years ago

image I reproduced it on UOS 20

chriswalz commented 3 years ago

I've been working on adding significantly more suggestions for lesser used commands so I haven't gotten around to this.

I hope to resolve this soon assuming I can replicate it

chriswalz commented 3 years ago

@liangshb please run bit update to update to version 0.9.12. Let me know if this is fixed

liangshb commented 3 years ago

image

Problem solved, thanks

chriswalz commented 3 years ago

Great!