projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c36040
)
meta: VS Code: add "Git: Always Sign Off" setting
author
Andrey Butirsky
<butirsky@gmail.com>
Sat, 28 Sep 2024 18:01:16 +0000
(18:01 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 3 Oct 2024 15:18:51 +0000
(17:18 +0200)
VS Code setting to auto signoff commits.
This also corresponds to our GitHub Web workflow.
Signed-off-by: Andrey Butirsky <butirsky@gmail.com>
Link:
https://github.com/openwrt/openwrt/pull/16540
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
.vscode/settings.json
[new file with mode: 0644]
patch
|
blob
diff --git a/.vscode/settings.json
b/.vscode/settings.json
new file mode 100644
(file)
index 0000000..
b93fa58
--- /dev/null
+++ b/
.vscode/settings.json
@@ -0,0
+1,3
@@
+{
+ "git.alwaysSignOff": true
+}