Commit 2ac2a2665daf27c69c6cc6ad637ade3c7f03d6fe

Stefan Sperling 2019-08-12T22:31:36

add a TODO item for 'got ref'

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/TODO b/TODO
index 0a9ce6f..a7c6931 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,7 @@ got:
 - 'histedit -c' prompts for log message even if there are no changes to commit
 - recursive addition: got add -R
 - recursive removal: got rm -R
+- allow for creating symbolic references with 'got ref -s'
 
 tog:
 - cosmetic display issues involving \n and TABs should be fixed