summaryrefslogtreecommitdiffstats
path: root/pkg/commands/loading_commits.go
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2021-10-18 22:44:01 +0900
committerRyooooooga <eial5q265e5@gmail.com>2021-10-18 22:44:01 +0900
commit40bc3aa5a9edca5fa562a0056522e117476fe84c (patch)
tree6842acfec59dfc6fb6df8f333fcd6b2d6695aafd /pkg/commands/loading_commits.go
parente4888e924ed55abdcc07c924df734afd0921a46e (diff)
Improve backward compatibility
Diffstat (limited to 'pkg/commands/loading_commits.go')
-rw-r--r--pkg/commands/loading_commits.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/loading_commits.go b/pkg/commands/loading_commits.go
index e7d27e094..f5c1d662e 100644
--- a/pkg/commands/loading_commits.go
+++ b/pkg/commands/loading_commits.go
@@ -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,