From 7b5c38422916f7375dbb3c4a4a411d78338cd7d7 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Tue, 27 Sep 2011 18:13:20 +0200 Subject: [PATCH] Add status.showUntrackedFiles. --- movein | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.5