Re: [PATCH 0/3] Bringing git-ls-files to porcelain level
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:47:58
Nguyễn Thái Ngọc Duy [off-list ref] writes:
This is a hack, to scratch my itch. These patches add "git ls", which is equivalent to "git ls-files --max-depth 1|column"
You also want --exclude-standard to be the default in porcelain. I've had "alias.ls = ls-files --exclude-standard" for a while in my ~/.gitconfig ;-). -- Matthieu Moy http://www-verimag.imag.fr/~moy/