mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 09:06:27 -04:00
Renaming a file inside the same directory shows it with its full path in the tree view, which isn't what we want. We'll fix this in the next commit. Also adding a few other test cases for moving files; they show that the display of moved files in tree view isn't ideal. For example, moving file1 from top level into dir shows it as "R file1 → file1", which isn't distinguishable from renaming file1 inside dir. I suppose what we would like to have here is "R ../file1 → file1" or something, but I'll leave that for the future; here I only want to fix the regression that was introduced with the root item PR. |
||
|---|---|---|
| .. | ||
| collapse_expand.go | ||
| copy_menu.go | ||
| dir_with_untracked_file.go | ||
| discard_all_dir_changes.go | ||
| discard_range_select.go | ||
| discard_staged_changes.go | ||
| discard_unstaged_dir_changes.go | ||
| discard_unstaged_file_changes.go | ||
| discard_unstaged_range_select.go | ||
| discard_various_changes.go | ||
| discard_various_changes_range_select.go | ||
| gitignore.go | ||
| remember_commit_message_after_fail.go | ||
| rename_similarity_threshold_change.go | ||
| renamed_files.go | ||
| shared.go | ||
| stage_children_range_select.go | ||
| stage_deleted_range_select.go | ||
| stage_range_select.go | ||