mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Make gclean parameters consistent (#317)
This commit is contained in:
parent
500808d73b
commit
8547b554c8
|
|
@ -274,6 +274,7 @@ _forgit_stash_push() {
|
|||
# git clean selector
|
||||
_forgit_clean() {
|
||||
_forgit_inside_work_tree || return 1
|
||||
[[ $# -ne 0 ]] && git clean "$@" &>/dev/null && return 0
|
||||
local git_clean files opts
|
||||
git_clean="git clean $FORGIT_CLEAN_GIT_OPTS"
|
||||
opts="
|
||||
|
|
|
|||
Loading…
Reference in a new issue