summaryrefslogtreecommitdiff
path: root/.head-Changelog
diff options
context:
space:
mode:
Diffstat (limited to '.head-Changelog')
-rw-r--r--.head-Changelog9
1 files changed, 0 insertions, 9 deletions
diff --git a/.head-Changelog b/.head-Changelog
deleted file mode 100644
index d62d0a2e..00000000
--- a/.head-Changelog
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-for i in `find . -name ChangeLog -print`
-do
- echo "=========================================="
- echo $i
- sed -n '1,/Release/p' $i
-done
-