summaryrefslogtreecommitdiff
path: root/gitweb/gitweb.css
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2026-08-12 06:42:38 +0000
committerJunio C Hamano <gitster@pobox.com>2026-08-12 07:22:56 -0700
commit14058ed717ece27a86dc4c0e72642d89624da5ff (patch)
treec1af87bf6400e81d41efcbf4ba0355c91569bf53 /gitweb/gitweb.css
parente9019fcafe0040228b8631c30f97ae1adb61bcdc (diff)
sequencer: remove unnecessary variable setting
revs.pretty_given is only ever read in builtin/log.c, and nothing from builtin/log.c is ever called from sequencer.c. So setting this variable cannot do anything. This was introduced in commit 62db524779 ("rebase -i: generate the script via rebase--helper", 2017-07-14), which used `git rev-list` even though its commit message describes the logic as having been based on `git log`. Because of this, I am guessing this line was copied or ported from part of builtin/log.c without recognizing that this line was not doing anything and could be removed. It's certainly not doing anything now, though, so remove it. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb/gitweb.css')
0 files changed, 0 insertions, 0 deletions