You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document Git.execute parameters in definition order
- Reorder the items in the git.cmd.Git.execute docstring that
document its parameters, to be in the same order the parameters
are actually defined in.
- Use consistent spacing, by having a blank line between successive
items that document parameters. Before, most of them were
separated this way, but some of them were not.
- Reorder the elements of execute_kwargs (which list all those
parameters except the first parameter, command) to be listed in
that order as well. These were mostly in order, but a couple were
out of order. This is just about the order they appear in the
definition, since sets in Python (unlike dicts) have no key order
guarantees.
0 commit comments