gitHistoryVSCode icon indicating copy to clipboard operation
gitHistoryVSCode copied to clipboard

Comparing is not working with 0.6.12 version in Linux

Open narihara-hakase opened this issue 3 years ago • 11 comments

[system information]

VSCode version: 1.50 Extension version : 0.6.12 Operating System: Ubuntu 16.04.7 LTS

[problem]

Comparing is not working with 0.6.12 version in Linux. Git history worked when I reverted to version 0.6.10.

[The action I took that caused the bug]

1,opened any code. 2,runned "Git: View History" command.

[result]

  • File history view opened with no log displayed
  • The following log has been output
git log --full-history --pretty=oneline --date-order --decorate=full --skip=0 --max-count=100 qw_plugin_test --follow -- ../../../home/user/Directorys.../yyy.cpp  (completed in 0.041s)

fatal: ../../../home/user/Directorys.../yyy.cpp : '../../../home/user/Directorys.../yyy.cpp ' is outside repository

git rev-list --full-history --count qw_plugin_test -- ../../../home/user/Directorys.../yyy.cpp   (completed in 0.061s)
fatal:../../../home/user/Directorys.../yyy.cpp : '../../../home/user/Directorys.../yyy.cpp ' is outside repository

git shortlog -e -s -n HEAD  (completed in 0.025s)

I think this bug is very similar to #478 #383 issues

narihara-hakase avatar Oct 14 '20 08:10 narihara-hakase