Summary:
- remove redundant `.gitmodule`. No more submodules.
- replace tabs with space as space is the majority here.
- spacing issues @ `.arcconfig`.
- sync `.arclint`.
- alphabetize configs.
Signed-off-by: Yongmin Hong <revi@omglol.email>
Test Plan: deploy and test?
Reviewers: O1 revi & automations, revi
Reviewed By: O1 revi & automations, revi
Differential Revision: https://issuetracker.revi.xyz/D171
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
Summary:
what's the point of using `git arcdiff` when it is longer than `arc diff`? make it shorter to quicker typing time.
Signed-off-by: Yongmin Hong <revi@omglol.email>
Test Plan: `git ad`
Reviewers: O1 revi & automations, revi
Reviewed By: O1 revi & automations, revi
Differential Revision: https://issuetracker.revi.xyz/D64
Summary:
Since around 2020, `main` has gained traction but not everyone has followed suit, so move master-tracking commands to make way for disambig command.
This will let me select my own default primary branch that is neither main nor master.
Signed-off-by: Yongmin Hong <revi@omglol.email>
Test Plan: `sh deploy.sh` then try `git com`.
Reviewers: O1 revi & automations, revi
Reviewed By: O1 revi & automations, revi
Differential Revision: https://issuetracker.revi.xyz/D68
Summary:
Also change gitconfig and gitalias to be @ $HOME.
Signed-off-by: Yongmin Hong <revi@omglol.email>
Test Plan: Try `sh deploy.sh` AT YOUR OWN RISK.
Reviewers: O1 revi & automations, revi
Reviewed By: O1 revi & automations, revi
Differential Revision: https://issuetracker.revi.xyz/D60
Summary:
- remove vscode submodule
- git mv git(config|ignore).sample to default.git(config|ignore)
- more rules for editorconfig, alphabetize
- enforce ^
- mv REAMDE.wiki to REAMDE.md but forgot git mv (markup difference would've made them different enough anyway)
- gitconfig to new identity
- change gpg.conf default too
Signed-off-by: Yongmin Hong <revi@omglol.email>
Test Plan: Read the Diff ™️.
Reviewers: #acl_sudoers, #blessed_reviewers, revi
Reviewed By: #acl_sudoers, #blessed_reviewers, revi
Differential Revision: https://issuetracker.revi.xyz/D18
There are some instances where I can't sign the packages (usually it
's remote server) so I can use signing only on local and not on remo
te.
Signed-off-by: Yongmin Hong <revi@pobox.com>