From: Jim Meyering Date: Sun, 27 Aug 2006 19:59:15 +0000 (+0000) Subject: Use http://, not https:// for savannah.gnu.org bug URLs. X-Git-Tag: v6.2~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba663fc19010d2d6ec95690d19ab348457ad06a1;p=thirdparty%2Fcoreutils.git Use http://, not https:// for savannah.gnu.org bug URLs. --- diff --git a/ChangeLog b/ChangeLog index bdf8adf136..0163c1927f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ * src/copy.c (copy_internal): Don't make a backup if the last component of the source name is "." or "..". - Reported by Andreas Schwab in https://savannah.gnu.org/bugs/?17540. + Reported by Andreas Schwab in http://savannah.gnu.org/bugs/?17540. * NEWS: Mention this. * tests/cp/src-base-dot: New file. Test for the above fix. * tests/cp/Makefile.am (TESTS): Add src-base-dot. @@ -71,7 +71,7 @@ * src/ls.c (gobble_file): With --color, also stat the file when we know it is a directory. Derived from an anonymous one-line fix and bug report: - . + . * tests/ls/color-dtype-dir: New file. Test for the above fix. * tests/ls/Makefile.am (TESTS): Add color-dtype-dir.