Updates online help to display help "the git way". :)#573
Open
avengerx wants to merge 3 commits intogit-ftp:masterfrom
Open
Updates online help to display help "the git way". :)#573avengerx wants to merge 3 commits intogit-ftp:masterfrom
avengerx wants to merge 3 commits intogit-ftp:masterfrom
Conversation
added 3 commits
May 7, 2020 20:59
It now favors the --flag=<argument> instead of --flag <argument> syntax. This has been supported by git-ftp for a long time, since Feb 26th, 2010 commit 80ef529.
All samples like --user <username> were changed to --user=<username> and more relevant info that this brings is also added, notably at the 'PASSWORDS' section. It also adds the '--extra-verbose' setting according to the change in the "bundle".
Collaborator
|
Thanks a lot for your work here. If we change the favoured syntax, we should also adjust the tests to match this new syntax, shouldn't we? |
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.
It now favors the
--flag=<argument>instead of--flag <argument>syntax.This has been supported by git-ftp for a long time, since Feb 26th, 2010, commit 80ef529.
The format here is closer now to the current layout of git-log
Beware pull request #572, for it actually implements this syntax support for the option that was introduced via 294350c. All other settings seems to support it.
This also adds the
--extra-verboseflag (to the-vv) to ensure all flags have an "extended version".