There was an error while loading. Please reload this page.
Replace all page contents with links to the new location This trick was performed via: git ls-files \*.md | while read f do pr_url=https://github.com/git-for-windows/git-for-windows.github.io/pull/59 url=https://gitforwindows.org/${f%.md} echo "This wiki page [has been migrated]($pr_url) to a new location: [$url]($url)" >"$f" done There are two pages where this does not make sense, `0.-Index` and `_Footer`, which will be handled in the next commit. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Stop referring to the Google Group; It was shut down. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Whoops, forgot to adjust some parts the the new lay of the land.
Adjust the documentation to how things are done now using the GitForWindowsHelper GitHub App
Releasing Git for Windows: we do push to `main` more quickly, nowadays Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Releasing Git for Windows: note that Pacman takes a long time Folks who did the release for the first time indicated to be surprised by this ;-) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Releasing Git for Windows: link to the "new git version" issue Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Releasing Git for Windows: We no longer use `git-sdk-*-extra-artifacts` The Pipelines generating the extra artifacts were historically used to generate Git for Windows' release artifacts, but we cut that out and now have a much faster, much more streamlined release process. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
We just switched from an Azure Pipeline synchronizing the git-sdk-* repositories to two GitHub workflows
Releasing Git for Windows: describe a convenient alias Let's automate All The Things! Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Releasing Git for Windows: fix scriptlet It is quite possible that there are no upstreamed commits between two upstream Git tags, e.g. between -rc versions. For those, the indicated scriptlet would generate an empty `sed` script. Let's handle that case appropriately. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Fix whitespace issues Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Releasing Git for Windows: explain how to integrate last-minute changes outside of Git's own source code Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
At long last, taking some time to write all of this down