v1.4.0
Minor Changes
-
#37
21c9eafThanks @s0! - Throw an error when executable files are encountered -
#33
92be707Thanks @s0! - IntroducefilterFilesargument forcommitChangesFromRepoAllow for a custom function to be specified to filter which files should be
included in the commit -
#33
92be707Thanks @s0! - IntroduceaddFromDirectoryoption forcommitChangesFromRepoto allow users to
specify a subdirectory of the git repository that should be used to add files
from, rather then adding all changed files.This is useful when trying to emulate the behavior of running
git add .
from a subdirectory of the repository. -
#33
92be707Thanks @s0! - Automatically find root incommitChangesFromRepo
whenrepoDirectoryis unspecified.While this does result in a behavioral change for an existing argument,
it's considered non-breaking as beforecommitChangesFromRepowould just not
work when run from a subdirectory of a repo whenrepoDirectorywas not
specified.