diff --git a/denops/gin/command/log/edit.ts b/denops/gin/command/log/edit.ts index fe4af877..34877475 100644 --- a/denops/gin/command/log/edit.ts +++ b/denops/gin/command/log/edit.ts @@ -77,7 +77,10 @@ export async function exec( const args = [ "log", "--color=always", - ...formatFlags(options.flags ?? {}), + ...formatFlags({ + "decorate": "short", + ...(options.flags ?? {}), + }), ...(unnullish(options.commitish, (v) => [v]) ?? []), "--", ...(filenames ?? []),