| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-13 | editor: do not rely on `the_repository` for interactive edits | Patrick Steinhardt | |
| We implicitly rely on `the_repository` when editing a file interactively because we call `git_path()`. Adapt the function to instead take a `struct repository` as a parameter so that we can remove this hidden dependency. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||
| 2023-04-11 | editor: move editor-related functions and declarations into common file | Elijah Newren | |
| cache.h and strbuf.[ch] had editor-related functions. Move these into editor.[ch]. Signed-off-by: Elijah Newren <newren@gmail.com> Acked-by: Calvin Wan <calvinwan@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||
