Add WaitForEXE2=git-bash.exe#19
Merged
Merged
Conversation
This fixes the following issue: if a user opens GitGUIPortable.exe, chooses a repository, launches Git Bash from the "Repository" menu, and closes Git GUI, GitGUIPortable.exe will delete git's %TEMP% directory and Git Bash will start having the "could not find /tmp" error.
|
I second this. |
Owner
|
Sorry, I thought I merged this. I'll update and rebuild the package when I'm next on a Windows machine. |
Contributor
Author
|
No problem. I'm just glad to see it'll be in the next Dev Test. Also, FYI: it's recommended for Development Test releases to use a PackageVersion that's lower than the base app's current version, this way if/when it becomes an official PortableApps.com app, the Platform's Updater will be able to tell users about the update without the official release's PackageVersion being higher than the base app's version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sorry this didn't get into #18, but I just noticed this today.
This issue basically mirrors #6, #14, #17 & #18, but is caused by a user opening Git Bash from within Git GUI, then closing Git GUI while Git Bash remains open. In this case Git Bash (and Git GUI, if launched from within Git Bash with the
git guicommand) will occasionally print "could not find /tmp" errors, and random.tmpfiles will appear in git's scans of the local repository.