aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-remote-gcrypt
diff options
context:
space:
mode:
authorroot <root@localhost>2013-02-14 00:00:00 +0000
committerroot <root@localhost>2013-02-14 00:00:00 +0000
commit85e65ca48ed2c63ddd6a521bd0d08d3bf08e685c (patch)
treea591fde5a1be15c5716c48fbaec64ed6dc063416 /git-remote-gcrypt
parentcc3fd5b98563adfeeb95b4b6801b0f4c80213066 (diff)
downloadgit-remote-gcrypt-85e65ca48ed2c63ddd6a521bd0d08d3bf08e685c.tar.gz
Organize the README in a neat way, putting extra info in the Notes chapter
Diffstat (limited to 'git-remote-gcrypt')
-rwxr-xr-xgit-remote-gcrypt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-remote-gcrypt b/git-remote-gcrypt
index 5400017..e073136 100755
--- a/git-remote-gcrypt
+++ b/git-remote-gcrypt
@@ -317,7 +317,7 @@ make_new_repo()
git config "remote.$NAME.gcrypt-id" "$Repoid"
fix_config=1
}
- echo_info "Repository ID is $Repoid"
+ echo_info "Remote ID is $Repoid"
Extension_list=$(xecho "extn comment")
#isnull "$fix_config" || echo_info "(configuration for $NAME updated)"
}
@@ -459,7 +459,7 @@ ensure_connected()
elif isnoteq "$rcv_repoid" "$Repoid"
then
echo_info "WARNING:"
- echo_info "WARNING: Remote Repository ID has changed!"
+ echo_info "WARNING: Remote ID has changed!"
echo_info "WARNING: from $Repoid"
echo_info "WARNING: to $rcv_repoid"
echo_info "WARNING:"