summaryrefslogtreecommitdiffstats
path: root/src/queue.rs
AgeCommit message (Collapse)Author
2023-10-17Add confirmation dialog for undo commit (#1909)Sainath Singineedi
2023-08-31stash list does not update after pop/drop (#1865)extrawurst
* move to stashlist after stashing * move to status after stash popping
2023-08-18commit log filtering (#1800)extrawurst
2023-06-20FuzzyFindPopup for general use (#1672)UG
* replace BranchFindPopup with FuzzyFindPopup * replace FileFindPopup with FuzzyFindPopup
2023-04-21add fuzzy finder in branch list (#1658)UG
* add branch_find_popup * capital F for fetch in branchlist, f for find * add command info of return closes #1350
2023-02-18Reword commit (#1553)extrawurst
* reuse commit popup for reword * switch to status after reword * show command * prepopulate with old msg * changelog Closes #829
2023-02-04support reset from log view (#1534)extrawurst
2022-08-31support opening submodule (#1298)extrawurst
2022-08-27PoC list submodules (#1090)extrawurst
2022-04-24Revert "Change diff renamed files (#1040)"extrawurst
This reverts commit 5f466ff983b35176649e855ea60a2585f8b85847.
2022-04-24Change diff renamed files (#1040)Gleb Davydov
2022-02-06generic popup stacking solution (#1124)Stephan Dilly
* generic popup stacking solution * allow going back to file-revision popup * do not select diff in coming back to files-revlog * handle filetree popup via stacking * allow going back to inspect commit * allow coming back to compare/inspect commit
2022-01-31fix left arrow closing popup (#1121)Stephan Dilly
* fix left arrow closing popup * fix pageup/down being borked * adhere to global diff options * fix build for rust 1.50 * show revision count in header * allow blaming any specific file revision * show blame command * allow opening history from blame
2022-01-30Add popup for file history (#841)Christoph Rüßler
2022-01-22allow inspecting tag annotationStephan Dilly
2022-01-16support deleting tag on remote (#1079)Stephan Dilly
2021-12-29implement reverting commit from revlog (#1057)Stephan Dilly
2021-11-23fetch/prune branches (#1000)Stephan Dilly
2021-10-13branch deletion better distinguish local vs remoteStephan Dilly
2021-09-29allow rebase with conflicts (#897)Stephan Dilly
2021-09-04find files via fuzzy finder (#890)Stephan Dilly
2021-08-21compare two commits (#860)Stephan Dilly
2021-08-19support options for the way we calculate the status (#849)Stephan Dilly
2021-08-18drop multiple stashes (#855)Stephan Dilly
2021-08-17cargo fmt: use hardtabs Stephan Dilly
since it does not support hard-whitespaces its the only way to make whitespaces consisitent and checked
2021-08-15ability to delete remote branch (#838)zcorniere
* added ability to delete remote branch (closes #622)
2021-06-07abstract queue into custom typeStephan Dilly
2021-05-27Add popup for tagsChristoph Rüßler
This closes #483.
2021-05-18file tree of a commit (#715)Stephan Dilly
2021-05-16move focus after last file stagedStephan Dilly
2021-05-12update branchlist after creating a branch (#702)Stephan Dilly
2021-05-09merging a branch (#696)Stephan Dilly
* merging arbitrary branch * cleanup intermediate in-merge state
2021-04-21Add blame viewChristoph Rüßler
This closes #484.
2021-04-11Add pop stash command on Staches tabbrunohgouveia
2021-03-11support rebase merge (conflict free only) (#567)Stephan Dilly
2021-03-08support discard selected lines (#571)Stephan Dilly
2021-03-05add support for pushing tags (#569)Stephan Dilly
2021-03-03user confirm merge (#565)Stephan Dilly
2021-02-28renameStephan Dilly
2021-02-28Async fetch (#552)Stephan Dilly
* async fetch * reuse remote progress for fetch * prvent push/fetch popup from closing too soon
2021-02-23Support force push (#421)Richard Menzies
2020-10-17Rename branch (#334)Richard Menzies
2020-10-11cleanupStephan Dilly
2020-10-11Delete branch (#332)Richard Menzies
2020-10-10Branch popup (#303)Richard Menzies
closes #91
2020-09-04Test push progress (#272)Stephan Dilly
2020-09-02support push to origin (#266)Stephan Dilly
* use vendored ssl
2020-08-29new 'create branch' popup (#254)Stephan Dilly
closes #253
2020-07-15Add command for tagging commitChristoph Rüßler
2020-07-12show tags in commit details popup (closes #193)Stephan Dilly