diff options
author | Tudor Ambarus <tudor.ambarus@microchip.com> | 2020-07-03 14:21:24 +0300 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-07-07 15:37:57 -0400 |
commit | baa5b9fb51a094ddfee294f3610d1cbdb2943cac (patch) | |
tree | 427036a6404b5d0509b731d4348b1938e17ace9e /thanks-am-template.example | |
parent | 852e334191af5b6bc6825424acc5cfed3891272d (diff) | |
download | b4-baa5b9fb51a094ddfee294f3610d1cbdb2943cac.tar.gz |
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 <tudor.ambarus@microchip.com>
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'thanks-am-template.example')
-rw-r--r-- | thanks-am-template.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thanks-am-template.example b/thanks-am-template.example index 40239f3..b2c8986 100644 --- a/thanks-am-template.example +++ b/thanks-am-template.example @@ -27,7 +27,7 @@ Applied to ${branch}, thanks! # to the commit id in your tree, so you probably want to set # b4.thanks-commit-url-mask in gitconfig to a value like: # [b4] -# thanks-commit-url-mask = https://git.kernel.org/username/c/%.10s +# thanks-commit-url-mask = https://git.kernel.org/username/c/%.12s # # Check this page for info on convenient URL shorteners: # https://korg.wiki.kernel.org/userdoc/git-url-shorterners |