You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what is the result of the git summary --line with a pattern like *.py?
Following the example of a git summary --line, there are two keywords - lines and authors.
So if the *.py does it work and the result should appear in the lines and authors together.
Is the pattern work with the --line only?
Maybe not, so it is not a good way to use a pattern like *.py directly. A parameter will be better.
currently, git summary counts all files. Sometimes large files leak into the repo and I would like to filter by file extension, e.g. .py
The text was updated successfully, but these errors were encountered: