]> ToastFreeware Gitweb - gregoa/movein.git/blobdiff - movein
Add status.showUntrackedFiles.
[gregoa/movein.git] / movein
diff --git a/movein b/movein
index 2bea17c16f022f7091966f532e97e4e443bdf77a..77466412b0d1e8ca8ec939fa60cd4d027677912e 100755 (executable)
--- 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"