Commit 4183bb9
committed
sequencer: remove unnecessary variable setting
revs.pretty_given is only ever used in builtin/log.c, which is never
called from sequencer. So setting this variable cannot do anything.
Remove it.
This was introduced in commit 62db524 ("rebase -i: generate the
script via rebase--helper", 2017-07-14), which was converting from a
literal usage of log, which suggests this line was copied or ported
from log.c even though it has no use here.1 parent 1a8a497 commit 4183bb9
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6086 | 6086 | | |
6087 | 6087 | | |
6088 | 6088 | | |
6089 | | - | |
6090 | 6089 | | |
6091 | 6090 | | |
6092 | 6091 | | |
| |||
0 commit comments