something like git name-rev
to get branch of commit
#1268
Labels
acknowledged
an issue is accepted as shortcoming to be fixed
enhancement
New feature or request
help wanted
Extra attention is needed
Summary 💡
i think
gitoxide
is missing something like thatMotivation 🔦
i am (re-)writing my shell integration in rust and i want to show the branch the commit is on
(technically i am currently using the command
git name-rev --no-undefined --always --exclude="tags/*" --exclude="stash" --exclude="remotes/*" --exclude=" bisect/*" 4e2fd00 2> /dev/null
to get that information)i couldn't find a way to replicate that using
gitoxide
and i can't fully rewrite my shell integration without itThe text was updated successfully, but these errors were encountered: