1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Add design document for "Find base commit for fixup"

This document explains why we made certain decisions about the behavior of the
command. This is too detailed for users, but could be useful in the future if we
want to discuss further improvements.
This commit is contained in:
Stefan Haller
2024-05-26 17:36:48 +02:00
parent dbdabb34f3
commit b82c72b63d
2 changed files with 230 additions and 0 deletions

View File

@ -4,3 +4,4 @@
* [Busy/Idle Tracking](./Busy.md)
* [Integration Tests](../../pkg/integration/README.md)
* [Demo Recordings](./Demo_Recordings.md)
* [Find base commit for fixup design](Find_Base_Commit_For_Fixup_Design.md)