v1.4.0
Minor Changes
-
#37
21c9eaf
Thanks @s0! - Throw an error when executable files are encountered -
#33
92be707
Thanks @s0! - IntroducefilterFiles
argument forcommitChangesFromRepo
Allow for a custom function to be specified to filter which files should be
included in the commit -
#33
92be707
Thanks @s0! - IntroduceaddFromDirectory
option forcommitChangesFromRepo
to 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
92be707
Thanks @s0! - Automatically find root incommitChangesFromRepo
whenrepoDirectory
is unspecified.While this does result in a behavioral change for an existing argument,
it's considered non-breaking as beforecommitChangesFromRepo
would just not
work when run from a subdirectory of a repo whenrepoDirectory
was not
specified.