Package: gitg / 0.2.7-3

Metadata

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

Patch series

view the series file
Patch File delta Description
desktop add RevisionControl.patch | (download)

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

 add "revisioncontrol" to desktop file categories


add gtksourcestylescheme.h include.patch | (download)

gitg/gitg-commit-view.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix ftbfs.
 gitg-commit-view.c:1663:2: error: implicit declaration of function 'gtk_source_style_scheme_get_style' [-Werror=implicit-function-declaration]
   style = gtk_source_style_scheme_get_style (scheme, "current-line");


fix memory leaks.patch | (download)

gitg/gitg-window.c | 2 1 + 1 - 0 !
libgitg/gitg-line-parser.c | 2 2 + 0 - 0 !
libgitg/gitg-repository.c | 2 2 + 0 - 0 !
3 files changed, 5 insertions(+), 1 deletion(-)

 fix some memory leaks.