From: gregor herrmann Date: Tue, 27 Sep 2011 16:13:20 +0000 (+0200) Subject: Add status.showUntrackedFiles. X-Git-Url: https://git.toastfreeware.priv.at/gregoa/movein.git/commitdiff_plain/7b5c38422916f7375dbb3c4a4a411d78338cd7d7?hp=974cedae3ac2171672633bd14fbdf190dc439910 Add status.showUntrackedFiles. --- diff --git a/movein b/movein index 2bea17c..7746641 100755 --- a/movein +++ b/movein @@ -154,6 +154,7 @@ add() { git config branch.master.merge refs/heads/master git config core.bare false git config core.worktree ../../ + git config status.showUntrackedFiles no GIT_WORK_TREE="$PWD" git pull trap - 0 @@ -196,6 +197,7 @@ new() { git config branch.master.merge refs/heads/master git config core.bare false git config core.worktree ../../ + git config status.showUntrackedFiles no export GIT_WORK_TREE="$PWD" git add "$@" git commit -m "initial checkin"