aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2016-10-01 14:51:01 +0100
committerGitHub2016-10-01 14:51:01 +0100
commitcc59e624b05dbe227387c2f359deef6bfade3eb2 (patch)
tree309e5c14e1885855cdb2d800028b34886264bef2 /Library/Homebrew
parent98e7fb6b60c9463bd7d259bb16a00244e95bbc82 (diff)
parent099f69e612e2b0399b5bf18199a82afbc7a3f71f (diff)
downloadbrew-cc59e624b05dbe227387c2f359deef6bfade3eb2.tar.bz2
Merge pull request #1200 from MikeMcQuaid/man-note-date-change
man: note --fail-if-changed date behaviour change.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/dev-cmd/man.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/dev-cmd/man.rb b/Library/Homebrew/dev-cmd/man.rb
index 6c0c00747..d34d559f7 100644
--- a/Library/Homebrew/dev-cmd/man.rb
+++ b/Library/Homebrew/dev-cmd/man.rb
@@ -4,6 +4,8 @@
#: If `--fail-if-changed` is passed, the command will return a failing
#: status code if changes are detected in the manpage outputs.
#: This can be used for CI to be notified when the manpages are out of date.
+#: Additionally, the date used in new manpages will match those in the existing
+#: manpages (to allow comparison without factoring in the date).
require "formula"
require "erb"