dolt icon indicating copy to clipboard operation
dolt copied to clipboard

`dolt la` doesn't work

Open nacho53dolt opened this issue 3 years ago • 1 comments

My favourite command when I log on to git is always git la, which is defined by this alias:

git config --global alias.la 'log --oneline --graph --all'

I'd love if I could run that with dolt and it'd work. But not for now, unfortunately.

nacho53dolt avatar Sep 16 '22 05:09 nacho53dolt

Thanks. We're not focused on the CLI right now. We're more focused on the database/SQL use case. But this is a good feature request, We just won't get to it soon.

timsehn avatar Sep 16 '22 15:09 timsehn

To support this functionality in addition to dolt log --graph (#4367 ) which has it's own issue we must support:

  1. Support dolt log --all which passes in every ref as a commit to dolt log.
  2. Support dolt config alias to define custom aliases.

timsehn avatar Oct 04 '22 23:10 timsehn