معرفی شرکت ها


git-publish-1.8.2-1.fc38.src.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Prepare and store patch revisions as git tags
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 38
مخزن Fedora Everything noarch
نام بسته git-publish
نام فایل بسته git-publish-1.8.2-1.fc38.src.rpm
نسخه بسته 1.8.2
انتشار بسته 1.fc38
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Wed 07 Feb 2024 02
هاست سازنده buildvm-x86-11.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/stefanha/git-publish
مجوز MIT
حجم دانلود 42K
حجم نصب 29.357K
git-publish handles repetitive and time-consuming details of managing patch email submission. It works with individual patches as well as patch series and has support for pull request emails. Each revision is stored as a git tag including the cover letter (if any). This makes it easy to refer back to previous revisions of a patch. Numbering is handled automatically and the To:/Cc: email addresses are remembered across revisions to save you retyping them. Many projects have conventions for submitting patches. It is possible to encode them as a .gitpublish file and hooks/ scripts. This automatically uses the right settings and can run a coding style checker or linting tools before emails are sent.


جایگزین ها

بسته نسخه معماری مخزن
git-publish-1.8.1-3.fc38.noarch.rpm 1.8.1 noarch Fedora Everything
git-publish-1.8.1-3.fc38.src.rpm 1.8.1 noarch Fedora Everything
git-publish-1.8.2-1.fc38.noarch.rpm 1.8.2 noarch Fedora Everything


نیازمندی

مقدار نام
- perl-podlators
- python3-devel


ارائه دهنده

مقدار نام
= 1.8.2-1.fc38 git-publish


نحوه نصب


نصب پکیج rpm git-publish:

    dnf install git-publish-1.8.2-1.fc38.src.rpm


فایل ها

مسیرها
git-publish-1.8.2.tar.gz


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2024-02-06

Add --send-email-args argument to pass git-send-email(1) arguments
Show a clear error message when the base branch does not exist

2023-01-19

Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

2022-07-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-05-05

Fix shell metacharacter regression with cccmd

2022-04-16

Fixed character encoding when invoking git, editors, etc.
Replace NamedTemporaryFile usage since it does not work on Windows
Use the git's mbox format variant so that line endings are correct in
Use git format-patch --cover-from-description=none so cover letters
publish
Print an error when invoked outside a git repo