From 88fdee130d8bc2b4412f940f60659aecf20a8d50 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Sun, 5 May 2024 16:19:20 -0400 Subject: [PATCH] Replace ticked checkboxes with ASCII --- doc/version-control-fields.rst | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/version-control-fields.rst b/doc/version-control-fields.rst index 75f5794d090..71dd59c4953 100644 --- a/doc/version-control-fields.rst +++ b/doc/version-control-fields.rst @@ -14,26 +14,26 @@ Most of the version control system (VCS) fields types are common to both - source-repository (head|this) - source-repository-package * - type - - 🗹 - - 🗹 + - [x] + - [x] * - location - - 🗹 - - 🗹 + - [x] + - [x] * - branch - - 🗹 - - 🗹 + - [x] + - [x] * - tag - - 🗹 - - 🗹 + - [x] + - [x] * - subdir - - 🗹 (0 or 1) - - 🗹 (0 or 1 for each dependency) + - [x] (0 or 1) + - [x] (0 or 1 for each dependency) * - module (CVS only) - - 🗹 - - ☐ + - [x] + - [_] * - post-checkout-command - - ☐ - - 🗹 + - [_] + - [x] .. _vcs-kind: