mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
fix: disable log.showSignature in git log calls
This commit is contained in:
parent
971683762e
commit
9c84c344d7
7 changed files with 7 additions and 15 deletions
|
|
@ -414,7 +414,7 @@ function main {
|
|||
# --first-parent: commits from merged branches are omitted
|
||||
local SEP="0mZmAgIcSeP"
|
||||
local -a raw_commits
|
||||
raw_commits=(${(0)"$(command git log -z \
|
||||
raw_commits=(${(0)"$(command git -c log.showSignature=false log -z \
|
||||
--format="%h${SEP}%D${SEP}%s${SEP}%b" --abbrev=7 \
|
||||
--no-merges --first-parent $range)"})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue