summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/__git.lua
AgeCommit message (Collapse)Author
2023-02-19feat: keep prompt and selection on git_staging_toggle (#2372)atusy
2023-01-31Revert "feat(git): git_commits shows the current branch graph (#2288)" (#2358)Simon Hauser
This reverts commit 01d92285ef4402b188fa583d57f5d1a18c889d22.
2023-01-11feat(pickers): add opt.show_remote_tracking_branches to git_branches (#2314)Matt Taylor
2023-01-06fix: correctly parse filenames with special chars in git_status (#2296)Jonas Strittmatter
2022-12-28feat(git): git_commits shows the current branch graph (#2288)Cyan
Co-authored-by: Cyan Joeng <cyan.joeng@gmail.com>
2022-11-23feat: sort branches initially by authordate (#2236)A. Schueler
2022-11-06feat: the parameter "map" of attach_mappings can be list of modes to create ↵ADoyle
mapping on multiple modes (#2220)
2022-10-31Revert "feat(git): notify when not in a git repo instead of error (#2181)" ↵Simon Hauser
(#2217) This reverts commit a09df82861944aab86c74648b1a570ff8ff73f82.
2022-09-30feat(git): notify when not in a git repo instead of error (#2181)Antoine
Fix #2180
2022-07-07chore: reformat with stylua 0.14.0Simon Hauser
2022-07-01break: prefix internal files and add deprecation messages (#2032)Simon Hauser