From 23a489d54889b3a69de15a518e67e4ea9b72a7bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Sun, 4 Oct 2020 00:00:44 +0200
Subject: [PATCH] Comment about no-act flag.

---
 git-open | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/git-open b/git-open
index 22c21ad..ff0ef57 100755
--- a/git-open
+++ b/git-open
@@ -49,6 +49,8 @@ def main(args):
     if len(args) == 2:
         remote = sys.argv[1]
 
+    # TODO -n --no-act flag
+
     if not remotes:
         err("No remotes")
 
-- 
GitLab