Skip to content

ads-github-merge-all-upstreams: avoid using 'git branch' porcelain command #19

@salewski

Description

@salewski

This issue pertains to the version of 'ads-github-merge-all-upstreams' distributed with
ads-github-tools-0.1.1.

There are at least three different places where the program invokes 'git branch'
directly, but that practice should be avoided because git-branch is considered to be a
"porcelain" command.

We should instead use the "plumbing" command 'git symbolic-ref'. E.g., some flavor of:

    $ git symbolic-ref --short -q HEAD

See also:

Metadata

Metadata

Assignees

Labels

resolution:fixedRead as "fixed OR done OR implemented OR answered"status:resolvedtype:ideaIdeas for enhancements or better ways of doing things

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions