updated for flag git wanted me to add.
authorChris Koeritz <fred@gruntose.com>
Thu, 25 Jul 2013 22:36:41 +0000 (17:36 -0500)
committerChris Koeritz <fred@gruntose.com>
Thu, 25 Jul 2013 22:36:41 +0000 (17:36 -0500)
scripts/rev_control/version_control.sh

index a42363020a7abc0a6a26d92a569991470c0f693f..daaa092421ba6f6d708ddb52114edfa8567225dd 100644 (file)
@@ -106,7 +106,7 @@ function do_checkin()
   elif [ -d ".svn" ]; then svn ci . ;
   elif [ -d ".git" ]; then
     # snag all new files.  not to everyone's liking.
-    git add .
+    git add --all .
     # tell git about all the files and get a check-in comment.
     git commit .
     # upload the files to the server so others can see them.