Facing the below error -
fatal: ambiguous argument '`SS_FrameProtoco SS_Codec SS_WcdmaEngineDrivers SS_LocalOam SS_LocalTelecom SS_W1plT`':
unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]'
How to solve this error? I wanted to add two different digits in one single line.
git log --shortstat --since "01.06.2020" --until "1.12.2020" \ SS_FrameProtocol SS_Codec SS_WcdmaEngineDrivers SS_LocalOam \ SS_LocalTelecom SS_W1plTx | grep "files changed" | awk '{files+=$1; inserted+=$4; deleted+=$6} END {print "files changed", files, "lines inserted:", inserted, "lines deleted:", deleted}'
This command is working but I want to pass the directory name(s) in a text file.