1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-24 08:52:21 +02:00

Merge pull request #1389 from mjarkk/parse-emoji-update-docs

Add parse github emoji to config docs
This commit is contained in:
Mark Kopenga 2021-07-16 21:14:21 +02:00 committed by GitHub
commit 1573a449f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,7 @@ git:
allBranchesLogCmd: 'git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium'
overrideGpg: false # prevents lazygit from spawning a separate process when using GPG
disableForcePushing: false
parseEmoji: false
os:
editCommand: '' # see 'Configuring File Editing' section
openCommand: ''