drm: Branch 'master'
[email protected] (GitLab Mirror) Wed, 17 Oct 2018 15:17:32 +0000 (UTC)
| Newsgroups | gmane.comp.video.dri.patches |
|---|---|
| Message-ID | <[email protected]> |
0 files changed New commits: commit 9d07fbf5939011f7fdf6329689ef9dcc1c6648ff Author: Daniel Vetter <[email protected]> Date: Tue Sep 4 14:47:31 2018 +0200 doc: Rename README&CONTRIBUTING to .rst Looks much neater on the gitlab UI, e.g. on my personal libdrm fork: https://gitlab.freedesktop.org/danvet/drm Acked-by: Eric Engestrom <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> diff --git a/CONTRIBUTING b/CONTRIBUTING.rst similarity index 100% rename from CONTRIBUTING rename to CONTRIBUTING.rst diff --git a/README b/README.rst similarity index 100% rename from README rename to README.rst --