1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
7270dea48d Switch git-todo-parser from fsmiamoto original repo to stefanhaller's fork
Sometimes it takes a while to get PRs accepted upstream, and this blocks our
progress. Since I'm pretty much the only one making changes there anyway, it
makes sense to point to my fork directly.
2024-04-22 20:59:15 +02:00
ef99e47d09 Fix amend to operation not working with non-HEAD merge commit 2024-04-22 08:48:59 -07:00
de1c495704 rename sha to hash 8, update some log and comment 2024-04-12 08:33:47 +02:00
e6ef1642fa rename sha to hash 2024-04-12 08:33:47 +02:00
0608fc6471 Allow deleting update-ref todos 2024-03-16 22:01:13 +01:00
bd975a8dcb Allow moving update-ref todos up/down 2024-03-16 22:01:03 +01:00
e8d84a1f2c Refactor: pass Todo to moveTodoUp/Down instead of Sha and Action
We need this because we want to enable moving update-ref todos, which don't have
a sha.
2024-03-16 15:21:17 +01:00
03694f7502 Fix arg order to asserts 2023-08-19 19:10:25 +03:00
8932d17393 Cleanup: remove unnecessary if statements
The assert package is already very good at displaying errors, including printing
a diff of expected and actual value, so there's no point in printing the same
information again ourselves.
2023-06-26 08:11:10 +02:00
e63858215e refactor moveFixupCommitDown 2023-04-29 07:28:33 +02:00
aec46942a8 enforce lowercase filenames 2023-04-29 13:05:05 +10:00