Revert "gitconfig: git config --global format.signOff true"
Summary:
This reverts commit 761a5d6c1f
.
Was not the thing I was expecting.
Signed-off-by: Yongmin Hong <revi@omglol.email>
Test Plan: N/A
Reviewers: O1 revi & automations, revi
Reviewed By: O1 revi & automations, revi
Differential Revision: https://issuetracker.revi.xyz/D118
This commit is contained in:
parent
882d54328a
commit
47afc240b6
2 changed files with 6 additions and 7 deletions
11
.gitaliases
11
.gitaliases
|
@ -2,7 +2,7 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
[alias]
|
[alias]
|
||||||
co = checkout
|
co = checkout
|
||||||
cm = commit
|
cm = commit -s
|
||||||
st = status
|
st = status
|
||||||
br = branch -v
|
br = branch -v
|
||||||
fa = fetch --all
|
fa = fetch --all
|
||||||
|
@ -21,10 +21,11 @@
|
||||||
por = push origin master
|
por = push origin master
|
||||||
pon = push origin main
|
pon = push origin main
|
||||||
amend = commit --amend
|
amend = commit --amend
|
||||||
cmt = commit -S
|
amends = commit --amend -s
|
||||||
amends = commit --amend -S
|
cmt = commit -S -s
|
||||||
acmt = commit -a -S
|
amendss = commit --amend -S -s
|
||||||
acm = commit -a
|
acmt = commit -a -S -s
|
||||||
|
acm = commit -a -s
|
||||||
fup = fetch upstream
|
fup = fetch upstream
|
||||||
com = !echo 'ERROR: use cor for master, and con for main.'
|
com = !echo 'ERROR: use cor for master, and con for main.'
|
||||||
comr = checkout master
|
comr = checkout master
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
[format]
|
|
||||||
signOff = true
|
|
||||||
[sendemail]
|
[sendemail]
|
||||||
from = 'Yongmin Hong <revi@omglol.email>'
|
from = 'Yongmin Hong <revi@omglol.email>'
|
||||||
smtpserver = smtp.fastmail.com
|
smtpserver = smtp.fastmail.com
|
||||||
|
|
Loading…
Reference in a new issue