Open dolzenko opened 1 year ago
The same is for git add .
It doesn't know that . means "all"
it seams to have trouble with a lot of git flags huh
single letter flags in general
The same is for
git add .
It doesn't know that . means "all"
. means current directory, not all. Nonetheless, it should still know
git log -L '/int main/',/^}/:main.c
command shows-L
as unknown though its in linked git doc https://manpages.ubuntu.com/manpages/kinetic/en/man1/git-log.1.html