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:
64b9454
)
ha! now have support for finding non-checked-in files in git repositories for rev_re...
author
Chris Koeritz
<fred@gruntose.com>
Thu, 15 Sep 2016 16:29:14 +0000
(12:29 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 15 Sep 2016 16:29:14 +0000
(12:29 -0400)
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 b6ab0217f6f3c7f1001723841c27e4e0cbad9417..391497df5fe4bd316f71eea85221c41d752a65b5 100644
(file)
--- a/
scripts/rev_control/version_control.sh
+++ b/
scripts/rev_control/version_control.sh
@@
-166,6
+166,10
@@
function do_report_new
if [ -d ".svn" ]; then
# this action so far only makes sense and is needed for svn.
bash $FEISTY_MEOW_SCRIPTS/rev_control/svnapply.sh \? echo
+ retval=$?
+ elif [ -d ".git" ]; then
+ git status -u
+ retval=$?
fi
popd &>/dev/null