Assume a repo called drivers
which contain sub-folders, eg., ath
, b43
, p54
, etc.
Without subtreeing (creating new repo), is it possible to view commits that applies to a specific sub-folder, eg., view all commits that made changes to ath
sub-folder.
You should be able to specify the folder with
git log
:From the man page: