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

13 Commits

Author SHA1 Message Date
6d2ec43596 WIP Show both ahead and behind 2024-05-19 17:23:39 +10:00
6eaece3696 Show divergence from base branch in branches list 2024-05-19 17:23:39 +10:00
707fa37160 Add inline status for pushing/pulling/fast-forwarding branches
When pulling/pushing/fast-forwarding a branch, show this state in the branches
list for that branch for as long as the operation takes, to make it easier to
see when it's done (without having to stare at the status bar in the lower
left).

This will hopefully help with making these operations feel more predictable, now
that we no longer show a loader panel for them.
2023-10-08 18:45:36 +02:00
572d1b5920 Add "Show divergence from upstream" entry to Upstream menu in branches panel 2023-08-29 08:16:40 +02:00
a4db44bc3d show commits against branches 2023-06-01 19:21:24 +10:00
52a2e4c1dc fix: fix ambiguous branch name
test: add an integration test for checkout branch by name

fix: fix full ref name of detached head

refactor: refactor current branch loader

chore: use field name explicitly
2022-11-14 19:05:07 +11:00
61970a4439 fix: fix ambiguous refname 2022-05-13 21:05:51 +09:00
dfb293c985 better upstream changes presentation 2022-04-18 11:03:28 +10:00
4835fc00b8 introduce Ref interface 2022-04-02 17:04:42 +11:00
dde30fa104 add gone branches status 2022-03-24 17:50:25 +11:00
1c84f77319 always specify upstream when pushing/pulling 2022-01-15 15:34:01 +11:00
9fdf92b226 more refactoring
WIP

WIP
2021-06-06 09:12:49 +10:00
ce6f8ed1bc move models folder into commands folder 2020-09-29 20:48:49 +10:00