1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-12 13:21:42 +03:00

Improve backward compatibility

This commit is contained in:
Ryooooooga
2021-10-18 22:44:01 +09:00
parent e4888e924e
commit 40bc3aa5a9
2 changed files with 8 additions and 9 deletions

View File

@ -361,7 +361,7 @@ func (c *CommitListBuilder) getLogCmd(opts GetCommitsOptions) *exec.Cmd {
return c.OSCommand.ExecutableFromString(
fmt.Sprintf(
"git log %s --oneline --pretty=format:\"%%H%s%%at%s%%aN%s%%d%s%%p%s%%s\" %s --abbrev=%d --date=unix %s",
"git log %s --oneline --pretty=format:\"%%H%s%%at%s%%aN%s%%d%s%%p%s%%s\" %s --abbrev=%d %s",
c.OSCommand.Quote(opts.RefName),
SEPARATION_CHAR,
SEPARATION_CHAR,