summaryrefslogtreecommitdiffstats
path: root/src/tabs
AgeCommit message (Expand)Author
2024-04-14Get default push remote from configuration (#2156)Christoph Rüßler
2024-03-07Remove unused clippy warning suppression (missing_const_for_fn) (#2115)Juan
2024-02-20fix a bunch more typosextrawurst
2024-02-20cancel commit search (#2078)extrawurst
2024-02-20ratatui 0.24 updateextrawurst
2024-02-19moving popups in its own module (#2066)extrawurst
2024-02-19allow pushing to empty repo (#2063)extrawurst
2024-02-19fix nighty and raise msrvextrawurst
2024-02-12(refactor) shorten component creation by grouping common items in an EnvironmentAlexandru Macovei
2023-12-22fix stashing tab empty (closes #1986)extrawurst
2023-10-17Add confirmation dialog for undo commit (#1909)Sainath Singineedi
2023-09-05make commit lookup in log fasterextrawurst
2023-09-03fix #1866extrawurst
2023-08-31stash list does not update after pop/drop (#1865)extrawurst
2023-08-28Fix slowness in big repo revlog tab (#1849)extrawurst
2023-08-27make commit filtering an async job (#1842)extrawurst
2023-08-27Index of search result (#1840)extrawurst
2023-08-26Fix: search in log (#1838)extrawurst
2023-08-21fix ciextrawurst
2023-08-21fix backgrounding search threadextrawurst
2023-08-21add missing command for new commit search in logextrawurst
2023-08-18commit log filtering (#1800)extrawurst
2023-08-12fix nightly clippyextrawurst
2023-08-10fix hunk edits with non standard diff options (#1803)extrawurst
2023-06-20FuzzyFindPopup for general use (#1672)UG
2023-06-19upgrade ratatuiextrawurst
2023-04-19tui -> ratatuiextrawurst
2023-04-12Show remote branches in revlogChristoph Rüßler
2023-03-01fix race issue in revlog message fetchingextrawurst
2023-02-18Reword commit (#1553)extrawurst
2023-02-11remove focus key bindingsextrawurst
2023-02-04support reset from log view (#1534)extrawurst
2023-02-04Checkout commit (#1499)Andrey Krupskiy
2023-01-13Status view fetch (#1483)Alen Šiljak
2023-01-08Allow to scroll diffs horizontally (#1327)Christoph Rüßler
2022-12-30clippy nightly fixesextrawurst
2022-12-30remove duplicate `edit` cmd from bar (#1489)extrawurst
2022-12-10fix nightly clippyextrawurst
2022-11-23Display commit changes (#1420)bc-universe
2022-11-21make fetching tree files asyncextrawurst
2022-11-21cleanup loggingextrawurst
2022-11-21support fetching branch_infos asyncextrawurst
2022-11-21fix status_tree not showing while first status loadingextrawurst
2022-11-05Report failure to copy to clipboard (#1410)Alexandru Macovei
2022-10-26Add notification when correctly copying hash commit (#1376)Sergio Alejandro Ribera Costa
2022-10-19dup current branch name in revlogextrawurst
2022-10-19Fix Clippy Lints (#1390)Alexandru Macovei
2022-10-18Display tags and branches in the revlog (#1371)Alexandru Macovei
2022-09-20Persist all options (#1342)extrawurst
2022-09-19Allow copying multiple commits (#1288)Emil Jaszczuk