Skip to content

Conversation

aaronhallaert
Copy link
Owner

No description provided.

@mmirus
Copy link

mmirus commented Apr 4, 2023

@aaronhallaert TY for working on this! I gave this a quick test and it seemed to work. 🥳

@mmirus
Copy link

mmirus commented Apr 4, 2023

Update: I get this error in some cases while traversing the list of commits.

                                                                                                                                                                                                                                                                                                                                                                                              
E5108: Error executing lua ...ed-git-search.nvim/lua/advanced_git_search/git_utils.lua:255: attempt to concatenate a nil value                                                                                                                                                                                                                                                                
stack traceback:                                                                                                                                                                                                                                                                                                                                                                              
        ...ed-git-search.nvim/lua/advanced_git_search/git_utils.lua:255: in function 'get_command'                                                                                                                                                                                                                                                                                            
        ...lescope.nvim/lua/telescope/previewers/term_previewer.lua:207: in function 'preview'                                                                                                                                                                                                                                                                                                
        ...share/nvim/lazy/telescope.nvim/lua/telescope/pickers.lua:1075: in function 'refresh_previewer'                                                                                                                                                                                                                                                                                     
        ...share/nvim/lazy/telescope.nvim/lua/telescope/pickers.lua:1028: in function 'set_selection'                                                                                                                                                                                                                                                                                         
        ...share/nvim/lazy/telescope.nvim/lua/telescope/pickers.lua:792: in function 'move_selection'                                                                                                                                                                                                                                                                                         
        ...e/nvim/lazy/telescope.nvim/lua/telescope/actions/set.lua:39: in function 'run_replace_or_original'                                                                                                                                                                                                                                                                                 
        ...re/nvim/lazy/telescope.nvim/lua/telescope/actions/mt.lua:65: in function 'shift_selection'                                                                                                                                                                                                                                                                                         
        .../nvim/lazy/telescope.nvim/lua/telescope/actions/init.lua:81: in function 'run_replace_or_original'                                                                                                                                                                                                                                                                                 
        ...re/nvim/lazy/telescope.nvim/lua/telescope/actions/mt.lua:65: in function 'key_func'                                                                                                                                                                                                                                                                                                
        ...hare/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:350: in function 'execute_keymap'                                                                                                                                                                                                                                                                                         
        [string ":lua"]:1: in main chunk                          

LMK if I can provide any more info!

@aaronhallaert aaronhallaert force-pushed the ah/fix_first_commit_preview branch 6 times, most recently from db3abca to 012519a Compare April 6, 2023 06:49
@aaronhallaert aaronhallaert linked an issue Apr 6, 2023 that may be closed by this pull request
@aaronhallaert aaronhallaert force-pushed the ah/fix_first_commit_preview branch from 73c3d38 to 012519a Compare April 6, 2023 21:50
@aaronhallaert aaronhallaert force-pushed the ah/fix_first_commit_preview branch from 012519a to 6fe2469 Compare April 6, 2023 21:53
@aaronhallaert aaronhallaert added the bug Something isn't working label Apr 6, 2023
@aaronhallaert aaronhallaert merged commit c899588 into main Apr 6, 2023
@aaronhallaert aaronhallaert deleted the ah/fix_first_commit_preview branch April 6, 2023 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

diff_commit_file: path exists on disk, but not in <commit hash> when viewing first commit for file
2 participants