Wed, 22 May 2024 17:52:39 UTC | login

Information for build multi-git-status-2.0-1.fc33

ID161959
Package Namemulti-git-status
Version2.0
Release1.fc33
Epoch
SummaryShow uncommitted, untracked and unpushed changes for multiple Git repos
DescriptionShow 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 04 Jun 2020 04:07:42 UTC
CompletedThu, 04 Jun 2020 04:07:42 UTC
Tags
f33
RPMs
src
multi-git-status-2.0-1.fc33.src.rpm (info) (download)
noarch
multi-git-status-2.0-1.fc33.noarch.rpm (info) (download)
Changelog * Thu May 21 2020 Brian (bex) Exelbierd <bex@pobox.com> - 2.0-1 * New Version * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Sep 02 2019 Brian (bex) Exelbierd <bex@pobox.com> - 1.0-1 * New Version * Sat Jul 27 2019 Brian (bex) Exelbierd <bex@pobox.com> - 1.0-1.20190728git2e6049d - Initial package