Documentation: move RelNotes into a directory of their own

There are 108 of them already.  That's a bit more than one third of
all the files in the Documentation directory already, and still growing.

Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Nicolas Pitre
2010-09-06 20:29:57 -04:00
committed by Junio C Hamano
parent 7505ae272b
commit 761e742d69
111 changed files with 107 additions and 107 deletions

View File

@ -6,7 +6,7 @@ for h in \
*.txt *.html \
howto/*.txt howto/*.html \
technical/*.txt technical/*.html \
RelNotes-*.txt *.css
RelNotes/*.txt *.css
do
if test ! -f "$h"
then