-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(installer): Git for Windows Updater #153
feat(installer): Git for Windows Updater #153
Conversation
Signed-off-by: Roger Meier <[email protected]>
Signed-off-by: Roger Meier <[email protected]>
1b54575
to
d15dec2
Compare
export https_proxy="http://$proxy" | ||
echo "Using proxy server $https_proxy detected from Internet Explorer settings" | ||
fi | ||
|
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@@ -124,6 +124,10 @@ die "Could not generate ReleaseNotes.html." | |||
make -C ../ edit-git-bash.exe || | |||
die "Could not build edit-git-bash.exe." | |||
|
|||
# Compile proxy-lookup.exe | |||
make -C ../ proxy-lookup.exe || | |||
die "Could not build proxy-lookup.exe." |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This is a followup on git-for-windows/git#1256 adding git-update created via #151 to the installer with a task that is scheduled daily.
Installer looks like this:

This dialog appears if some updates are available:

Tested with the following settings:

Todo: