persisted.nvim/lua/persistence
olimorris 76a994c185 Fix: use_git_branch in a non git repo caused error
Using `use_git_branch` in a non git enabled repo caused an error. This has been addressed by checking for the presence of a `.git` folder in the cwd. If no branch has been specified then we default to HEAD via the addition of `2>/dev/null` in our shell command
2021-09-08 17:01:06 +01:00
..
config.lua Add ability to session based on cwd and git branch 2021-09-07 19:37:26 +01:00
init.lua Fix: use_git_branch in a non git repo caused error 2021-09-08 17:01:06 +01:00