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:
e56a085
)
working on annoying skip of pulls
author
Fred T. Hamster
<fred@gruntose.com>
Tue, 14 Jan 2025 15:18:58 +0000
(10:18 -0500)
committer
Fred T. Hamster
<fred@gruntose.com>
Tue, 14 Jan 2025 15:18:58 +0000
(10:18 -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 1cfc85c6f38c5293c44dafd0f895e2afdb876c36..648b76ab738ec95fdd33cdc730b43188034c4b08 100644
(file)
--- a/
scripts/rev_control/version_control.sh
+++ b/
scripts/rev_control/version_control.sh
@@
-99,9
+99,9
@@
function do_revctrl_checkin()
exit_on_error "svn checkin"
fi
fi
- elif [ ! -z "$(seek_writable ".git" "up")" ]; then
+ elif [
-d ".git" -o
! -z "$(seek_writable ".git" "up")" ]; then
topdir="$(seek_writable ".git" "up")"
-
#
echo "got topdir from seeking of '$topdir'"
+echo "got topdir from seeking of '$topdir'"
if [ ! -z "$topdir" ]; then
# jump to the directory above the .git directory, to make git happy.