Maikel Linke
6 years ago
No known key found for this signature in database
GPG Key ID: 27F04AB8F221474
4 changed files with
6 additions and
4 deletions
-
CHANGELOG.md
-
git-ftp
-
man/git-ftp.1.md
-
tests/git-ftp-test.sh
|
|
@ -12,6 +12,8 @@ Version 1.6.0-UNRELEASED |
|
|
|
* Add support for option `--insecure` for LFTP actions (download and pull) |
|
|
|
* Add support for FTPES for LFTP actions (download and pull) |
|
|
|
* Add better error messages for curl errors |
|
|
|
* Support --no-commit option for pull action |
|
|
|
* Documentation updates |
|
|
|
|
|
|
|
Version 1.5.2 |
|
|
|
============= |
|
|
|
|
|
@ -24,7 +24,7 @@ |
|
|
|
readonly DEFAULT_PROTOCOL="ftp" |
|
|
|
readonly REMOTE_LCK_FILE="$(basename "$0").lck" |
|
|
|
readonly SYSTEM="$(uname)" |
|
|
|
readonly VERSION='1.6.0-UNRELEASED' |
|
|
|
readonly VERSION='1.6.0' |
|
|
|
|
|
|
|
# ------------------------------------------------------------ |
|
|
|
# Defaults |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
% GIT-FTP(1) Git-ftp 1.6.0-UNRELEASED |
|
|
|
% GIT-FTP(1) Git-ftp 1.6.0 |
|
|
|
% |
|
|
|
% 2019-05-06 |
|
|
|
% 2020-02-03 |
|
|
|
|
|
|
|
This is the manual for version 1.6.0-UNRELEASED. |
|
|
|
Please consider the [changelog](../CHANGELOG.md) or select your version from |
|
|
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
# Or you can write it in one line: |
|
|
|
# TEST_CASES='test_displays_usage' GIT_FTP_PASSWD='s3cr3t' ./git-ftp-test.sh |
|
|
|
|
|
|
|
readonly VERSION='1.6.0-UNRELEASED' |
|
|
|
readonly VERSION='1.6.0' |
|
|
|
|
|
|
|
# ------------------------------------------------------------ |
|
|
|
# Constant Exit Error Codes |
|
|
|