Browse Source
Version 1.5.2
Update changelog for version 1.5.2
pull/480/merge
1.5.2
Maikel Linke
6 years ago
No known key found for this signature in database
GPG Key ID: 27F04AB8F221474
4 changed files with
12 additions and
4 deletions
-
CHANGELOG.md
-
git-ftp
-
man/git-ftp.1.md
-
tests/git-ftp-test.sh
|
|
@ -1,3 +1,11 @@ |
|
|
|
Version 1.5.2 |
|
|
|
============= |
|
|
|
|
|
|
|
* Use core.hooksPath configuration |
|
|
|
* Updated INSTALL.md with clearer and more up-to-date instructions for Windows |
|
|
|
* Fix configuration of `.git-ftp.log` file name |
|
|
|
* Fix typos in manual |
|
|
|
|
|
|
|
Version 1.5.1 |
|
|
|
============= |
|
|
|
|
|
|
|
|
|
@ -24,7 +24,7 @@ |
|
|
|
readonly DEFAULT_PROTOCOL="ftp" |
|
|
|
readonly REMOTE_LCK_FILE="$(basename "$0").lck" |
|
|
|
readonly SYSTEM="$(uname)" |
|
|
|
readonly VERSION='1.5.1' |
|
|
|
readonly VERSION='1.5.2' |
|
|
|
|
|
|
|
# ------------------------------------------------------------ |
|
|
|
# Defaults |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
% GIT-FTP(1) Git-ftp 1.5.1 |
|
|
|
% GIT-FTP(1) Git-ftp 1.5.2 |
|
|
|
% |
|
|
|
% 2018-05-15 |
|
|
|
% 2019-04-18 |
|
|
|
|
|
|
|
# NAME |
|
|
|
|
|
|
|
|
|
@ -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.5.1' |
|
|
|
readonly VERSION='1.5.2' |
|
|
|
|
|
|
|
suite() { |
|
|
|
for testcase in ${TEST_CASES}; do |
|
|
|