Browse Source

Version 1.5.2

Update changelog for version 1.5.2
pull/480/merge 1.5.2
Maikel Linke 6 years ago
parent
commit
ffd3e10c37
No known key found for this signature in database GPG Key ID: 27F04AB8F221474
  1. 8
      CHANGELOG.md
  2. 2
      git-ftp
  3. 4
      man/git-ftp.1.md
  4. 2
      tests/git-ftp-test.sh

8
CHANGELOG.md

@ -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
=============

2
git-ftp

@ -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

4
man/git-ftp.1.md

@ -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

2
tests/git-ftp-test.sh

@ -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

Loading…
Cancel
Save