This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# <pre> | |
# This file is in the public domain, so clarified as of | |
# 2009-05-17 by Arthur David Olson. | |
# So much for footnotes about Saudi Arabia. | |
# Apparent noon times below are for Riyadh; your mileage will vary. | |
# Times were computed using formulas in the U.S. Naval Observatory's | |
# Almanac for Computers 1987; the formulas "will give EqT to an accuracy of | |
# [plus or minus two] seconds during the current year." | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
changelog = "!git tag -l v* -n20 | sed -n 'H;${;g;s/\\n[^v]/\\x00/g;p}' | sort -rV | tr \\\\000 \\\\n | less" |