Skip to content

Allows listing commits from a specific branch#3472

Open
fdev31 wants to merge 1 commit into
nvim-telescope:masterfrom
fdev31:master
Open

Allows listing commits from a specific branch#3472
fdev31 wants to merge 1 commit into
nvim-telescope:masterfrom
fdev31:master

Conversation

@fdev31
Copy link
Copy Markdown

@fdev31 fdev31 commented May 21, 2025

Description

While adding a "cherry-pick" command to neovim, I couldn't figure how to list commits from a specific branch and needed such change to allow that.

With this patch I could successfully implement the sequence:

  • pick a branch
  • pick a commit from that branch
  • cherry-pick that commit

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

  • tested on code requiring this new feature
  • tested "plain" (no arguments) git_commits too

Configuration:

  • Neovim version (nvim --version): v0.11.1
  • Operating system and version: Arch Linux

Checklist:

  • My code follows the style guidelines of this project (stylua)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (lua annotations)

fdev31 added a commit to fdev31/kickstart.nvim that referenced this pull request May 21, 2025
Comment thread lua/telescope/builtin/__git.lua
@alerque
Copy link
Copy Markdown

alerque commented Dec 11, 2025

CI jobs on this should be safe to trigger ...

@fdev31
Copy link
Copy Markdown
Author

fdev31 commented Dec 11, 2025

Do I need to do something ? (tests are looking stuck...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants