stash list: drop the default limit of 10 stashes
[gitweb.git] / git-stash.sh
index f8847c1fc0ab53b2fec96407d710154ea9e16324..f796c2fe24f0eaec3de45bc5bf14f7dd2e29f4bd 100755 (executable)
@@ -382,11 +382,6 @@ test -n "$seen_non_option" || set "save" "$@"
 case "$1" in
 list)
        shift
-       if test $# = 0
-       then
-               set x -n 10
-               shift
-       fi
        list_stash "$@"
        ;;
 show)