File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+ Version 1.5.0
2
+ =============
3
+
4
+ * Fix "Unknown SHA1 object" with Git > 2.16.0
5
+ * Avoid git warning: empty strings as pathspecs
6
+ * The .git-ftp-ignore file contains globs now, not regular expressions
7
+ * Make --insecure option override config setting
8
+ * Fix bug that can delete the .git folder using ` git ftp download ` with exclude patterns
9
+ * Allow post-ftp-push hooks to pass on failures
10
+ * Fixed post hook reference to deployed SHA1
11
+ * Add a check covering curl presence and protocol support
12
+ * Update INSTALL.md instructions for OS X 10.13.3
13
+ * Add suggestion for usage with GIT LFS to documentation
14
+ * Add config git-ftp.remote-root to documentation
15
+ * Document using SFTP
16
+
1
17
Version 1.4.0
2
18
=============
3
19
Original file line number Diff line number Diff line change 24
24
readonly DEFAULT_PROTOCOL=" ftp"
25
25
readonly REMOTE_LCK_FILE=" $( basename " $0 " ) .lck"
26
26
readonly SYSTEM=" $( uname) "
27
- readonly VERSION=' 1.4.1-UNRELEASED '
27
+ readonly VERSION=' 1.5.0 '
28
28
29
29
# ------------------------------------------------------------
30
30
# Defaults
Original file line number Diff line number Diff line change 1
1
% GIT-FTP(1) Git-ftp 1.4.1-UNRELEASED
2
2
%
3
- % 2017-09-01
3
+ % 2018-05-12
4
4
5
5
# NAME
6
6
Original file line number Diff line number Diff line change 17
17
# Or you can write it in one line:
18
18
# TEST_CASES='test_displays_usage' GIT_FTP_PASSWD='s3cr3t' ./git-ftp-test.sh
19
19
20
- readonly VERSION=' 1.4.1-UNRELEASED '
20
+ readonly VERSION=' 1.5.0 '
21
21
22
22
suite () {
23
23
for testcase in ${TEST_CASES} ; do
You can’t perform that action at this time.
0 commit comments