[gnome-builder] git: add todo to track recent libgit2-glib changes



commit df31e2077ddfdce3ff59881ec20d461ecbb9668d
Author: Christian Hergert <chergert redhat com>
Date:   Mon Nov 7 14:11:23 2016 -0800

    git: add todo to track recent libgit2-glib changes

 plugins/git/ide-git-vcs.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/plugins/git/ide-git-vcs.c b/plugins/git/ide-git-vcs.c
index 203f0f4..2e78992 100644
--- a/plugins/git/ide-git-vcs.c
+++ b/plugins/git/ide-git-vcs.c
@@ -148,6 +148,10 @@ ide_git_vcs_discover (IdeGitVcs  *self,
   g_assert (IDE_IS_GIT_VCS (self));
   g_assert (G_IS_FILE (file));
 
+  /*
+   * TODO: Switch to using the new discover_full().
+   */
+
   if (!g_file_is_native (file))
     {
       g_set_error (error,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]