dot dot dotfiles

improve git-list to respect 2nd par in 'list in'

+1 -1
+1 -1
.gitbin/git-list
··· 8 8 elif [ "$1" == "out" ]; then 9 9 git clean -ndfx 10 10 elif [ "$1" == "in" ]; then 11 - git ls-tree -r HEAD 11 + git ls-tree -r HEAD $2 12 12 else 13 13 echo "git list only accepts 'in' or 'out'" 14 14 exit 1