From c43fc2760b56d9b65225fa746f21277d81238745 Mon Sep 17 00:00:00 2001 From: logical-1985516 Date: Fri, 5 Jul 2024 23:54:35 +0800 Subject: [PATCH] Empty the correct cell --- docs/ug/authorConfigSyntax.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/ug/authorConfigSyntax.md b/docs/ug/authorConfigSyntax.md index a1721558ce..83081fb683 100644 --- a/docs/ug/authorConfigSyntax.md +++ b/docs/ug/authorConfigSyntax.md @@ -20,9 +20,9 @@ To specify multiple `Repository's Location` in a single row, we can use a semico Below is an example: -| Repository's Location | Branch | Author's Git Host ID | ... Hidden columns | -|---------------------------------------------------------------------------------------|--------|----------------------|--------------------| -| `https://github.com/reposense/RepoSense.git;https://github.com/MarkBind/markbind.git` | -- | sikai00 | -- | +| Repository's Location | Branch | Author's Git Host ID | ... Hidden columns | +|---------------------------------------------------------------------------------------|---------|----------------------|-----------------------| +| `https://github.com/reposense/RepoSense.git;https://github.com/MarkBind/markbind.git` | master | sikai00 | -- | We have now furnished author details for both repositories in a single row, instead of having two individual rows per `Repository's Location`. @@ -34,9 +34,9 @@ To list out one or more branches for a particular `Repository's Location`, we ca Below is an example: -| Repository's Location | Branch | Author's Git Host ID | ... Hidden columns | -|------------------------------------------------------------------------|----------|----------------------|-----------------------| -| `https://github.com/reposense/RepoSense.git~master\|release\|cypress` | master | sikai00 | -- | +| Repository's Location | Branch | Author's Git Host ID | ... Hidden columns | +|------------------------------------------------------------------------|----------|----------------------|--------------------| +| `https://github.com/reposense/RepoSense.git~master\|release\|cypress` | | sikai00 | -- | We have now provided author details for three different branches in a single repo, using a single row.