1
0
mirror of https://github.com/desktop/desktop synced 2024-07-02 15:48:39 +00:00

🎨 Easier to read this way IMO

This commit is contained in:
Markus Olsson 2024-06-24 13:43:48 +02:00
parent d8873cb08d
commit 8d86091ae3

View File

@ -485,8 +485,7 @@ export function gitRebaseArguments() {
// uses the merge backend even if the user has the apply backend
// configured, since this is the only one supported.
// This can go away once git deprecates the apply backend.
'-c',
'rebase.backend=merge',
...['-c', 'rebase.backend=merge'],
]
}