Package: gitg / 0.0.6-3

Metadata

Package Version Patches format
gitg 0.0.6-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Change Categories to Development RevisionControl.patch | (download)

data/gitg.desktop.in.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 1/2] change categories to development;revisioncontrol;

Signed-off-by: Jonny Lamb <jonny@debian.org>

0002 Allow creating a tag without a message.patch | (download)

gitg/gitg-branch-actions.c | 34 24 + 10 - 0 !
gitg/gitg-window.c | 19 15 + 4 - 0 !
2 files changed, 39 insertions(+), 14 deletions(-)

 [patch 2/2] allow creating a tag without a message.

gitg only creates annotated or signed tags. However, sometimes you
just don't want to use a message in your tag. This patch enables you
to do that.

If you give a message, but don't ask to sign the tag, the tag will be
an annotated tag. If you give a message and ask to sign the tag, the
tag will be a signed tag (zomg). If you omit a message, then the tag
will be created without a message (not signed or annotated).

The UI will complain appropriately if you screw up.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>

https://bugzilla.gnome.org/show_bug.cgi?id=611434