From 7bc25c7bdc381cfd7b3d4db3a0a77b696a9059d2 Mon Sep 17 00:00:00 2001 From: psteinfeld <47540744+psteinfeld@users.noreply.github.com> Date: Mon, 25 Feb 2019 08:06:04 -0800 Subject: [PATCH] [flang] Rename directives.md to Directives.md Original-commit: flang-compiler/f18@752d757e1ca0b437875ea5a2eddf3e0d18ff376d Reviewed-on: https://github.com/flang-compiler/f18/pull/301 Tree-same-pre-rewrite: false --- flang/documentation/{directives.md => Directives.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename flang/documentation/{directives.md => Directives.md} (100%) diff --git a/flang/documentation/directives.md b/flang/documentation/Directives.md similarity index 100% rename from flang/documentation/directives.md rename to flang/documentation/Directives.md -- 2.7.4