-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify gis status
using --porcelain=v1
#111
Labels
enhancement
Improvement over existing functions
Milestone
Comments
nqminhuit
added a commit
that referenced
this issue
Jul 16, 2024
Should use output from the real `git` command instead of complicate it. Affected commands: - gis status fix: #111
nqminhuit
added a commit
that referenced
this issue
Jul 17, 2024
Should use output from the real `git` command instead of complicate it. Affected commands: - gis status fix: #111
nqminhuit
added a commit
that referenced
this issue
Jul 17, 2024
Should use output from the real `git` command instead of complicate it. Affected commands: - gis status fix: #111
nqminhuit
added a commit
that referenced
this issue
Jul 17, 2024
Should use output from the real `git` command instead of complicate it. Affected commands: - gis status fix: #111
nqminhuit
added a commit
that referenced
this issue
Jul 17, 2024
Should use output from the real `git` command instead of complicate it. Affected commands: - gis status fix: #111
nqminhuit
added a commit
that referenced
this issue
Jul 17, 2024
Should use output from the real `git` command instead of complicate it. Affected commands: - gis status fix: #111
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The output of command:
is:
exactly what we need, no need to add complexity to parse like with porcelain v2.
It also detect rename:
Note: the
ProcessBuilder#inheritIO
will help maintain the color output from the command it runs. However the order of the output messed up.code example:
The text was updated successfully, but these errors were encountered: