]> arthur.barton.de Git - bup.git/commit
ls-cmd: hide files with a leading dot by default
authorGabriel Filion <lelutin@gmail.com>
Thu, 2 Dec 2010 22:58:42 +0000 (17:58 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 3 Jan 2011 04:41:35 +0000 (20:41 -0800)
commit74d28e77366dba1eefbfa2beeda34bcaa835dc58
treeb9a92fa362b3177220d14f90e81d9f954ea82571
parent376d069309a64ef5162ca3aa974072d6d326f90f
ls-cmd: hide files with a leading dot by default

All of the frontends currently don't show hidden files by default (named with a
leading dot).

Make ls-cmd hide those files by default and add an option, '-a' or '--all', to
make it possible to show hidden files.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
cmd/ls-cmd.py