From da69f97123b7e024b1895a25b1d24118d27b622f Mon Sep 17 00:00:00 2001 From: "Jay S. Bryant" Date: Sat, 19 May 2018 19:49:18 -0500 Subject: [PATCH] Add an explanation for tags During the education it was noted that we didn't explain what to do if we had multiple tags in a commit. I added a note to the page on it. Also there is a missing blank line in the listings format. Change-Id: I41c8d4c344bf174fb9ec54c6da6ad285b0a6a02c --- doc/source/common/git.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/common/git.rst b/doc/source/common/git.rst index 2e2e042..6633348 100644 --- a/doc/source/common/git.rst +++ b/doc/source/common/git.rst @@ -113,8 +113,13 @@ Format: - Summary Line - Empty line - Body +- Empty line - Tags +.. note:: + + Tags should be entered one per line. + Summary Line ------------