summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/git.lua
AgeCommit message (Expand)Author
2022-07-12chore: remove deprecated functions / messages (#2063)Simon Hauser
2022-07-01break: prefix internal files and add deprecation messages (#2032)Simon Hauser
2022-07-01feat: Add entry_index for entry_makersTJ DeVries
2022-06-30feat: add `--follow` to bcommits (#1997)Brian Di Palma
2022-06-30break: deprecate utils.get_default utils.if_nil (#1545)Simon Hauser
2022-06-30break(git_files): change show_untracked default to false (#842)Ben Smith
2022-06-18fix: error caused by the invalid options in create_autocmd for vimdiff (#2013)Rocky Zhang
2022-04-22feat: lua autocmd (#1707)Dave Lage
2022-03-13feat: improve UX with vim.notify (#1763)tami5
2022-02-14fix: add opts.bufnr and opts.winnr to builtin picker (#1706)James Trew
2021-12-06fix: git stash entry formatting (#1452)Farbod Salamat-Zadeh
2021-11-13feat(worktrees): added support for bare repo git operations (#1370)Pranav Rao
2021-10-24fix: opts.git_command for files, commits, bcommits (#1374)Simon Hauser
2021-09-16feat: support <pattern> for git-for-each-ref (git_branches) (#1248)Anthony Nichols
2021-09-10feat: git merge branch action (#1220)thibthib18
2021-09-02fix(picker): incorrect git stash picker command (#1195)Phelipe
2021-09-01fix: Should not block on git commands (#1176)TJ DeVries
2021-08-12chore: separate commit date & time in git_branches (#1111)James Trew
2021-08-03fix: git_bcommit use absolute path for current file (#1059)Joshua Cao
2021-07-30feat: add git reset action for git commits picker (#999)Joel Palmer
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-06-14feat: cycle previewers with commit and bcommit already using it (#528)Simon Hauser
2021-06-14chore: use plenary.strings and remove strings functions from utils (#690)JINNOUCHI Yasushi
2021-06-01fix: correctly check output of git worktree command (#882)Jose Alvarez
2021-05-11create new action: git switch (#798)Kyoichiro Yamada
2021-05-11feat: add git_stash picker (#800)Amirreza Askarpour
2021-04-22fix checking for git dir in a bare repo (#757)PolarMutex
2021-04-20fix: support multiple clients in lsp code actions (#722)William Boman
2021-04-14git(action): create and checkout branch (#755)Ben Smith
2021-04-07fix(git_branches): use the quoted fields instead of json-formatting and fix r...Kyoichiro Yamada
2021-03-29picker(git_branch): show committer, upstream and date (#695)Kyoichiro Yamada
2021-03-21Fix prompt titles. Closes #OCD. (#675)Jesse Leite
2021-03-02feat: add expand_dir opts for git_status (#591)elianiva
2021-03-01feat: better display for git_branches (#586)Simon Hauser
2021-03-01feat: delete mappings for git_branches (#578)ThePrimeagen
2021-02-27fix: a lot of small things and adds more customization for caret (#554)Simon Hauser
2021-02-27feat: allow git_* to use vim pwd over git root (#563)Tom
2021-02-23feat: file browser & refresh interface (#290)Simon Hauser
2021-02-22feat: Action improvements (#472)TJ DeVries
2021-02-09fix: all git builtin respect cwd now (#517)Simon Hauser
2021-01-27Undo #465 (#469)anott03
2021-01-25fix: move to actions.select as default action (#465)anott03
2021-01-16feat: allow to list files in git submodules (#329)Massimo Redaelli
2021-01-15feat: show git log for remote branches (#428)Simon Hauser
2021-01-12fix: git_branch only remove remotes/origin part (#423)JINNOUCHI Yasushi
2021-01-04feat: Add highlight to builtin.git_status (#388)Cedric M'Passi
2020-12-27feat: all entry_makers are now overridable and icons for builtin.buffers (#364)tamago324
2020-12-09Feat: Opt in vim buffers for previewers (#298)Simon Hauser
2020-11-27feat: Make tab toggle between git add and git restore in builtin.git_status()...Cedric M'Passi
2020-11-19Fix: cwd detection of builtin.git_ (#264)YIQUN