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