summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-27 19:59:15 +0000
committerJim Meyering <jim@meyering.net>2006-08-27 19:59:15 +0000
commitba663fc19010d2d6ec95690d19ab348457ad06a1 (patch)
treed2db79f46c110bb28d5a3c277ac3a1ef7bff0e5f /ChangeLog
parente7573e15d961b7521383f1493f830be6a6251948 (diff)
downloadcoreutils-ba663fc19010d2d6ec95690d19ab348457ad06a1.tar.xz
Use http://, not https:// for savannah.gnu.org bug URLs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bdf8adf13..0163c1927 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:
- <https://savannah.gnu.org/bugs/?15043>.
+ <http://savannah.gnu.org/bugs/?15043>.
* tests/ls/color-dtype-dir: New file. Test for the above fix.
* tests/ls/Makefile.am (TESTS): Add color-dtype-dir.