projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a3a67a
)
updated for flag git wanted me to add.
author
Chris Koeritz
<fred@gruntose.com>
Thu, 25 Jul 2013 22:36:41 +0000
(17:36 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 25 Jul 2013 22:36:41 +0000
(17:36 -0500)
scripts/rev_control/version_control.sh
patch
|
blob
|
history
diff --git
a/scripts/rev_control/version_control.sh
b/scripts/rev_control/version_control.sh
index a42363020a7abc0a6a26d92a569991470c0f693f..daaa092421ba6f6d708ddb52114edfa8567225dd 100644
(file)
--- a/
scripts/rev_control/version_control.sh
+++ b/
scripts/rev_control/version_control.sh
@@
-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.