git-lfs/script
brian m. carlson 765e7049b1
script/upload: avoid using Ruby's URI.escape
Ruby's URI.escape is now deprecated because different components of a
path require different escaping rules.  However, we still want to
perform a similar escaping style, so let's do it ourselves with a
String#gsub call.  We could use CGI.escape, but that encodes spaces as
plus signs and it's unclear whether that's a desirable change to make
here.  Note that there are no negative consequences for encoding more
data than we want, since the server will decode it for us.
2020-09-30 18:12:27 +00:00
..
macos workflows/release: sign and notarize macOS binaries 2020-05-29 19:29:26 +00:00
windows-installer ensure it's sorted alphabetically 2017-09-17 16:29:07 +08:00
backport-pr update other github/git-lfs references 2016-11-15 10:07:11 -07:00
build-git ci: don't reinstall openssl with Homebrew 2020-09-22 20:05:21 +00:00
changelog script: add a noninteractive mode to the changelog generator 2019-02-07 16:51:30 +00:00
cibuild script/cibuild: don't filter out GIT_DEFAULT_HASH 2020-07-29 20:53:44 +00:00
compile-win-installer-unsigned.bat compile-win-installer-unsigned: fix the name of the inno setup script 2017-09-15 09:11:32 +02:00
install-git-source export those env vars 2016-11-15 13:10:46 -07:00
install.sh script/install.sh: mark as executable 2018-07-27 10:52:30 -05:00
packagecloud.rb script/packagecloud: remove EOL distros 2020-03-30 14:42:34 +00:00
release Makefile: replace script/{fmt,lint} with '{fmt,lint}' target 2018-07-16 16:09:26 -05:00
release.go Makefile: replace script/bootstrap with 'make', 'make all' 2018-07-19 13:14:39 -05:00
script.go Merge branch 'master' into ttaylorr/makefile 2018-07-23 12:44:24 -05:00
update-version release: v2.9.0 2019-10-15 20:56:43 +00:00
upload script/upload: avoid using Ruby's URI.escape 2020-09-30 18:12:27 +00:00