From 2737ccdd3dbf58e330ace3ec658511bfbd715059 Mon Sep 17 00:00:00 2001 From: Tudor Ambarus Date: Fri, 3 Jul 2020 14:21:24 +0300 Subject: man: Update commit url mask to contain 12 chars of ID Use 12 characters for the commit ID, similar to what git log --oneline uses. 10 chars of ID is sometimes not enough and git.kernel.org returns "Bad object ID". Example: https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git/commit/?id=482dcb2a04 Signed-off-by: Tudor Ambarus Signed-off-by: Konstantin Ryabitsev --- man/b4.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/b4.5.rst b/man/b4.5.rst index a5d64b6..72357f5 100644 --- a/man/b4.5.rst +++ b/man/b4.5.rst @@ -262,7 +262,7 @@ Default configuration, with explanations:: # How long to keep downloaded threads in cache (minutes)? cache-expire = 10 # Used when creating summaries for b4 ty, and can be set to a value like - # thanks-commit-url-mask = https://git.kernel.org/username/c/%.10s + # thanks-commit-url-mask = https://git.kernel.org/username/c/%.12s # See this page for more info on convenient git.kernel.org shorterners: # https://korg.wiki.kernel.org/userdoc/git-url-shorterners thanks-commit-url-mask = None -- cgit v1.2.3