mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-12 11:15:00 +02:00
a8586ba57e
Instead of passing a bunch of different options in PrepareInteractiveRebaseCommandOpts, where it was unclear how they interact if several are set, have only a single field "instruction" which can be set to one of various different instructions. The functionality of replacing the entire todo file with our own is no longer available; it is only possible to prepend todos to the existing file. Also, instead of using different env vars for the various rebase operations that we want to tell the daemon to do, use a single one that contains a json-encoded struct with all available instructions. This makes the protocol much clearer, and makes it easier to extend in the future. |
||
---|---|---|
.. | ||
color_test.go | ||
color.go | ||
date.go | ||
dummies.go | ||
errors.go | ||
formatting_test.go | ||
formatting.go | ||
fuzzy_search_test.go | ||
fuzzy_search.go | ||
io.go | ||
lines_test.go | ||
lines.go | ||
once_writer_test.go | ||
once_writer.go | ||
rebase_todo_test.go | ||
rebase_todo.go | ||
regexp_test.go | ||
regexp.go | ||
slice_test.go | ||
slice.go | ||
string_stack.go | ||
template_test.go | ||
template.go | ||
thread_safe_map_test.go | ||
thread_safe_map.go | ||
utils_test.go | ||
utils.go |