https://bugzilla.redhat.com/show_bug.cgi?id=1733707 Bug ID: 1733707 Summary: Review Request: multi-git-status - Show uncommitted, untracked and unpushed changes for multiple Git repos Product: Fedora Version: rawhide Hardware: All OS: Linux Status: NEW Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: bexelbie@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Target Milestone: --- Classification: Fedora Spec URL: https://bex.fedorapeople.org/multi-git-status/multi-git-status.spec SRPM URL: https://bex.fedorapeople.org/multi-git-status/multi-git-status-0-1.20190727gitb203cca.fc30.src.rpm Description: Show uncommitted, untracked and unpushed changes for multiple Git repos. multi-git-status shows: * Uncommitted changes if there are unstaged or uncommitted changes on the checked out branch. * Untracked files if there are untracked files which are not ignored. * Needs push (BRANCH) if the branch is tracking a (remote) branch which is behind. * Needs upstream (BRANCH) if a branch does not have a local or remote upstream branch configured. Changes in the branch may otherwise never be pushed or merged. * Needs pull (BRANCH) if the branch is tracking a (remote) branch which is ahead. This requires that the local git repo already knows about the remote changes (i.e. you've done a fetch), or that you specify the -f option. Multi-git-status does NOT contact the remote by default. * X stashes if there are stashes. Fedora Account System Username: bex -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx