Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2015-03-30 19:19:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and      /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgit2-glib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes        
2015-02-04 12:52:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2015-03-30 19:19:52.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Mar 23 16:24:43 UTC 2015 - [email protected]
+
+- Update to version 0.22.2:
+  + Misc bugfixes.
+
+-------------------------------------------------------------------

Old:
----
  libgit2-glib-0.22.0.tar.xz

New:
----
  libgit2-glib-0.22.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgit2-glib.spec ++++++
--- /var/tmp/diff_new_pack.89RSv2/_old  2015-03-30 19:19:53.000000000 +0200
+++ /var/tmp/diff_new_pack.89RSv2/_new  2015-03-30 19:19:53.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgit2-glib
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           libgit2-glib
-Version:        0.22.0
+Version:        0.22.2
 Release:        0
 Summary:        Glib wrapper library around libgit2
 License:        LGPL-2.1+

++++++ libgit2-glib-0.22.0.tar.xz -> libgit2-glib-0.22.2.tar.xz ++++++
++++ 3296 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/ChangeLog new/libgit2-glib-0.22.2/ChangeLog
--- old/libgit2-glib-0.22.0/ChangeLog   2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/ChangeLog   2015-03-23 17:14:30.000000000 +0100
@@ -1,6 +1,68 @@
+commit a60bf58b66d5e362b62c9d8efa84f588cdd3e580
+Author: Jesse van den Kieboom <[email protected]>
+Date:   2015-03-08
+
+    Fixed error message typo
+
+M      configure.ac
+
+commit e5e6aaf195d464f325d71ae6a4639a8aa8ce0e17
+Author: Rémi Cardona <[email protected]>
+Date:  2015-01-20
+
+    configure: Add flag to force on or off SSH support
+
+    Remove an automagic dependency on libgit2's SSH support.
+
+    Signed-off-by: Rémi Cardona <[email protected]>
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=743236
+
+M      configure.ac
+
+commit f92bca0ee5c062214dfd51548d33c36696b4a8c3
+Author: Ignacio Casal Quinteiro <[email protected]>
+Date:  2015-01-21
+
+    Handle ownership of refs.
+
+    Depending on where we are wrapping the reference we might need to
+    free it.
+
+M      libgit2-glib/ggit-branch-enumerator.c
+M      libgit2-glib/ggit-branch.c
+M      libgit2-glib/ggit-ref.c
+M      libgit2-glib/ggit-ref.h
+M      libgit2-glib/ggit-repository.c
+
+commit 119aac898062eacd1f3e6a64ac095e6c54fb054d
+Author: Ignacio Casal Quinteiro <[email protected]>
+Date:  2015-01-19
+
+    cherry-pick-options: missing to install the merge-options property
+
+M      libgit2-glib/ggit-cherry-pick-options.c
+
+commit babf083d173506b8a4c56733996ed675d23e5b00
+Author: Ignacio Casal Quinteiro <[email protected]>
+Date:  2015-01-18
+
+    Post release version bump
+
+M      configure.ac
+
+commit 6adb2280039b68e888467d018b7ca97741591183
+Author: Ignacio Casal Quinteiro <[email protected]>
+Date:  2015-01-18
+
+    Release 0.22.0
+
+M      NEWS
+M      README
+
 commit 5d3f9f4c3ed73a6dc14630e2692282f39383c664
 Author: Ignacio Casal Quinteiro <[email protected]>
-Date:   2015-01-18
+Date:  2015-01-18
 
     configure: fix ssh check
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/NEWS new/libgit2-glib-0.22.2/NEWS
--- old/libgit2-glib-0.22.0/NEWS        2015-01-18 19:52:53.000000000 +0100
+++ new/libgit2-glib-0.22.2/NEWS        2015-03-23 17:13:13.000000000 +0100
@@ -1,3 +1,7 @@
+News in 0.22.2
+--------------
+* Misc bugfixing
+
 News in 0.22.0
 --------------
 * Fix api breaks made in libgit2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/README new/libgit2-glib-0.22.2/README
--- old/libgit2-glib-0.22.0/README      2015-01-18 19:52:02.000000000 +0100
+++ new/libgit2-glib-0.22.2/README      2015-03-23 17:12:56.000000000 +0100
@@ -20,8 +20,8 @@
 
 Simple install procedure:
 
-  % tar Jxf libgit2-glib-0.22.0.tar.xz         # unpack the sources
-  % cd libgit2-glib-0.22.0                     # change to the toplevel 
directory
+  % tar Jxf libgit2-glib-0.22.2.tar.xz         # unpack the sources
+  % cd libgit2-glib-0.22.2                     # change to the toplevel 
directory
   % ./configure                                        # run the `configure' 
script
   % make                                       # build libgit2-glib
   [ Become root if necessary ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/compile new/libgit2-glib-0.22.2/compile
--- old/libgit2-glib-0.22.0/compile     2015-01-18 19:46:37.000000000 +0100
+++ new/libgit2-glib-0.22.2/compile     2015-03-23 17:14:04.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
 # Written by Tom Tromey <[email protected]>.
 #
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/configure.ac new/libgit2-glib-0.22.2/configure.ac
--- old/libgit2-glib-0.22.0/configure.ac        2015-01-18 19:46:25.000000000 
+0100
+++ new/libgit2-glib-0.22.2/configure.ac        2015-03-23 17:12:42.000000000 
+0100
@@ -2,7 +2,7 @@
 
 m4_define(libgit2_glib_major_version, 0)
 m4_define(libgit2_glib_minor_version, 22)
-m4_define(libgit2_glib_micro_version, 0)
+m4_define(libgit2_glib_micro_version, 2)
 m4_define(libgit2_glib_version, 
libgit2_glib_major_version.libgit2_glib_minor_version.libgit2_glib_micro_version)
 
 AC_INIT([libgit2-glib],
@@ -79,32 +79,44 @@
 dnl Check for libgit2 ssh support
 dnl ===========================================================================
 
-AC_MSG_CHECKING([for libgit2 ssh support])
-
-cflags_save="${CFLAGS}"
-libs_save="${LIBS}"
-
-CFLAGS="${LIBGIT2_GLIB_CFLAGS}"
-LIBS="${LIBGIT2_GLIB_LIBS}"
-
-AC_TRY_RUN([
-        #include <git2.h>
-        int
-        main(int argc, const char *argv[])
-        {
-                git_libgit2_init ();
-                return ((git_libgit2_features() & GIT_FEATURE_SSH) != 0) ? 0 : 
1;
-        }
-],[
-    AC_MSG_RESULT([yes])
-    git_ssh=yes
-],[
-    AC_MSG_RESULT([no])
-    git_ssh=no
-])
-
-CFLAGS="${cflags_save}"
-LIBS="${libs_save}"
+AC_ARG_ENABLE([ssh],
+              AS_HELP_STRING([--enable-ssh[=@<:@no/auto/yes@:>@]],[Build with 
libgit2 ssh support]),
+              [enable_ssh=$enableval],
+              [enable_ssh="auto"])
+
+git_ssh=no
+
+if test "x$enable_ssh" != "xno"; then
+    AC_MSG_CHECKING([for libgit2 ssh support])
+
+    cflags_save="${CFLAGS}"
+    libs_save="${LIBS}"
+
+    CFLAGS="${LIBGIT2_GLIB_CFLAGS}"
+    LIBS="${LIBGIT2_GLIB_LIBS}"
+
+    AC_TRY_RUN([
+            #include <git2.h>
+            int
+            main(int argc, const char *argv[])
+            {
+                    git_libgit2_init ();
+                    return ((git_libgit2_features() & GIT_FEATURE_SSH) != 0) ? 
0 : 1;
+            }
+    ],[
+        AC_MSG_RESULT([yes])
+        git_ssh=yes
+    ],[
+        AC_MSG_RESULT([no])
+        git_ssh=no
+        if test "x$enable_ssh" = "xyes"; then
+            AC_MSG_ERROR([libgit2 ssh support was requested, but not found])
+        fi
+    ])
+
+    CFLAGS="${cflags_save}"
+    LIBS="${libs_save}"
+fi
 
 if test "x$git_ssh" = "xyes"; then
        LIBGIT2_GLIB_CFLAGS="${LIBGIT2_GLIB_CFLAGS} -DGIT_SSH=1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitBlob.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitBlob.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitBlob.html   2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitBlob.html   2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitBlob</title>
+<title>GgitBlob: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitBlobOutputStream.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitBlobOutputStream.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitBlobOutputStream.html       
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitBlobOutputStream.html       
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitBlobOutputStream</title>
+<title>GgitBlobOutputStream: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitBranch.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitBranch.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitBranch.html 2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitBranch.html 2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitBranch</title>
+<title>GgitBranch: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitCloneOptions.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitCloneOptions.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitCloneOptions.html   
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitCloneOptions.html   
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitCloneOptions</title>
+<title>GgitCloneOptions: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitCommit.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitCommit.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitCommit.html 2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitCommit.html 2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitCommit</title>
+<title>GgitCommit: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitConfig.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitConfig.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitConfig.html 2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitConfig.html 2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitConfig</title>
+<title>GgitConfig: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitConfigEntry.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitConfigEntry.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitConfigEntry.html    
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitConfigEntry.html    
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitConfigEntry</title>
+<title>GgitConfigEntry: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitCred.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitCred.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitCred.html   2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitCred.html   2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitCred</title>
+<title>GgitCred: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitCredPlaintext.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitCredPlaintext.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitCredPlaintext.html  
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitCredPlaintext.html  
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitCredPlaintext</title>
+<title>GgitCredPlaintext: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitDiff.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitDiff.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitDiff.html   2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitDiff.html   2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitDiff</title>
+<title>GgitDiff: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitDiffDelta.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitDiffDelta.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitDiffDelta.html      
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitDiffDelta.html      
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitDiffDelta</title>
+<title>GgitDiffDelta: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitDiffFile.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitDiffFile.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitDiffFile.html       
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitDiffFile.html       
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitDiffFile</title>
+<title>GgitDiffFile: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitDiffHunk.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitDiffHunk.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitDiffHunk.html       
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitDiffHunk.html       
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitDiffHunk</title>
+<title>GgitDiffHunk: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitDiffLine.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitDiffLine.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitDiffLine.html       
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitDiffLine.html       
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitDiffLine</title>
+<title>GgitDiffLine: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitDiffOptions.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitDiffOptions.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitDiffOptions.html    
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitDiffOptions.html    
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitDiffOptions</title>
+<title>GgitDiffOptions: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitIndex.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitIndex.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitIndex.html  2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitIndex.html  2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitIndex</title>
+<title>GgitIndex: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitIndexEntry.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitIndexEntry.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitIndexEntry.html     
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitIndexEntry.html     
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitIndexEntry</title>
+<title>GgitIndexEntry: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitIndexEntryResolveUndo.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitIndexEntryResolveUndo.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitIndexEntryResolveUndo.html  
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitIndexEntryResolveUndo.html  
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitIndexEntryResolveUndo</title>
+<title>GgitIndexEntryResolveUndo: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitNative.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitNative.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitNative.html 2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitNative.html 2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitNative</title>
+<title>GgitNative: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitOId.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitOId.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitOId.html    2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitOId.html    2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitOId</title>
+<title>GgitOId: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitObject.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitObject.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitObject.html 2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitObject.html 2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitObject</title>
+<title>GgitObject: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitObjectFactory.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitObjectFactory.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitObjectFactory.html  
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitObjectFactory.html  
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitObjectFactory</title>
+<title>GgitObjectFactory: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitObjectFactoryBase.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitObjectFactoryBase.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitObjectFactoryBase.html      
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitObjectFactoryBase.html      
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitObjectFactoryBase</title>
+<title>GgitObjectFactoryBase: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitPatch.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitPatch.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitPatch.html  2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitPatch.html  2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitPatch</title>
+<title>GgitPatch: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitRef.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitRef.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitRef.html    2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitRef.html    2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitRef</title>
+<title>GgitRef: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitRefSpec.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitRefSpec.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitRefSpec.html        
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitRefSpec.html        
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitRefSpec</title>
+<title>GgitRefSpec: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitReflog.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitReflog.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitReflog.html 2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitReflog.html 2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitReflog</title>
+<title>GgitReflog: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitReflogEntry.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitReflogEntry.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitReflogEntry.html    
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitReflogEntry.html    
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitReflogEntry</title>
+<title>GgitReflogEntry: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitRemote.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitRemote.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitRemote.html 2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitRemote.html 2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitRemote</title>
+<title>GgitRemote: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitRepository.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitRepository.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitRepository.html     
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitRepository.html     
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitRepository</title>
+<title>GgitRepository: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitRevisionWalker.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitRevisionWalker.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitRevisionWalker.html 
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitRevisionWalker.html 
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitRevisionWalker</title>
+<title>GgitRevisionWalker: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitSignature.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitSignature.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitSignature.html      
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitSignature.html      
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitSignature</title>
+<title>GgitSignature: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitSubmodule.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitSubmodule.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitSubmodule.html      
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitSubmodule.html      
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitSubmodule</title>
+<title>GgitSubmodule: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitTag.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitTag.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitTag.html    2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitTag.html    2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitTag</title>
+<title>GgitTag: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitTransferProgress.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitTransferProgress.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitTransferProgress.html       
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitTransferProgress.html       
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitTransferProgress</title>
+<title>GgitTransferProgress: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitTree.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitTree.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitTree.html   2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitTree.html   2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitTree</title>
+<title>GgitTree: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitTreeBuilder.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitTreeBuilder.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitTreeBuilder.html    
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitTreeBuilder.html    
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitTreeBuilder</title>
+<title>GgitTreeBuilder: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/GgitTreeEntry.html 
new/libgit2-glib-0.22.2/docs/reference/html/GgitTreeEntry.html
--- old/libgit2-glib-0.22.0/docs/reference/html/GgitTreeEntry.html      
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/GgitTreeEntry.html      
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitTreeEntry</title>
+<title>GgitTreeEntry: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/annotation-glossary.html 
new/libgit2-glib-0.22.2/docs/reference/html/annotation-glossary.html
--- old/libgit2-glib-0.22.0/docs/reference/html/annotation-glossary.html        
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/annotation-glossary.html        
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: Annotation Glossary</title>
+<title>Annotation Glossary: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="index.html" title="libgit2-glib Reference Manual">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/api-index-deprecated.html 
new/libgit2-glib-0.22.2/docs/reference/html/api-index-deprecated.html
--- old/libgit2-glib-0.22.0/docs/reference/html/api-index-deprecated.html       
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/api-index-deprecated.html       
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: Index of deprecated symbols</title>
+<title>Index of deprecated symbols: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="index.html" title="libgit2-glib Reference Manual">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/api-index-full.html 
new/libgit2-glib-0.22.2/docs/reference/html/api-index-full.html
--- old/libgit2-glib-0.22.0/docs/reference/html/api-index-full.html     
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/api-index-full.html     
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: Index of all symbols</title>
+<title>Index of all symbols: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="index.html" title="libgit2-glib Reference Manual">
@@ -645,11 +645,11 @@
 <dd></dd>
 <a name="idxE"></a><h3 class="title">E</h3>
 <dt>
-<a class="link" href="libgit2-glib-1.0-GgitError.html#GgitError" title="enum 
GgitError">GgitError</a>, enum in <a class="link" 
href="libgit2-glib-1.0-GgitError.html" title="GgitError">GgitError</a>
+<a class="link" href="libgit2-glib-1.0-GgitError.html#GGIT-ERROR:CAPS" 
title="GGIT_ERROR">GGIT_ERROR</a>, macro in <a class="link" 
href="libgit2-glib-1.0-GgitError.html" title="GgitError">GgitError</a>
 </dt>
 <dd></dd>
 <dt>
-<a class="link" href="libgit2-glib-1.0-GgitError.html#GGIT-ERROR:CAPS" 
title="GGIT_ERROR">GGIT_ERROR</a>, macro in <a class="link" 
href="libgit2-glib-1.0-GgitError.html" title="GgitError">GgitError</a>
+<a class="link" href="libgit2-glib-1.0-GgitError.html#GgitError" title="enum 
GgitError">GgitError</a>, enum in <a class="link" 
href="libgit2-glib-1.0-GgitError.html" title="GgitError">GgitError</a>
 </dt>
 <dd></dd>
 <dt>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/index.html 
new/libgit2-glib-0.22.2/docs/reference/html/index.html
--- old/libgit2-glib-0.22.0/docs/reference/html/index.html      2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/index.html      2015-03-23 
17:14:30.000000000 +0100
@@ -14,7 +14,7 @@
 <div class="titlepage">
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">libgit2-glib Reference 
Manual</p></th></tr></table></div>
-<div><p class="releaseinfo">for libgit2-glib 0.22.0
+<div><p class="releaseinfo">for libgit2-glib 0.22.2
 </p></div>
 </div>
 <hr>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/index.sgml 
new/libgit2-glib-0.22.2/docs/reference/html/index.sgml
--- old/libgit2-glib-0.22.0/docs/reference/html/index.sgml      2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/index.sgml      2015-03-23 
17:14:30.000000000 +0100
@@ -37,6 +37,8 @@
 <ANCHOR id="GgitBranch-struct" 
href="libgit2-glib-1.0/GgitBranch.html#GgitBranch-struct">
 <ANCHOR id="GgitBranchClass" 
href="libgit2-glib-1.0/GgitBranch.html#GgitBranchClass">
 <ANCHOR id="GgitBranchType" 
href="libgit2-glib-1.0/GgitBranch.html#GgitBranchType">
+<ANCHOR id="GGIT-BRANCH-LOCAL:CAPS" 
href="libgit2-glib-1.0/GgitBranch.html#GGIT-BRANCH-LOCAL:CAPS">
+<ANCHOR id="GGIT-BRANCH-REMOTE:CAPS" 
href="libgit2-glib-1.0/GgitBranch.html#GGIT-BRANCH-REMOTE:CAPS">
 <ANCHOR id="GgitCloneOptions" href="libgit2-glib-1.0/GgitCloneOptions.html">
 <ANCHOR id="GgitCloneOptions.functions" 
href="libgit2-glib-1.0/GgitCloneOptions.html#GgitCloneOptions.functions">
 <ANCHOR id="GgitCloneOptions.other" 
href="libgit2-glib-1.0/GgitCloneOptions.html#GgitCloneOptions.other">
@@ -110,6 +112,11 @@
 <ANCHOR id="GgitConfig-struct" 
href="libgit2-glib-1.0/GgitConfig.html#GgitConfig-struct">
 <ANCHOR id="GgitConfigClass" 
href="libgit2-glib-1.0/GgitConfig.html#GgitConfigClass">
 <ANCHOR id="GgitConfigLevel" 
href="libgit2-glib-1.0/GgitConfig.html#GgitConfigLevel">
+<ANCHOR id="GGIT-CONFIG-LEVEL-SYSTEM:CAPS" 
href="libgit2-glib-1.0/GgitConfig.html#GGIT-CONFIG-LEVEL-SYSTEM:CAPS">
+<ANCHOR id="GGIT-CONFIG-LEVEL-XDG:CAPS" 
href="libgit2-glib-1.0/GgitConfig.html#GGIT-CONFIG-LEVEL-XDG:CAPS">
+<ANCHOR id="GGIT-CONFIG-LEVEL-GLOBAL:CAPS" 
href="libgit2-glib-1.0/GgitConfig.html#GGIT-CONFIG-LEVEL-GLOBAL:CAPS">
+<ANCHOR id="GGIT-CONFIG-LEVEL-LOCAL:CAPS" 
href="libgit2-glib-1.0/GgitConfig.html#GGIT-CONFIG-LEVEL-LOCAL:CAPS">
+<ANCHOR id="GGIT-CONFIG-LEVEL-HIGHEST:CAPS" 
href="libgit2-glib-1.0/GgitConfig.html#GGIT-CONFIG-LEVEL-HIGHEST:CAPS">
 <ANCHOR id="GgitConfigEntry" href="libgit2-glib-1.0/GgitConfigEntry.html">
 <ANCHOR id="GgitConfigEntry.functions" 
href="libgit2-glib-1.0/GgitConfigEntry.html#GgitConfigEntry.functions">
 <ANCHOR id="GgitConfigEntry.other" 
href="libgit2-glib-1.0/GgitConfigEntry.html#GgitConfigEntry.other">
@@ -173,9 +180,50 @@
 <ANCHOR id="GgitDiff-struct" 
href="libgit2-glib-1.0/GgitDiff.html#GgitDiff-struct">
 <ANCHOR id="GgitDiffClass" href="libgit2-glib-1.0/GgitDiff.html#GgitDiffClass">
 <ANCHOR id="GgitDiffFlag" href="libgit2-glib-1.0/GgitDiff.html#GgitDiffFlag">
+<ANCHOR id="GGIT-DIFF-FLAG-BINARY:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-FLAG-BINARY:CAPS">
+<ANCHOR id="GGIT-DIFF-FLAG-NOT-BINARY:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-FLAG-NOT-BINARY:CAPS">
+<ANCHOR id="GGIT-DIFF-FLAG-VALID-ID:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-FLAG-VALID-ID:CAPS">
 <ANCHOR id="GgitDiffLineType" 
href="libgit2-glib-1.0/GgitDiff.html#GgitDiffLineType">
+<ANCHOR id="GGIT-DIFF-LINE-CONTEXT:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-LINE-CONTEXT:CAPS">
+<ANCHOR id="GGIT-DIFF-LINE-ADDITION:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-LINE-ADDITION:CAPS">
+<ANCHOR id="GGIT-DIFF-LINE-DELETION:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-LINE-DELETION:CAPS">
+<ANCHOR id="GGIT-DIFF-LINE-CONTEXT-EOFNL:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-LINE-CONTEXT-EOFNL:CAPS">
+<ANCHOR id="GGIT-DIFF-LINE-ADD-EOFNL:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-LINE-ADD-EOFNL:CAPS">
+<ANCHOR id="GGIT-DIFF-LINE-DEL-EOFNL:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-LINE-DEL-EOFNL:CAPS">
+<ANCHOR id="GGIT-DIFF-LINE-FILE-HDR:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-LINE-FILE-HDR:CAPS">
+<ANCHOR id="GGIT-DIFF-LINE-HUNK-HDR:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-LINE-HUNK-HDR:CAPS">
+<ANCHOR id="GGIT-DIFF-LINE-BINARY:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-LINE-BINARY:CAPS">
 <ANCHOR id="GgitDiffFormatType" 
href="libgit2-glib-1.0/GgitDiff.html#GgitDiffFormatType">
+<ANCHOR id="GGIT-DIFF-FORMAT-PATCH:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-FORMAT-PATCH:CAPS">
+<ANCHOR id="GGIT-DIFF-FORMAT-PATCH-HEADER:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-FORMAT-PATCH-HEADER:CAPS">
+<ANCHOR id="GGIT-DIFF-FORMAT-RAW:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-FORMAT-RAW:CAPS">
+<ANCHOR id="GGIT-DIFF-FORMAT-NAME-ONLY:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-FORMAT-NAME-ONLY:CAPS">
+<ANCHOR id="GGIT-DIFF-FORMAT-NAME-STATUS:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-FORMAT-NAME-STATUS:CAPS">
 <ANCHOR id="GgitDiffOption" 
href="libgit2-glib-1.0/GgitDiff.html#GgitDiffOption">
+<ANCHOR id="GGIT-DIFF-NORMAL:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-NORMAL:CAPS">
+<ANCHOR id="GGIT-DIFF-REVERSE:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-REVERSE:CAPS">
+<ANCHOR id="GGIT-DIFF-INCLUDE-IGNORED:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-INCLUDE-IGNORED:CAPS">
+<ANCHOR id="GGIT-DIFF-RECURSE-IGNORED-DIRS:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-RECURSE-IGNORED-DIRS:CAPS">
+<ANCHOR id="GGIT-DIFF-INCLUDE-UNTRACKED:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-INCLUDE-UNTRACKED:CAPS">
+<ANCHOR id="GGIT-DIFF-RECURSE-UNTRACKED-DIRS:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-RECURSE-UNTRACKED-DIRS:CAPS">
+<ANCHOR id="GGIT-DIFF-INCLUDE-UNMODIFIED:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-INCLUDE-UNMODIFIED:CAPS">
+<ANCHOR id="GGIT-DIFF-INCLUDE-TYPECHANGE:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-INCLUDE-TYPECHANGE:CAPS">
+<ANCHOR id="GGIT-DIFF-INCLUDE-TYPECHANGE-TREES:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-INCLUDE-TYPECHANGE-TREES:CAPS">
+<ANCHOR id="GGIT-DIFF-IGNORE-FILE-MODE:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-IGNORE-FILE-MODE:CAPS">
+<ANCHOR id="GGIT-DIFF-IGNORE-SUBMODULES:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-IGNORE-SUBMODULES:CAPS">
+<ANCHOR id="GGIT-DIFF-IGNORE-CASE:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-IGNORE-CASE:CAPS">
+<ANCHOR id="GGIT-DIFF-DISABLE-PATHSPEC-MATCH:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-DISABLE-PATHSPEC-MATCH:CAPS">
+<ANCHOR id="GGIT-DIFF-SKIP-BINARY-CHECK:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-SKIP-BINARY-CHECK:CAPS">
+<ANCHOR id="GGIT-DIFF-ENABLE-FAST-UNTRACKED-DIRS:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-ENABLE-FAST-UNTRACKED-DIRS:CAPS">
+<ANCHOR id="GGIT-DIFF-FORCE-TEXT:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-FORCE-TEXT:CAPS">
+<ANCHOR id="GGIT-DIFF-FORCE-BINARY:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-FORCE-BINARY:CAPS">
+<ANCHOR id="GGIT-DIFF-IGNORE-WHITESPACE:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-IGNORE-WHITESPACE:CAPS">
+<ANCHOR id="GGIT-DIFF-IGNORE-WHITESPACE-CHANGE:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-IGNORE-WHITESPACE-CHANGE:CAPS">
+<ANCHOR id="GGIT-DIFF-IGNORE-WHITESPACE-EOL:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-IGNORE-WHITESPACE-EOL:CAPS">
+<ANCHOR id="GGIT-DIFF-SHOW-UNTRACKED-CONTENT:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-SHOW-UNTRACKED-CONTENT:CAPS">
+<ANCHOR id="GGIT-DIFF-SHOW-UNMODIFIED:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-SHOW-UNMODIFIED:CAPS">
+<ANCHOR id="GGIT-DIFF-PATIENCE:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-PATIENCE:CAPS">
+<ANCHOR id="GGIT-DIFF-MINIMAL:CAPS" 
href="libgit2-glib-1.0/GgitDiff.html#GGIT-DIFF-MINIMAL:CAPS">
 <ANCHOR id="GgitDiff.property-details" 
href="libgit2-glib-1.0/GgitDiff.html#GgitDiff.property-details">
 <ANCHOR id="GgitDiff--repository" 
href="libgit2-glib-1.0/GgitDiff.html#GgitDiff--repository">
 <ANCHOR id="GgitDiffDelta" href="libgit2-glib-1.0/GgitDiffDelta.html">
@@ -194,6 +242,14 @@
 <ANCHOR id="GgitDiffDelta.other_details" 
href="libgit2-glib-1.0/GgitDiffDelta.html#GgitDiffDelta.other_details">
 <ANCHOR id="GgitDiffDelta-struct" 
href="libgit2-glib-1.0/GgitDiffDelta.html#GgitDiffDelta-struct">
 <ANCHOR id="GgitDeltaType" 
href="libgit2-glib-1.0/GgitDiffDelta.html#GgitDeltaType">
+<ANCHOR id="GGIT-DELTA-UNMODIFIED:CAPS" 
href="libgit2-glib-1.0/GgitDiffDelta.html#GGIT-DELTA-UNMODIFIED:CAPS">
+<ANCHOR id="GGIT-DELTA-ADDED:CAPS" 
href="libgit2-glib-1.0/GgitDiffDelta.html#GGIT-DELTA-ADDED:CAPS">
+<ANCHOR id="GGIT-DELTA-DELETED:CAPS" 
href="libgit2-glib-1.0/GgitDiffDelta.html#GGIT-DELTA-DELETED:CAPS">
+<ANCHOR id="GGIT-DELTA-MODIFIED:CAPS" 
href="libgit2-glib-1.0/GgitDiffDelta.html#GGIT-DELTA-MODIFIED:CAPS">
+<ANCHOR id="GGIT-DELTA-RENAMED:CAPS" 
href="libgit2-glib-1.0/GgitDiffDelta.html#GGIT-DELTA-RENAMED:CAPS">
+<ANCHOR id="GGIT-DELTA-COPIED:CAPS" 
href="libgit2-glib-1.0/GgitDiffDelta.html#GGIT-DELTA-COPIED:CAPS">
+<ANCHOR id="GGIT-DELTA-IGNORED:CAPS" 
href="libgit2-glib-1.0/GgitDiffDelta.html#GGIT-DELTA-IGNORED:CAPS">
+<ANCHOR id="GGIT-DELTA-UNTRACKED:CAPS" 
href="libgit2-glib-1.0/GgitDiffDelta.html#GGIT-DELTA-UNTRACKED:CAPS">
 <ANCHOR id="GgitDiffFile" href="libgit2-glib-1.0/GgitDiffFile.html">
 <ANCHOR id="GgitDiffFile.functions" 
href="libgit2-glib-1.0/GgitDiffFile.html#GgitDiffFile.functions">
 <ANCHOR id="GgitDiffFile.other" 
href="libgit2-glib-1.0/GgitDiffFile.html#GgitDiffFile.other">
@@ -267,6 +323,13 @@
 <ANCHOR id="ggit-error-quark" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitError.html#ggit-error-quark">
 <ANCHOR id="libgit2-glib-1.0-GgitError.other_details" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitError.html#libgit2-glib-1.0-GgitError.other_details">
 <ANCHOR id="GgitError" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitError.html#GgitError">
+<ANCHOR id="GGIT-ERROR-GIT-ERROR:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitError.html#GGIT-ERROR-GIT-ERROR:CAPS">
+<ANCHOR id="GGIT-ERROR-NOTFOUND:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitError.html#GGIT-ERROR-NOTFOUND:CAPS">
+<ANCHOR id="GGIT-ERROR-EXISTS:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitError.html#GGIT-ERROR-EXISTS:CAPS">
+<ANCHOR id="GGIT-ERROR-AMBIGUOUS:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitError.html#GGIT-ERROR-AMBIGUOUS:CAPS">
+<ANCHOR id="GGIT-ERROR-BUFS:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitError.html#GGIT-ERROR-BUFS:CAPS">
+<ANCHOR id="GGIT-ERROR-PASSTHROUGH:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitError.html#GGIT-ERROR-PASSTHROUGH:CAPS">
+<ANCHOR id="GGIT-ERROR-ITEROVER:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitError.html#GGIT-ERROR-ITEROVER:CAPS">
 <ANCHOR id="GGIT-ERROR:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitError.html#GGIT-ERROR:CAPS">
 <ANCHOR id="GgitIndex" href="libgit2-glib-1.0/GgitIndex.html">
 <ANCHOR id="GgitIndex.functions" 
href="libgit2-glib-1.0/GgitIndex.html#GgitIndex.functions">
@@ -360,6 +423,9 @@
 <ANCHOR id="ggit-init" 
href="libgit2-glib-1.0/libgit2-glib-1.0-Ggit-Main.html#ggit-init">
 <ANCHOR id="libgit2-glib-1.0-Ggit-Main.other_details" 
href="libgit2-glib-1.0/libgit2-glib-1.0-Ggit-Main.html#libgit2-glib-1.0-Ggit-Main.other_details">
 <ANCHOR id="GgitFeatureFlags" 
href="libgit2-glib-1.0/libgit2-glib-1.0-Ggit-Main.html#GgitFeatureFlags">
+<ANCHOR id="GGIT-FEATURE-THREADS:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-Ggit-Main.html#GGIT-FEATURE-THREADS:CAPS">
+<ANCHOR id="GGIT-FEATURE-HTTPS:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-Ggit-Main.html#GGIT-FEATURE-HTTPS:CAPS">
+<ANCHOR id="GGIT-FEATURE-SSH:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-Ggit-Main.html#GGIT-FEATURE-SSH:CAPS">
 <ANCHOR id="libgit2-glib-1.0-GgitMergeTreeOptions" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitMergeTreeOptions.html">
 <ANCHOR id="libgit2-glib-1.0-GgitMergeTreeOptions.other" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitMergeTreeOptions.html#libgit2-glib-1.0-GgitMergeTreeOptions.other">
 <ANCHOR id="libgit2-glib-1.0-GgitMergeTreeOptions.object-hierarchy" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitMergeTreeOptions.html#libgit2-glib-1.0-GgitMergeTreeOptions.object-hierarchy">
@@ -367,6 +433,7 @@
 <ANCHOR id="libgit2-glib-1.0-GgitMergeTreeOptions.functions_details" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitMergeTreeOptions.html#libgit2-glib-1.0-GgitMergeTreeOptions.functions_details">
 <ANCHOR id="libgit2-glib-1.0-GgitMergeTreeOptions.other_details" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitMergeTreeOptions.html#libgit2-glib-1.0-GgitMergeTreeOptions.other_details">
 <ANCHOR id="GgitMergeTreeFlags" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitMergeTreeOptions.html#GgitMergeTreeFlags">
+<ANCHOR id="GGIT-MERGE-TREE-FIND-RENAMES:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitMergeTreeOptions.html#GGIT-MERGE-TREE-FIND-RENAMES:CAPS">
 <ANCHOR id="libgit2-glib-1.0-GgitMessage" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitMessage.html">
 <ANCHOR id="libgit2-glib-1.0-GgitMessage.functions" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitMessage.html#libgit2-glib-1.0-GgitMessage.functions">
 <ANCHOR id="libgit2-glib-1.0-GgitMessage.description" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitMessage.html#libgit2-glib-1.0-GgitMessage.description">
@@ -486,6 +553,10 @@
 <ANCHOR id="GgitRef-struct" 
href="libgit2-glib-1.0/GgitRef.html#GgitRef-struct">
 <ANCHOR id="GgitRefClass" href="libgit2-glib-1.0/GgitRef.html#GgitRefClass">
 <ANCHOR id="GgitRefType" href="libgit2-glib-1.0/GgitRef.html#GgitRefType">
+<ANCHOR id="GGIT-REF-INVALID:CAPS" 
href="libgit2-glib-1.0/GgitRef.html#GGIT-REF-INVALID:CAPS">
+<ANCHOR id="GGIT-REF-OID:CAPS" 
href="libgit2-glib-1.0/GgitRef.html#GGIT-REF-OID:CAPS">
+<ANCHOR id="GGIT-REF-SYMBOLIC:CAPS" 
href="libgit2-glib-1.0/GgitRef.html#GGIT-REF-SYMBOLIC:CAPS">
+<ANCHOR id="GGIT-REF-LISTALL:CAPS" 
href="libgit2-glib-1.0/GgitRef.html#GGIT-REF-LISTALL:CAPS">
 <ANCHOR id="GgitReflog" href="libgit2-glib-1.0/GgitReflog.html">
 <ANCHOR id="GgitReflog.functions" 
href="libgit2-glib-1.0/GgitReflog.html#GgitReflog.functions">
 <ANCHOR id="GgitReflog.other" 
href="libgit2-glib-1.0/GgitReflog.html#GgitReflog.other">
@@ -556,6 +627,9 @@
 <ANCHOR id="GgitRemote-struct" 
href="libgit2-glib-1.0/GgitRemote.html#GgitRemote-struct">
 <ANCHOR id="GgitRemoteHead-struct" 
href="libgit2-glib-1.0/GgitRemote.html#GgitRemoteHead-struct">
 <ANCHOR id="GgitRemoteDownloadTagsType" 
href="libgit2-glib-1.0/GgitRemote.html#GgitRemoteDownloadTagsType">
+<ANCHOR id="GGIT-REMOTE-DOWNLOAD-TAGS-AUTO:CAPS" 
href="libgit2-glib-1.0/GgitRemote.html#GGIT-REMOTE-DOWNLOAD-TAGS-AUTO:CAPS">
+<ANCHOR id="GGIT-REMOTE-DOWNLOAD-TAGS-NONE:CAPS" 
href="libgit2-glib-1.0/GgitRemote.html#GGIT-REMOTE-DOWNLOAD-TAGS-NONE:CAPS">
+<ANCHOR id="GGIT-REMOTE-DOWNLOAD-TAGS-ALL:CAPS" 
href="libgit2-glib-1.0/GgitRemote.html#GGIT-REMOTE-DOWNLOAD-TAGS-ALL:CAPS">
 <ANCHOR id="GgitRemote.property-details" 
href="libgit2-glib-1.0/GgitRemote.html#GgitRemote.property-details">
 <ANCHOR id="GgitRemote--callbacks" 
href="libgit2-glib-1.0/GgitRemote.html#GgitRemote--callbacks">
 <ANCHOR id="GgitRemote--transfer-progress" 
href="libgit2-glib-1.0/GgitRemote.html#GgitRemote--transfer-progress">
@@ -623,9 +697,29 @@
 <ANCHOR id="GgitRepository-struct" 
href="libgit2-glib-1.0/GgitRepository.html#GgitRepository-struct">
 <ANCHOR id="GgitRepositoryClass" 
href="libgit2-glib-1.0/GgitRepository.html#GgitRepositoryClass">
 <ANCHOR id="GgitCreateFlags" 
href="libgit2-glib-1.0/GgitRepository.html#GgitCreateFlags">
+<ANCHOR id="GGIT-CREATE-NONE:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-CREATE-NONE:CAPS">
+<ANCHOR id="GGIT-CREATE-FORCE:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-CREATE-FORCE:CAPS">
 <ANCHOR id="GgitResetType" 
href="libgit2-glib-1.0/GgitRepository.html#GgitResetType">
+<ANCHOR id="GGIT-RESET-SOFT:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-RESET-SOFT:CAPS">
+<ANCHOR id="GGIT-RESET-MIXED:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-RESET-MIXED:CAPS">
+<ANCHOR id="GGIT-RESET-HARD:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-RESET-HARD:CAPS">
 <ANCHOR id="GgitStashFlags" 
href="libgit2-glib-1.0/GgitRepository.html#GgitStashFlags">
+<ANCHOR id="GGIT-STASH-DEFAULT:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-STASH-DEFAULT:CAPS">
+<ANCHOR id="GGIT-STASH-KEEP-INDEX:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-STASH-KEEP-INDEX:CAPS">
+<ANCHOR id="GGIT-STASH-INCLUDE-UNTRACKED:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-STASH-INCLUDE-UNTRACKED:CAPS">
+<ANCHOR id="GGIT-STASH-INCLUDE-IGNORED:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-STASH-INCLUDE-IGNORED:CAPS">
 <ANCHOR id="GgitStatusFlags" 
href="libgit2-glib-1.0/GgitRepository.html#GgitStatusFlags">
+<ANCHOR id="GGIT-STATUS-CURRENT:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-STATUS-CURRENT:CAPS">
+<ANCHOR id="GGIT-STATUS-INDEX-NEW:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-STATUS-INDEX-NEW:CAPS">
+<ANCHOR id="GGIT-STATUS-INDEX-MODIFIED:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-STATUS-INDEX-MODIFIED:CAPS">
+<ANCHOR id="GGIT-STATUS-INDEX-DELETED:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-STATUS-INDEX-DELETED:CAPS">
+<ANCHOR id="GGIT-STATUS-INDEX-RENAMED:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-STATUS-INDEX-RENAMED:CAPS">
+<ANCHOR id="GGIT-STATUS-INDEX-TYPECHANGE:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-STATUS-INDEX-TYPECHANGE:CAPS">
+<ANCHOR id="GGIT-STATUS-WORKING-TREE-NEW:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-STATUS-WORKING-TREE-NEW:CAPS">
+<ANCHOR id="GGIT-STATUS-WORKING-TREE-MODIFIED:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-STATUS-WORKING-TREE-MODIFIED:CAPS">
+<ANCHOR id="GGIT-STATUS-WORKING-TREE-DELETED:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-STATUS-WORKING-TREE-DELETED:CAPS">
+<ANCHOR id="GGIT-STATUS-WORKING-TREE-TYPECHANGE:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-STATUS-WORKING-TREE-TYPECHANGE:CAPS">
+<ANCHOR id="GGIT-STATUS-IGNORED:CAPS" 
href="libgit2-glib-1.0/GgitRepository.html#GGIT-STATUS-IGNORED:CAPS">
 <ANCHOR id="GgitRepository.property-details" 
href="libgit2-glib-1.0/GgitRepository.html#GgitRepository.property-details">
 <ANCHOR id="GgitRepository--clone-options" 
href="libgit2-glib-1.0/GgitRepository.html#GgitRepository--clone-options">
 <ANCHOR id="GgitRepository--head" 
href="libgit2-glib-1.0/GgitRepository.html#GgitRepository--head">
@@ -660,6 +754,10 @@
 <ANCHOR id="GgitRevisionWalker-struct" 
href="libgit2-glib-1.0/GgitRevisionWalker.html#GgitRevisionWalker-struct">
 <ANCHOR id="GgitRevisionWalkerClass" 
href="libgit2-glib-1.0/GgitRevisionWalker.html#GgitRevisionWalkerClass">
 <ANCHOR id="GgitSortMode" 
href="libgit2-glib-1.0/GgitRevisionWalker.html#GgitSortMode">
+<ANCHOR id="GGIT-SORT-NONE:CAPS" 
href="libgit2-glib-1.0/GgitRevisionWalker.html#GGIT-SORT-NONE:CAPS">
+<ANCHOR id="GGIT-SORT-TOPOLOGICAL:CAPS" 
href="libgit2-glib-1.0/GgitRevisionWalker.html#GGIT-SORT-TOPOLOGICAL:CAPS">
+<ANCHOR id="GGIT-SORT-TIME:CAPS" 
href="libgit2-glib-1.0/GgitRevisionWalker.html#GGIT-SORT-TIME:CAPS">
+<ANCHOR id="GGIT-SORT-REVERSE:CAPS" 
href="libgit2-glib-1.0/GgitRevisionWalker.html#GGIT-SORT-REVERSE:CAPS">
 <ANCHOR id="GgitRevisionWalker.property-details" 
href="libgit2-glib-1.0/GgitRevisionWalker.html#GgitRevisionWalker.property-details">
 <ANCHOR id="GgitRevisionWalker--repository" 
href="libgit2-glib-1.0/GgitRevisionWalker.html#GgitRevisionWalker--repository">
 <ANCHOR id="GgitSignature" href="libgit2-glib-1.0/GgitSignature.html">
@@ -691,7 +789,22 @@
 <ANCHOR id="ggit-status-options-new" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#ggit-status-options-new">
 <ANCHOR id="libgit2-glib-1.0-GgitStatusOptions.other_details" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#libgit2-glib-1.0-GgitStatusOptions.other_details">
 <ANCHOR id="GgitStatusOption" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GgitStatusOption">
+<ANCHOR id="GGIT-STATUS-OPTION-INCLUDE-UNTRACKED:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-INCLUDE-UNTRACKED:CAPS">
+<ANCHOR id="GGIT-STATUS-OPTION-INCLUDE-IGNORED:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-INCLUDE-IGNORED:CAPS">
+<ANCHOR id="GGIT-STATUS-OPTION-INCLUDE-UNMODIFIED:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-INCLUDE-UNMODIFIED:CAPS">
+<ANCHOR id="GGIT-STATUS-OPTION-EXCLUDE-SUBMODULES:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-EXCLUDE-SUBMODULES:CAPS">
+<ANCHOR id="GGIT-STATUS-OPTION-RECURSE-UNTRACKED-DIRS:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-RECURSE-UNTRACKED-DIRS:CAPS">
+<ANCHOR id="GGIT-STATUS-OPTION-DISABLE-PATHSPEC-MATCH:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-DISABLE-PATHSPEC-MATCH:CAPS">
+<ANCHOR id="GGIT-STATUS-OPTION-RECURSE-IGNORED-DIRS:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-RECURSE-IGNORED-DIRS:CAPS">
+<ANCHOR id="GGIT-STATUS-OPTION-RENAMES-HEAD-TO-INDEX:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-RENAMES-HEAD-TO-INDEX:CAPS">
+<ANCHOR id="GGIT-STATUS-OPTION-RENAMES-INDEX-TO-WORKDIR:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-RENAMES-INDEX-TO-WORKDIR:CAPS">
+<ANCHOR id="GGIT-STATUS-OPTION-SORT-CASE-SENSITIVELY:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-SORT-CASE-SENSITIVELY:CAPS">
+<ANCHOR id="GGIT-STATUS-OPTION-SORT-CASE-INSENSITIVELY:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-SORT-CASE-INSENSITIVELY:CAPS">
+<ANCHOR id="GGIT-STATUS-OPTION-DEFAULT:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-DEFAULT:CAPS">
 <ANCHOR id="GgitStatusShow" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GgitStatusShow">
+<ANCHOR id="GGIT-STATUS-SHOW-INDEX-AND-WORKDIR:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-SHOW-INDEX-AND-WORKDIR:CAPS">
+<ANCHOR id="GGIT-STATUS-SHOW-INDEX-ONLY:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-SHOW-INDEX-ONLY:CAPS">
+<ANCHOR id="GGIT-STATUS-SHOW-WORKDIR-ONLY:CAPS" 
href="libgit2-glib-1.0/libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-SHOW-WORKDIR-ONLY:CAPS">
 <ANCHOR id="GgitSubmodule" href="libgit2-glib-1.0/GgitSubmodule.html">
 <ANCHOR id="GgitSubmodule.functions" 
href="libgit2-glib-1.0/GgitSubmodule.html#GgitSubmodule.functions">
 <ANCHOR id="GgitSubmodule.other" 
href="libgit2-glib-1.0/GgitSubmodule.html#GgitSubmodule.other">
@@ -723,8 +836,32 @@
 <ANCHOR id="GgitSubmodule.other_details" 
href="libgit2-glib-1.0/GgitSubmodule.html#GgitSubmodule.other_details">
 <ANCHOR id="GgitSubmodule-struct" 
href="libgit2-glib-1.0/GgitSubmodule.html#GgitSubmodule-struct">
 <ANCHOR id="GgitSubmoduleIgnore" 
href="libgit2-glib-1.0/GgitSubmodule.html#GgitSubmoduleIgnore">
+<ANCHOR id="GGIT-SUBMODULE-IGNORE-RESET:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-IGNORE-RESET:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-IGNORE-NONE:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-IGNORE-NONE:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-IGNORE-UNTRACKED:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-IGNORE-UNTRACKED:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-IGNORE-DIRTY:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-IGNORE-DIRTY:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-IGNORE-ALL:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-IGNORE-ALL:CAPS">
 <ANCHOR id="GgitSubmoduleStatus" 
href="libgit2-glib-1.0/GgitSubmodule.html#GgitSubmoduleStatus">
+<ANCHOR id="GGIT-SUBMODULE-STATUS-IN-HEAD:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-STATUS-IN-HEAD:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-STATUS-IN-INDEX:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-STATUS-IN-INDEX:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-STATUS-IN-CONFIG:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-STATUS-IN-CONFIG:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-STATUS-IN-WD:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-STATUS-IN-WD:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-STATUS-INDEX-ADDED:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-STATUS-INDEX-ADDED:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-STATUS-INDEX-DELETED:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-STATUS-INDEX-DELETED:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-STATUS-INDEX-MODIFIED:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-STATUS-INDEX-MODIFIED:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-STATUS-WD-UNINITIALIZED:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-STATUS-WD-UNINITIALIZED:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-STATUS-WD-ADDED:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-STATUS-WD-ADDED:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-STATUS-WD-DELETED:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-STATUS-WD-DELETED:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-STATUS-WD-MODIFIED:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-STATUS-WD-MODIFIED:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-STATUS-WD-INDEX-MODIFIED:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-STATUS-WD-INDEX-MODIFIED:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-STATUS-WD-WD-MODIFIED:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-STATUS-WD-WD-MODIFIED:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-STATUS-WD-UNTRACKED:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-STATUS-WD-UNTRACKED:CAPS">
 <ANCHOR id="GgitSubmoduleUpdate" 
href="libgit2-glib-1.0/GgitSubmodule.html#GgitSubmoduleUpdate">
+<ANCHOR id="GGIT-SUBMODULE-UPDATE-RESET:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-UPDATE-RESET:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-UPDATE-CHECKOUT:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-UPDATE-CHECKOUT:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-UPDATE-REBASE:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-UPDATE-REBASE:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-UPDATE-MERGE:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-UPDATE-MERGE:CAPS">
+<ANCHOR id="GGIT-SUBMODULE-UPDATE-NONE:CAPS" 
href="libgit2-glib-1.0/GgitSubmodule.html#GGIT-SUBMODULE-UPDATE-NONE:CAPS">
 <ANCHOR id="GgitTag" href="libgit2-glib-1.0/GgitTag.html">
 <ANCHOR id="GgitTag.functions" 
href="libgit2-glib-1.0/GgitTag.html#GgitTag.functions">
 <ANCHOR id="GgitTag.other" href="libgit2-glib-1.0/GgitTag.html#GgitTag.other">
@@ -771,6 +908,8 @@
 <ANCHOR id="GgitTree-struct" 
href="libgit2-glib-1.0/GgitTree.html#GgitTree-struct">
 <ANCHOR id="GgitTreeClass" href="libgit2-glib-1.0/GgitTree.html#GgitTreeClass">
 <ANCHOR id="GgitTreeWalkMode" 
href="libgit2-glib-1.0/GgitTree.html#GgitTreeWalkMode">
+<ANCHOR id="GGIT-TREE-WALK-MODE-PRE:CAPS" 
href="libgit2-glib-1.0/GgitTree.html#GGIT-TREE-WALK-MODE-PRE:CAPS">
+<ANCHOR id="GGIT-TREE-WALK-MODE-POST:CAPS" 
href="libgit2-glib-1.0/GgitTree.html#GGIT-TREE-WALK-MODE-POST:CAPS">
 <ANCHOR id="GgitTreeBuilder" href="libgit2-glib-1.0/GgitTreeBuilder.html">
 <ANCHOR id="GgitTreeBuilder.functions" 
href="libgit2-glib-1.0/GgitTreeBuilder.html#GgitTreeBuilder.functions">
 <ANCHOR id="GgitTreeBuilder.other" 
href="libgit2-glib-1.0/GgitTreeBuilder.html#GgitTreeBuilder.other">
@@ -800,6 +939,12 @@
 <ANCHOR id="GgitTreeEntry.other_details" 
href="libgit2-glib-1.0/GgitTreeEntry.html#GgitTreeEntry.other_details">
 <ANCHOR id="GgitTreeEntry-struct" 
href="libgit2-glib-1.0/GgitTreeEntry.html#GgitTreeEntry-struct">
 <ANCHOR id="GgitFileMode" 
href="libgit2-glib-1.0/GgitTreeEntry.html#GgitFileMode">
+<ANCHOR id="GGIT-FILE-MODE-UNREADABLE:CAPS" 
href="libgit2-glib-1.0/GgitTreeEntry.html#GGIT-FILE-MODE-UNREADABLE:CAPS">
+<ANCHOR id="GGIT-FILE-MODE-TREE:CAPS" 
href="libgit2-glib-1.0/GgitTreeEntry.html#GGIT-FILE-MODE-TREE:CAPS">
+<ANCHOR id="GGIT-FILE-MODE-BLOB:CAPS" 
href="libgit2-glib-1.0/GgitTreeEntry.html#GGIT-FILE-MODE-BLOB:CAPS">
+<ANCHOR id="GGIT-FILE-MODE-BLOB-EXECUTABLE:CAPS" 
href="libgit2-glib-1.0/GgitTreeEntry.html#GGIT-FILE-MODE-BLOB-EXECUTABLE:CAPS">
+<ANCHOR id="GGIT-FILE-MODE-LINK:CAPS" 
href="libgit2-glib-1.0/GgitTreeEntry.html#GGIT-FILE-MODE-LINK:CAPS">
+<ANCHOR id="GGIT-FILE-MODE-COMMIT:CAPS" 
href="libgit2-glib-1.0/GgitTreeEntry.html#GGIT-FILE-MODE-COMMIT:CAPS">
 <ANCHOR id="annotation-glossterm-allow-none" 
href="libgit2-glib-1.0/annotation-glossary.html#annotation-glossterm-allow-none">
 <ANCHOR id="annotation-glossterm-array" 
href="libgit2-glib-1.0/annotation-glossary.html#annotation-glossterm-array">
 <ANCHOR id="annotation-glossterm-closure" 
href="libgit2-glib-1.0/annotation-glossary.html#annotation-glossterm-closure">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/libgit2-glib-1.0-Ggit-Main.html 
new/libgit2-glib-0.22.2/docs/reference/html/libgit2-glib-1.0-Ggit-Main.html
--- old/libgit2-glib-0.22.0/docs/reference/html/libgit2-glib-1.0-Ggit-Main.html 
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/libgit2-glib-1.0-Ggit-Main.html 
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: Ggit Main</title>
+<title>Ggit Main: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/libgit2-glib-1.0-GgitError.html 
new/libgit2-glib-0.22.2/docs/reference/html/libgit2-glib-1.0-GgitError.html
--- old/libgit2-glib-0.22.0/docs/reference/html/libgit2-glib-1.0-GgitError.html 
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/libgit2-glib-1.0-GgitError.html 
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitError</title>
+<title>GgitError: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/libgit2-glib-1.0-GgitMergeTreeOptions.html
 
new/libgit2-glib-0.22.2/docs/reference/html/libgit2-glib-1.0-GgitMergeTreeOptions.html
--- 
old/libgit2-glib-0.22.0/docs/reference/html/libgit2-glib-1.0-GgitMergeTreeOptions.html
      2015-01-18 19:52:59.000000000 +0100
+++ 
new/libgit2-glib-0.22.2/docs/reference/html/libgit2-glib-1.0-GgitMergeTreeOptions.html
      2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitMergeTreeOptions</title>
+<title>GgitMergeTreeOptions: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/libgit2-glib-1.0-GgitMessage.html 
new/libgit2-glib-0.22.2/docs/reference/html/libgit2-glib-1.0-GgitMessage.html
--- 
old/libgit2-glib-0.22.0/docs/reference/html/libgit2-glib-1.0-GgitMessage.html   
    2015-01-18 19:52:59.000000000 +0100
+++ 
new/libgit2-glib-0.22.2/docs/reference/html/libgit2-glib-1.0-GgitMessage.html   
    2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitMessage</title>
+<title>GgitMessage: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/libgit2-glib-1.0-GgitPush.html 
new/libgit2-glib-0.22.2/docs/reference/html/libgit2-glib-1.0-GgitPush.html
--- old/libgit2-glib-0.22.0/docs/reference/html/libgit2-glib-1.0-GgitPush.html  
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/libgit2-glib-1.0-GgitPush.html  
2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitPush</title>
+<title>GgitPush: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/libgit2-glib-1.0-GgitStatusOptions.html
 
new/libgit2-glib-0.22.2/docs/reference/html/libgit2-glib-1.0-GgitStatusOptions.html
--- 
old/libgit2-glib-0.22.0/docs/reference/html/libgit2-glib-1.0-GgitStatusOptions.html
 2015-01-18 19:52:59.000000000 +0100
+++ 
new/libgit2-glib-0.22.2/docs/reference/html/libgit2-glib-1.0-GgitStatusOptions.html
 2015-03-23 17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: GgitStatusOptions</title>
+<title>GgitStatusOptions: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="rn01.html" title="API reference">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/libgit2-glib-1.0.devhelp2 
new/libgit2-glib-0.22.2/docs/reference/html/libgit2-glib-1.0.devhelp2
--- old/libgit2-glib-0.22.0/docs/reference/html/libgit2-glib-1.0.devhelp2       
2015-01-18 19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/libgit2-glib-1.0.devhelp2       
2015-03-23 17:14:30.000000000 +0100
@@ -523,5 +523,150 @@
     <keyword type="function" name="ggit_tree_entry_get_object_type ()" 
link="GgitTreeEntry.html#ggit-tree-entry-get-object-type"/>
     <keyword type="struct" name="GgitTreeEntry" 
link="GgitTreeEntry.html#GgitTreeEntry-struct"/>
     <keyword type="enum" name="enum GgitFileMode" 
link="GgitTreeEntry.html#GgitFileMode"/>
+    <keyword type="constant" name="GGIT_BRANCH_LOCAL" 
link="GgitBranch.html#GGIT-BRANCH-LOCAL:CAPS"/>
+    <keyword type="constant" name="GGIT_BRANCH_REMOTE" 
link="GgitBranch.html#GGIT-BRANCH-REMOTE:CAPS"/>
+    <keyword type="constant" name="GGIT_CONFIG_LEVEL_SYSTEM" 
link="GgitConfig.html#GGIT-CONFIG-LEVEL-SYSTEM:CAPS"/>
+    <keyword type="constant" name="GGIT_CONFIG_LEVEL_XDG" 
link="GgitConfig.html#GGIT-CONFIG-LEVEL-XDG:CAPS"/>
+    <keyword type="constant" name="GGIT_CONFIG_LEVEL_GLOBAL" 
link="GgitConfig.html#GGIT-CONFIG-LEVEL-GLOBAL:CAPS"/>
+    <keyword type="constant" name="GGIT_CONFIG_LEVEL_LOCAL" 
link="GgitConfig.html#GGIT-CONFIG-LEVEL-LOCAL:CAPS"/>
+    <keyword type="constant" name="GGIT_CONFIG_LEVEL_HIGHEST" 
link="GgitConfig.html#GGIT-CONFIG-LEVEL-HIGHEST:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_FLAG_BINARY" 
link="GgitDiff.html#GGIT-DIFF-FLAG-BINARY:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_FLAG_NOT_BINARY" 
link="GgitDiff.html#GGIT-DIFF-FLAG-NOT-BINARY:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_FLAG_VALID_ID" 
link="GgitDiff.html#GGIT-DIFF-FLAG-VALID-ID:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_LINE_CONTEXT" 
link="GgitDiff.html#GGIT-DIFF-LINE-CONTEXT:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_LINE_ADDITION" 
link="GgitDiff.html#GGIT-DIFF-LINE-ADDITION:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_LINE_DELETION" 
link="GgitDiff.html#GGIT-DIFF-LINE-DELETION:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_LINE_CONTEXT_EOFNL" 
link="GgitDiff.html#GGIT-DIFF-LINE-CONTEXT-EOFNL:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_LINE_ADD_EOFNL" 
link="GgitDiff.html#GGIT-DIFF-LINE-ADD-EOFNL:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_LINE_DEL_EOFNL" 
link="GgitDiff.html#GGIT-DIFF-LINE-DEL-EOFNL:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_LINE_FILE_HDR" 
link="GgitDiff.html#GGIT-DIFF-LINE-FILE-HDR:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_LINE_HUNK_HDR" 
link="GgitDiff.html#GGIT-DIFF-LINE-HUNK-HDR:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_LINE_BINARY" 
link="GgitDiff.html#GGIT-DIFF-LINE-BINARY:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_FORMAT_PATCH" 
link="GgitDiff.html#GGIT-DIFF-FORMAT-PATCH:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_FORMAT_PATCH_HEADER" 
link="GgitDiff.html#GGIT-DIFF-FORMAT-PATCH-HEADER:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_FORMAT_RAW" 
link="GgitDiff.html#GGIT-DIFF-FORMAT-RAW:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_FORMAT_NAME_ONLY" 
link="GgitDiff.html#GGIT-DIFF-FORMAT-NAME-ONLY:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_FORMAT_NAME_STATUS" 
link="GgitDiff.html#GGIT-DIFF-FORMAT-NAME-STATUS:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_NORMAL" 
link="GgitDiff.html#GGIT-DIFF-NORMAL:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_REVERSE" 
link="GgitDiff.html#GGIT-DIFF-REVERSE:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_INCLUDE_IGNORED" 
link="GgitDiff.html#GGIT-DIFF-INCLUDE-IGNORED:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_RECURSE_IGNORED_DIRS" 
link="GgitDiff.html#GGIT-DIFF-RECURSE-IGNORED-DIRS:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_INCLUDE_UNTRACKED" 
link="GgitDiff.html#GGIT-DIFF-INCLUDE-UNTRACKED:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_RECURSE_UNTRACKED_DIRS" 
link="GgitDiff.html#GGIT-DIFF-RECURSE-UNTRACKED-DIRS:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_INCLUDE_UNMODIFIED" 
link="GgitDiff.html#GGIT-DIFF-INCLUDE-UNMODIFIED:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_INCLUDE_TYPECHANGE" 
link="GgitDiff.html#GGIT-DIFF-INCLUDE-TYPECHANGE:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_INCLUDE_TYPECHANGE_TREES" 
link="GgitDiff.html#GGIT-DIFF-INCLUDE-TYPECHANGE-TREES:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_IGNORE_FILE_MODE" 
link="GgitDiff.html#GGIT-DIFF-IGNORE-FILE-MODE:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_IGNORE_SUBMODULES" 
link="GgitDiff.html#GGIT-DIFF-IGNORE-SUBMODULES:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_IGNORE_CASE" 
link="GgitDiff.html#GGIT-DIFF-IGNORE-CASE:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_DISABLE_PATHSPEC_MATCH" 
link="GgitDiff.html#GGIT-DIFF-DISABLE-PATHSPEC-MATCH:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_SKIP_BINARY_CHECK" 
link="GgitDiff.html#GGIT-DIFF-SKIP-BINARY-CHECK:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_ENABLE_FAST_UNTRACKED_DIRS" 
link="GgitDiff.html#GGIT-DIFF-ENABLE-FAST-UNTRACKED-DIRS:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_FORCE_TEXT" 
link="GgitDiff.html#GGIT-DIFF-FORCE-TEXT:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_FORCE_BINARY" 
link="GgitDiff.html#GGIT-DIFF-FORCE-BINARY:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_IGNORE_WHITESPACE" 
link="GgitDiff.html#GGIT-DIFF-IGNORE-WHITESPACE:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_IGNORE_WHITESPACE_CHANGE" 
link="GgitDiff.html#GGIT-DIFF-IGNORE-WHITESPACE-CHANGE:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_IGNORE_WHITESPACE_EOL" 
link="GgitDiff.html#GGIT-DIFF-IGNORE-WHITESPACE-EOL:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_SHOW_UNTRACKED_CONTENT" 
link="GgitDiff.html#GGIT-DIFF-SHOW-UNTRACKED-CONTENT:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_SHOW_UNMODIFIED" 
link="GgitDiff.html#GGIT-DIFF-SHOW-UNMODIFIED:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_PATIENCE" 
link="GgitDiff.html#GGIT-DIFF-PATIENCE:CAPS"/>
+    <keyword type="constant" name="GGIT_DIFF_MINIMAL" 
link="GgitDiff.html#GGIT-DIFF-MINIMAL:CAPS"/>
+    <keyword type="constant" name="GGIT_DELTA_UNMODIFIED" 
link="GgitDiffDelta.html#GGIT-DELTA-UNMODIFIED:CAPS"/>
+    <keyword type="constant" name="GGIT_DELTA_ADDED" 
link="GgitDiffDelta.html#GGIT-DELTA-ADDED:CAPS"/>
+    <keyword type="constant" name="GGIT_DELTA_DELETED" 
link="GgitDiffDelta.html#GGIT-DELTA-DELETED:CAPS"/>
+    <keyword type="constant" name="GGIT_DELTA_MODIFIED" 
link="GgitDiffDelta.html#GGIT-DELTA-MODIFIED:CAPS"/>
+    <keyword type="constant" name="GGIT_DELTA_RENAMED" 
link="GgitDiffDelta.html#GGIT-DELTA-RENAMED:CAPS"/>
+    <keyword type="constant" name="GGIT_DELTA_COPIED" 
link="GgitDiffDelta.html#GGIT-DELTA-COPIED:CAPS"/>
+    <keyword type="constant" name="GGIT_DELTA_IGNORED" 
link="GgitDiffDelta.html#GGIT-DELTA-IGNORED:CAPS"/>
+    <keyword type="constant" name="GGIT_DELTA_UNTRACKED" 
link="GgitDiffDelta.html#GGIT-DELTA-UNTRACKED:CAPS"/>
+    <keyword type="constant" name="GGIT_ERROR_GIT_ERROR" 
link="libgit2-glib-1.0-GgitError.html#GGIT-ERROR-GIT-ERROR:CAPS"/>
+    <keyword type="constant" name="GGIT_ERROR_NOTFOUND" 
link="libgit2-glib-1.0-GgitError.html#GGIT-ERROR-NOTFOUND:CAPS"/>
+    <keyword type="constant" name="GGIT_ERROR_EXISTS" 
link="libgit2-glib-1.0-GgitError.html#GGIT-ERROR-EXISTS:CAPS"/>
+    <keyword type="constant" name="GGIT_ERROR_AMBIGUOUS" 
link="libgit2-glib-1.0-GgitError.html#GGIT-ERROR-AMBIGUOUS:CAPS"/>
+    <keyword type="constant" name="GGIT_ERROR_BUFS" 
link="libgit2-glib-1.0-GgitError.html#GGIT-ERROR-BUFS:CAPS"/>
+    <keyword type="constant" name="GGIT_ERROR_PASSTHROUGH" 
link="libgit2-glib-1.0-GgitError.html#GGIT-ERROR-PASSTHROUGH:CAPS"/>
+    <keyword type="constant" name="GGIT_ERROR_ITEROVER" 
link="libgit2-glib-1.0-GgitError.html#GGIT-ERROR-ITEROVER:CAPS"/>
+    <keyword type="constant" name="GGIT_FEATURE_THREADS" 
link="libgit2-glib-1.0-Ggit-Main.html#GGIT-FEATURE-THREADS:CAPS"/>
+    <keyword type="constant" name="GGIT_FEATURE_HTTPS" 
link="libgit2-glib-1.0-Ggit-Main.html#GGIT-FEATURE-HTTPS:CAPS"/>
+    <keyword type="constant" name="GGIT_FEATURE_SSH" 
link="libgit2-glib-1.0-Ggit-Main.html#GGIT-FEATURE-SSH:CAPS"/>
+    <keyword type="constant" name="GGIT_MERGE_TREE_FIND_RENAMES" 
link="libgit2-glib-1.0-GgitMergeTreeOptions.html#GGIT-MERGE-TREE-FIND-RENAMES:CAPS"/>
+    <keyword type="constant" name="GGIT_REF_INVALID" 
link="GgitRef.html#GGIT-REF-INVALID:CAPS"/>
+    <keyword type="constant" name="GGIT_REF_OID" 
link="GgitRef.html#GGIT-REF-OID:CAPS"/>
+    <keyword type="constant" name="GGIT_REF_SYMBOLIC" 
link="GgitRef.html#GGIT-REF-SYMBOLIC:CAPS"/>
+    <keyword type="constant" name="GGIT_REF_LISTALL" 
link="GgitRef.html#GGIT-REF-LISTALL:CAPS"/>
+    <keyword type="constant" name="GGIT_REMOTE_DOWNLOAD_TAGS_AUTO" 
link="GgitRemote.html#GGIT-REMOTE-DOWNLOAD-TAGS-AUTO:CAPS"/>
+    <keyword type="constant" name="GGIT_REMOTE_DOWNLOAD_TAGS_NONE" 
link="GgitRemote.html#GGIT-REMOTE-DOWNLOAD-TAGS-NONE:CAPS"/>
+    <keyword type="constant" name="GGIT_REMOTE_DOWNLOAD_TAGS_ALL" 
link="GgitRemote.html#GGIT-REMOTE-DOWNLOAD-TAGS-ALL:CAPS"/>
+    <keyword type="constant" name="GGIT_CREATE_NONE" 
link="GgitRepository.html#GGIT-CREATE-NONE:CAPS"/>
+    <keyword type="constant" name="GGIT_CREATE_FORCE" 
link="GgitRepository.html#GGIT-CREATE-FORCE:CAPS"/>
+    <keyword type="constant" name="GGIT_RESET_SOFT" 
link="GgitRepository.html#GGIT-RESET-SOFT:CAPS"/>
+    <keyword type="constant" name="GGIT_RESET_MIXED" 
link="GgitRepository.html#GGIT-RESET-MIXED:CAPS"/>
+    <keyword type="constant" name="GGIT_RESET_HARD" 
link="GgitRepository.html#GGIT-RESET-HARD:CAPS"/>
+    <keyword type="constant" name="GGIT_STASH_DEFAULT" 
link="GgitRepository.html#GGIT-STASH-DEFAULT:CAPS"/>
+    <keyword type="constant" name="GGIT_STASH_KEEP_INDEX" 
link="GgitRepository.html#GGIT-STASH-KEEP-INDEX:CAPS"/>
+    <keyword type="constant" name="GGIT_STASH_INCLUDE_UNTRACKED" 
link="GgitRepository.html#GGIT-STASH-INCLUDE-UNTRACKED:CAPS"/>
+    <keyword type="constant" name="GGIT_STASH_INCLUDE_IGNORED" 
link="GgitRepository.html#GGIT-STASH-INCLUDE-IGNORED:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_CURRENT" 
link="GgitRepository.html#GGIT-STATUS-CURRENT:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_INDEX_NEW" 
link="GgitRepository.html#GGIT-STATUS-INDEX-NEW:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_INDEX_MODIFIED" 
link="GgitRepository.html#GGIT-STATUS-INDEX-MODIFIED:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_INDEX_DELETED" 
link="GgitRepository.html#GGIT-STATUS-INDEX-DELETED:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_INDEX_RENAMED" 
link="GgitRepository.html#GGIT-STATUS-INDEX-RENAMED:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_INDEX_TYPECHANGE" 
link="GgitRepository.html#GGIT-STATUS-INDEX-TYPECHANGE:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_WORKING_TREE_NEW" 
link="GgitRepository.html#GGIT-STATUS-WORKING-TREE-NEW:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_WORKING_TREE_MODIFIED" 
link="GgitRepository.html#GGIT-STATUS-WORKING-TREE-MODIFIED:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_WORKING_TREE_DELETED" 
link="GgitRepository.html#GGIT-STATUS-WORKING-TREE-DELETED:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_WORKING_TREE_TYPECHANGE" 
link="GgitRepository.html#GGIT-STATUS-WORKING-TREE-TYPECHANGE:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_IGNORED" 
link="GgitRepository.html#GGIT-STATUS-IGNORED:CAPS"/>
+    <keyword type="constant" name="GGIT_SORT_NONE" 
link="GgitRevisionWalker.html#GGIT-SORT-NONE:CAPS"/>
+    <keyword type="constant" name="GGIT_SORT_TOPOLOGICAL" 
link="GgitRevisionWalker.html#GGIT-SORT-TOPOLOGICAL:CAPS"/>
+    <keyword type="constant" name="GGIT_SORT_TIME" 
link="GgitRevisionWalker.html#GGIT-SORT-TIME:CAPS"/>
+    <keyword type="constant" name="GGIT_SORT_REVERSE" 
link="GgitRevisionWalker.html#GGIT-SORT-REVERSE:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_OPTION_INCLUDE_UNTRACKED" 
link="libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-INCLUDE-UNTRACKED:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_OPTION_INCLUDE_IGNORED" 
link="libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-INCLUDE-IGNORED:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_OPTION_INCLUDE_UNMODIFIED" 
link="libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-INCLUDE-UNMODIFIED:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_OPTION_EXCLUDE_SUBMODULES" 
link="libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-EXCLUDE-SUBMODULES:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_OPTION_RECURSE_UNTRACKED_DIRS" 
link="libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-RECURSE-UNTRACKED-DIRS:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_OPTION_DISABLE_PATHSPEC_MATCH" 
link="libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-DISABLE-PATHSPEC-MATCH:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_OPTION_RECURSE_IGNORED_DIRS" 
link="libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-RECURSE-IGNORED-DIRS:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_OPTION_RENAMES_HEAD_TO_INDEX" 
link="libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-RENAMES-HEAD-TO-INDEX:CAPS"/>
+    <keyword type="constant" 
name="GGIT_STATUS_OPTION_RENAMES_INDEX_TO_WORKDIR" 
link="libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-RENAMES-INDEX-TO-WORKDIR:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_OPTION_SORT_CASE_SENSITIVELY" 
link="libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-SORT-CASE-SENSITIVELY:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_OPTION_SORT_CASE_INSENSITIVELY" 
link="libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-SORT-CASE-INSENSITIVELY:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_OPTION_DEFAULT" 
link="libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-OPTION-DEFAULT:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_SHOW_INDEX_AND_WORKDIR" 
link="libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-SHOW-INDEX-AND-WORKDIR:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_SHOW_INDEX_ONLY" 
link="libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-SHOW-INDEX-ONLY:CAPS"/>
+    <keyword type="constant" name="GGIT_STATUS_SHOW_WORKDIR_ONLY" 
link="libgit2-glib-1.0-GgitStatusOptions.html#GGIT-STATUS-SHOW-WORKDIR-ONLY:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_IGNORE_RESET" 
link="GgitSubmodule.html#GGIT-SUBMODULE-IGNORE-RESET:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_IGNORE_NONE" 
link="GgitSubmodule.html#GGIT-SUBMODULE-IGNORE-NONE:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_IGNORE_UNTRACKED" 
link="GgitSubmodule.html#GGIT-SUBMODULE-IGNORE-UNTRACKED:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_IGNORE_DIRTY" 
link="GgitSubmodule.html#GGIT-SUBMODULE-IGNORE-DIRTY:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_IGNORE_ALL" 
link="GgitSubmodule.html#GGIT-SUBMODULE-IGNORE-ALL:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_STATUS_IN_HEAD" 
link="GgitSubmodule.html#GGIT-SUBMODULE-STATUS-IN-HEAD:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_STATUS_IN_INDEX" 
link="GgitSubmodule.html#GGIT-SUBMODULE-STATUS-IN-INDEX:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_STATUS_IN_CONFIG" 
link="GgitSubmodule.html#GGIT-SUBMODULE-STATUS-IN-CONFIG:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_STATUS_IN_WD" 
link="GgitSubmodule.html#GGIT-SUBMODULE-STATUS-IN-WD:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_STATUS_INDEX_ADDED" 
link="GgitSubmodule.html#GGIT-SUBMODULE-STATUS-INDEX-ADDED:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_STATUS_INDEX_DELETED" 
link="GgitSubmodule.html#GGIT-SUBMODULE-STATUS-INDEX-DELETED:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_STATUS_INDEX_MODIFIED" 
link="GgitSubmodule.html#GGIT-SUBMODULE-STATUS-INDEX-MODIFIED:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_STATUS_WD_UNINITIALIZED" 
link="GgitSubmodule.html#GGIT-SUBMODULE-STATUS-WD-UNINITIALIZED:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_STATUS_WD_ADDED" 
link="GgitSubmodule.html#GGIT-SUBMODULE-STATUS-WD-ADDED:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_STATUS_WD_DELETED" 
link="GgitSubmodule.html#GGIT-SUBMODULE-STATUS-WD-DELETED:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_STATUS_WD_MODIFIED" 
link="GgitSubmodule.html#GGIT-SUBMODULE-STATUS-WD-MODIFIED:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_STATUS_WD_INDEX_MODIFIED" 
link="GgitSubmodule.html#GGIT-SUBMODULE-STATUS-WD-INDEX-MODIFIED:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_STATUS_WD_WD_MODIFIED" 
link="GgitSubmodule.html#GGIT-SUBMODULE-STATUS-WD-WD-MODIFIED:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_STATUS_WD_UNTRACKED" 
link="GgitSubmodule.html#GGIT-SUBMODULE-STATUS-WD-UNTRACKED:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_UPDATE_RESET" 
link="GgitSubmodule.html#GGIT-SUBMODULE-UPDATE-RESET:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_UPDATE_CHECKOUT" 
link="GgitSubmodule.html#GGIT-SUBMODULE-UPDATE-CHECKOUT:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_UPDATE_REBASE" 
link="GgitSubmodule.html#GGIT-SUBMODULE-UPDATE-REBASE:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_UPDATE_MERGE" 
link="GgitSubmodule.html#GGIT-SUBMODULE-UPDATE-MERGE:CAPS"/>
+    <keyword type="constant" name="GGIT_SUBMODULE_UPDATE_NONE" 
link="GgitSubmodule.html#GGIT-SUBMODULE-UPDATE-NONE:CAPS"/>
+    <keyword type="constant" name="GGIT_TREE_WALK_MODE_PRE" 
link="GgitTree.html#GGIT-TREE-WALK-MODE-PRE:CAPS"/>
+    <keyword type="constant" name="GGIT_TREE_WALK_MODE_POST" 
link="GgitTree.html#GGIT-TREE-WALK-MODE-POST:CAPS"/>
+    <keyword type="constant" name="GGIT_FILE_MODE_UNREADABLE" 
link="GgitTreeEntry.html#GGIT-FILE-MODE-UNREADABLE:CAPS"/>
+    <keyword type="constant" name="GGIT_FILE_MODE_TREE" 
link="GgitTreeEntry.html#GGIT-FILE-MODE-TREE:CAPS"/>
+    <keyword type="constant" name="GGIT_FILE_MODE_BLOB" 
link="GgitTreeEntry.html#GGIT-FILE-MODE-BLOB:CAPS"/>
+    <keyword type="constant" name="GGIT_FILE_MODE_BLOB_EXECUTABLE" 
link="GgitTreeEntry.html#GGIT-FILE-MODE-BLOB-EXECUTABLE:CAPS"/>
+    <keyword type="constant" name="GGIT_FILE_MODE_LINK" 
link="GgitTreeEntry.html#GGIT-FILE-MODE-LINK:CAPS"/>
+    <keyword type="constant" name="GGIT_FILE_MODE_COMMIT" 
link="GgitTreeEntry.html#GGIT-FILE-MODE-COMMIT:CAPS"/>
   </functions>
 </book>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/html/rn01.html 
new/libgit2-glib-0.22.2/docs/reference/html/rn01.html
--- old/libgit2-glib-0.22.0/docs/reference/html/rn01.html       2015-01-18 
19:52:59.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/html/rn01.html       2015-03-23 
17:14:30.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>libgit2-glib Reference Manual: API reference</title>
+<title>API reference: libgit2-glib Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="libgit2-glib Reference Manual">
 <link rel="up" href="index.html" title="libgit2-glib Reference Manual">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/docs/reference/version.xml 
new/libgit2-glib-0.22.2/docs/reference/version.xml
--- old/libgit2-glib-0.22.0/docs/reference/version.xml  2015-01-18 
19:46:40.000000000 +0100
+++ new/libgit2-glib-0.22.2/docs/reference/version.xml  2015-03-23 
17:14:06.000000000 +0100
@@ -1 +1 @@
-0.22.0
+0.22.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/gtk-doc.make new/libgit2-glib-0.22.2/gtk-doc.make
--- old/libgit2-glib-0.22.0/gtk-doc.make        2015-01-18 19:46:30.000000000 
+0100
+++ new/libgit2-glib-0.22.2/gtk-doc.make        2015-03-23 17:13:50.000000000 
+0100
@@ -25,6 +25,7 @@
 
 SETUP_FILES = \
        $(content_files)                \
+       $(expand_content_files)         \
        $(DOC_MAIN_SGML_FILE)           \
        $(DOC_MODULE)-sections.txt      \
        $(DOC_MODULE)-overrides.txt
@@ -86,7 +87,7 @@
 
 setup-build.stamp:
        -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
-           files=`echo $(SETUP_FILES) $(expand_content_files) 
$(DOC_MODULE).types`; \
+           files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \
            if test "x$$files" != "x" ; then \
                for file in $$files ; do \
                    destdir=`dirname $(abs_builddir)/$$file`; \
@@ -162,7 +163,7 @@
 GTK_DOC_V_XREF_=$(GTK_DOC_V_XREF_$(AM_DEFAULT_VERBOSITY))
 GTK_DOC_V_XREF_0=@echo "  DOC   Fixing cross-references";
 
-html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
+html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) 
$(expand_content_files)
        $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \
        mkhtml_options=""; \
        gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
@@ -194,7 +195,7 @@
 GTK_DOC_V_PDF_=$(GTK_DOC_V_PDF_$(AM_DEFAULT_VERBOSITY))
 GTK_DOC_V_PDF_0=@echo "  DOC   Building PDF";
 
-pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
+pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) 
$(expand_content_files)
        $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \
        mkpdf_options=""; \
        gtkdoc-mkpdf 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
@@ -223,12 +224,15 @@
        @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \
          rm -f $(DOC_MODULE).types; \
        fi
+       @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \
+         rm -f $(DOC_MODULE)-sections.txt; \
+       fi
 
 distclean-local:
        @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \
            $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
        @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
-           rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \
+           rm -f $(SETUP_FILES) $(DOC_MODULE).types; \
        fi
 
 maintainer-clean-local:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/libgit2-glib/ggit-branch-enumerator.c 
new/libgit2-glib-0.22.2/libgit2-glib/ggit-branch-enumerator.c
--- old/libgit2-glib-0.22.0/libgit2-glib/ggit-branch-enumerator.c       
2014-09-15 20:16:26.000000000 +0200
+++ new/libgit2-glib-0.22.2/libgit2-glib/ggit-branch-enumerator.c       
2015-01-21 22:20:26.000000000 +0100
@@ -98,7 +98,7 @@
        }
        else
        {
-               enumerator->ref = _ggit_ref_wrap (ref);
+               enumerator->ref = _ggit_ref_wrap (ref, FALSE);
        }
 
        return TRUE;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/libgit2-glib/ggit-branch.c 
new/libgit2-glib-0.22.2/libgit2-glib/ggit-branch.c
--- old/libgit2-glib-0.22.0/libgit2-glib/ggit-branch.c  2014-12-24 
09:34:51.000000000 +0100
+++ new/libgit2-glib-0.22.2/libgit2-glib/ggit-branch.c  2015-01-21 
22:19:42.000000000 +0100
@@ -178,7 +178,7 @@
                return NULL;
        }
 
-       return _ggit_ref_wrap (upstream);
+       return _ggit_ref_wrap (upstream, FALSE);
 }
 
 /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/libgit2-glib/ggit-cherry-pick-options.c 
new/libgit2-glib-0.22.2/libgit2-glib/ggit-cherry-pick-options.c
--- old/libgit2-glib-0.22.0/libgit2-glib/ggit-cherry-pick-options.c     
2015-01-18 17:48:47.000000000 +0100
+++ new/libgit2-glib-0.22.2/libgit2-glib/ggit-cherry-pick-options.c     
2015-01-19 13:26:06.000000000 +0100
@@ -141,6 +141,14 @@
                                                              G_PARAM_READWRITE 
|
                                                              
G_PARAM_STATIC_STRINGS));
 
+       g_object_class_install_property (object_class,
+                                        PROP_MERGE_OPTIONS,
+                                        g_param_spec_boxed ("merge-options",
+                                                            "Merge Options",
+                                                            "Merge options",
+                                                            
GGIT_TYPE_MERGE_OPTIONS,
+                                                            G_PARAM_READWRITE |
+                                                            
G_PARAM_STATIC_STRINGS));
 }
 
 static void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/libgit2-glib/ggit-ref.c 
new/libgit2-glib-0.22.2/libgit2-glib/ggit-ref.c
--- old/libgit2-glib-0.22.0/libgit2-glib/ggit-ref.c     2014-12-24 
09:34:51.000000000 +0100
+++ new/libgit2-glib-0.22.2/libgit2-glib/ggit-ref.c     2015-01-21 
22:22:48.000000000 +0100
@@ -44,18 +44,29 @@
 }
 
 GgitRef *
-_ggit_ref_wrap (git_reference *ref)
+_ggit_ref_wrap (git_reference *ref,
+                gboolean       owned)
 {
+       GgitRef *gref;
+
        if (git_reference_is_branch (ref))
        {
-               return GGIT_REF (_ggit_branch_wrap (ref));
+               gref = GGIT_REF (_ggit_branch_wrap (ref));
        }
        else
        {
-               return g_object_new (GGIT_TYPE_REF,
+               gref = g_object_new (GGIT_TYPE_REF,
                                     "native", ref,
                                     NULL);
        }
+
+       if (owned)
+       {
+               _ggit_native_set_destroy_func (gref,
+                                              
(GDestroyNotify)git_reference_free);
+       }
+
+       return gref;
 }
 
 /**
@@ -221,7 +232,7 @@
 
        if (ret == GIT_OK)
        {
-               rev_ref = _ggit_ref_wrap (reference);
+               rev_ref = _ggit_ref_wrap (reference, FALSE);
        }
        else
        {
@@ -293,7 +304,7 @@
                return NULL;
        }
 
-       return _ggit_ref_wrap (out);
+       return _ggit_ref_wrap (out, FALSE);
 }
 
 /**
@@ -338,7 +349,7 @@
                return NULL;
        }
 
-       return _ggit_ref_wrap (out);
+       return _ggit_ref_wrap (out, FALSE);
 }
 
 /**
@@ -402,7 +413,7 @@
                return NULL;
        }
 
-       return _ggit_ref_wrap (out);
+       return _ggit_ref_wrap (out, FALSE);
 }
 
 /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/libgit2-glib/ggit-ref.h 
new/libgit2-glib-0.22.2/libgit2-glib/ggit-ref.h
--- old/libgit2-glib-0.22.0/libgit2-glib/ggit-ref.h     2014-06-25 
11:19:11.000000000 +0200
+++ new/libgit2-glib-0.22.2/libgit2-glib/ggit-ref.h     2015-01-21 
22:18:46.000000000 +0100
@@ -60,7 +60,8 @@
 
 GType           ggit_ref_get_type           (void) G_GNUC_CONST;
 
-GgitRef        *_ggit_ref_wrap              (git_reference  *ref);
+GgitRef        *_ggit_ref_wrap              (git_reference  *ref,
+                                             gboolean        owned);
 
 gboolean        ggit_ref_is_valid_name      (const gchar    *name);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/libgit2-glib/ggit-repository.c 
new/libgit2-glib-0.22.2/libgit2-glib/ggit-repository.c
--- old/libgit2-glib-0.22.0/libgit2-glib/ggit-repository.c      2015-01-18 
16:59:11.000000000 +0100
+++ new/libgit2-glib-0.22.2/libgit2-glib/ggit-repository.c      2015-01-21 
22:24:26.000000000 +0100
@@ -686,7 +686,7 @@
 
        if (ret == GIT_OK)
        {
-               ref = _ggit_ref_wrap (reference);
+               ref = _ggit_ref_wrap (reference, FALSE);
        }
        else
        {
@@ -737,7 +737,7 @@
 
        if (ret == GIT_OK)
        {
-               ref = _ggit_ref_wrap (reference);
+               ref = _ggit_ref_wrap (reference, FALSE);
        }
        else
        {
@@ -788,7 +788,7 @@
 
        if (ret == GIT_OK)
        {
-               ref = _ggit_ref_wrap (reference);
+               ref = _ggit_ref_wrap (reference, FALSE);
        }
        else
        {
@@ -825,7 +825,7 @@
 
        if (ret == GIT_OK)
        {
-               ref = _ggit_ref_wrap (reference);
+               ref = _ggit_ref_wrap (reference, TRUE);
        }
        else
        {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/missing new/libgit2-glib-0.22.2/missing
--- old/libgit2-glib-0.22.0/missing     2015-01-18 19:46:37.000000000 +0100
+++ new/libgit2-glib-0.22.2/missing     2015-03-23 17:14:04.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2013-10-28.13; # UTC
 
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+# Copyright (C) 1996-2014 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <[email protected]>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/py-compile new/libgit2-glib-0.22.2/py-compile
--- old/libgit2-glib-0.22.0/py-compile  2015-01-18 19:46:37.000000000 +0100
+++ new/libgit2-glib-0.22.2/py-compile  2015-03-23 17:14:04.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2011-06-08.12; # UTC
 
-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2014 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/test-driver new/libgit2-glib-0.22.2/test-driver
--- old/libgit2-glib-0.22.0/test-driver 2015-01-18 19:46:37.000000000 +0100
+++ new/libgit2-glib-0.22.2/test-driver 2015-03-23 17:14:04.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2013-07-13.22; # UTC
 
-# Copyright (C) 2011-2013 Free Software Foundation, Inc.
+# Copyright (C) 2011-2014 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -106,11 +106,14 @@
 # Test script is run here.
 "$@" >$log_file 2>&1
 estatus=$?
+
 if test $enable_hard_errors = no && test $estatus -eq 99; then
-  estatus=1
+  tweaked_estatus=1
+else
+  tweaked_estatus=$estatus
 fi
 
-case $estatus:$expect_failure in
+case $tweaked_estatus:$expect_failure in
   0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
   0:*)   col=$grn res=PASS  recheck=no  gcopy=no;;
   77:*)  col=$blu res=SKIP  recheck=no  gcopy=yes;;
@@ -119,6 +122,12 @@
   *:*)   col=$red res=FAIL  recheck=yes gcopy=yes;;
 esac
 
+# Report the test outcome and exit status in the logs, so that one can
+# know whether the test passed or failed simply by looking at the '.log'
+# file, without the need of also peaking into the corresponding '.trs'
+# file (automake bug#11814).
+echo "$res $test_name (exit status: $estatus)" >>$log_file
+
 # Report outcome to console.
 echo "${col}${res}${std}: $test_name"
 


Reply via email to