[gnome-builder/wip/chergert/git-oop] add comment for future watches
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/git-oop] add comment for future watches
- Date: Thu, 21 Mar 2019 20:58:02 +0000 (UTC)
commit de4449ac421fae810185837de697a35598bff87a
Author: Christian Hergert <chergert redhat com>
Date: Thu Mar 21 13:57:39 2019 -0700
add comment for future watches
src/plugins/git/gbp-git-index-monitor.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/plugins/git/gbp-git-index-monitor.c b/src/plugins/git/gbp-git-index-monitor.c
index 6f7feaedc..914a2a866 100644
--- a/src/plugins/git/gbp-git-index-monitor.c
+++ b/src/plugins/git/gbp-git-index-monitor.c
@@ -161,6 +161,8 @@ gbp_git_index_monitor_new (GFile *repository_dir)
NULL,
&error);
+ /* TODO: We need to watch the refs/heads/$branch too */
+
if (error != NULL)
g_critical ("Failed to monitor git repository, no changes will be detected: %s",
error->message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]