Currently, make bundle bundles the current Git repository by cloning it into a temporary directory and archiving the clone.
It may be useful to allow bundling a different local Git repository without changing the current working repository.
This should probably be controlled by an explicit variable such as BUNDLEREPODIR with . as the default so that the current behaviour remains unchanged.
Currently,
make bundlebundles the current Git repository by cloning it into a temporary directory and archiving the clone.It may be useful to allow bundling a different local Git repository without changing the current working repository.
This should probably be controlled by an explicit variable such as
BUNDLEREPODIRwith.as the default so that the current behaviour remains unchanged.