git.fiddlerwoaroof.com
Browse code

chore(readme): document issues with git porcelain

Edward authored on 02/06/2021 07:09:32
Showing 1 changed files
... ...
@@ -169,6 +169,12 @@
169 169
     #+END_SRC
170 170
 
171 171
 
172
-**** DONE Decode delta commands
173
-     CLOSED: [2021-05-19 Wed 01:49]
174
-**** TODO Write interpreter
172
+*** git:git porcelain
173
+    I have some thoughts abound a =(git:git ...)= form that can be
174
+    used as a [[https://github.com/shinmera/lquery.git][lQuery-like]] DSL for manipulating git repositories, and
175
+    this is partially implemented in [[file+emacs:./porcelain.lisp][porcelain.lisp]], but the details
176
+    need more thought before it is ready.
177
+
178
+
179
+** TODOs
180
+*** TODO start implementing Pharo-like git integration (read-only first, commits later)