]> ToastFreeware Gitweb - gregoa/movein.git/commitdiff
Remove commented out lines.
authorgregor herrmann <gregoa@debian.org>
Tue, 27 Sep 2011 15:29:43 +0000 (17:29 +0200)
committergregor herrmann <gregoa@debian.org>
Tue, 27 Sep 2011 15:29:43 +0000 (17:29 +0200)
movein

diff --git a/movein b/movein
index 8583032169bf58c59c5912415c45ecb59eb1fa52..8cac926fb33d88a6dc462b6c26d911bd0a5c5114 100755 (executable)
--- a/movein
+++ b/movein
@@ -209,10 +209,8 @@ new() {
        git config branch.master.merge refs/heads/master
        git config core.worktree ../../
        git config core.bare false
-#      for file in  ; do 
        export GIT_WORK_TREE="$PWD"
-           git add "$@"
-#      done
+       git add "$@"
        git commit -m "initial checkin"
        git push --all