Adam Brengesjö:
- Add action 'log'.
Jason Woofenden:
- Fixed quoting of REMOTE_PASSWD.
- Fixed detection of curl verbosity setting.
- Fixed log deletion failure even when being verbose.
Joyce Babu:
- Public key authentication key files path as configurable option.
- Renamed the parameter names to match curl options. Louis Li:
- Fixed a minor formatting issue in INSTALL.
Mar Cejas:
- Fixed bug, Error: binary operator expected.
Shea Bunge:
- Doc: Updated Windows installation instructions.
mamzellejuu:
- Doc: Fixed Repo path wasn't updated.
René Moser:
- Fixed egrep: repetition-operator operand invalid OS X 10.9
- Performance improvments in submodule handling. Thanks to Adam Brengesjö.
- Hotfix 0.8.2 did not fix the bug. Another try fixing bug related to ARG_MAX.
- Info for OS X 10.8 users: Make sure you are using GNU grep. See commit f4baf02731ada267d399a6206d21fffc0357d75a.
- Info: Repo moved to https://github.com/git-ftp/git-ftp
- Added support for syncing untracked files. Thanks to Jonathan Patt.
- Added support for --insecure in config. Thanks to Erik Erkelens.
- Fixed issues with insecure config option being ignored. Thanks to Andrew Fenn.
- Fixed error output not using stderr.
- Fixed sync root missing from submodule sync. Thanks to John Learn.
- Lots of minor fixes and documentation updates.
- Hotfixed bug, string length buffer was too small. This could cause the file upload to fail.
- Added feature, --scope without argument takes the current branch name as scope. Thanks to Chris J. Lee.
- Fixed bug, respect ARG_MAX if there is a large number of files.
- Fixed bug, local locking did not work correctly with submodule handilng. Removed.
- Added feature --insecure to not verify server certificate. Thanks to Łukasz Stelmach.
- Added feature --cacert to provide custom cacert. Thanks to Łukasz Stelmach.
- Fixed bug, DEFAULTS config are not over-writeable by SCOPES config using emtpy string. Thanks to Ingo Migliarina.
- Fixed long outstanding issue, using a single connection for all uploads now. This makes git-ftp 5x faster!
- Fixed bug, respect syncroot while syncing a submodule. Thanks to https://github.com/escaped.
- Added feature, show error log at the end.
- Updated man page.
- Fixed bug, check for dirty repository was dependent on english.
- Code cleanup.
- Fixed bug in add-scope action, related to OS X only.
- Added add-scope and remove-scope actions.
- .git-ftp-ignore can now contain comments (#...) and whitespaces.
- Fixed bug if path to git project contains whitespaces.
- Fixed bug in syncroot feature.
- Removed parallel connections feature.
- Code cleanup (syncroot).