tangled
alpha
login
or
join now
mpadge.tngl.sh
/
dotfiles
1
fork
atom
dot dot dotfiles
1
fork
atom
overview
issues
pulls
pipelines
improve git-list to respect 2nd par in 'list in'
mpadge.tngl.sh
3 years ago
a46b0167
615c5174
+1
-1
1 changed file
expand all
collapse all
unified
split
.gitbin
git-list
+1
-1
.gitbin/git-list
···
8
8
elif [ "$1" == "out" ]; then
9
9
git clean -ndfx
10
10
elif [ "$1" == "in" ]; then
11
11
-
git ls-tree -r HEAD
11
11
+
git ls-tree -r HEAD $2
12
12
else
13
13
echo "git list only accepts 'in' or 'out'"
14
14
exit 1