Optional git-repository-url #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
git-repository-urlconfig optional, when its not present in the config file it'll ignore the commit part of the footer message, leaving only the last changed date visible.README.mdfile to take these changes into account.The reasoning behind this change is simple, there are various circumstances such as private repos, non-github repos or simply wanting a design without the commit & its link in the footer that result in the preprocessor to become unusable due to the required
git-repository-url. By making it optional a larger set of people are able to use it without restraints.@ -21,26 +21,27 @@ impl Preprocessor for LastChanged {log::debug!("Src root: {}", src_root.display());