Fix: Prompt change in newer versions of git; README file #5
Open
mrflip wants to merge 4 commits intosamuelkadolph:masterfrom
Open
Fix: Prompt change in newer versions of git; README file #5mrflip wants to merge 4 commits intosamuelkadolph:masterfrom
mrflip wants to merge 4 commits intosamuelkadolph:masterfrom
Conversation
added 4 commits
April 10, 2012 15:27
So we check only that it looks like a Username or Password prompt, and recycle that for re-prompting the user. Also made the various error messages slightly more descriptive
|
Please pull this one – the Homebrew guys don't like formula which point to forks |
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.
Recent versions of git cause the program to emit
Password for 'https://mrflip@awesome-git-repo.com': 'not a simplePassword:.I made it only compare the leading part of the prompt, to re-use the same prompt it was given, and to give slightly more descriptive error messages.
Also added a README.md file (cribbed from your blog post) and a .gitignored ./build directory (to allow project to build in a relative directory.
Thanks for this -- really helpful!