git.fiddlerwoaroof.com
Browse code

chore: update README

Edward Langley authored on 02/11/2023 07:57:23
Showing 1 changed files
... ...
@@ -43,7 +43,7 @@
43 43
     #+END_SRC
44 44
 
45 45
     #+RESULTS:
46
-    : #<LOOSE-REF b2b470 of #<GIT-REPOSITORY {7012363393}> {7012373413}>
46
+    : #<FWOAR.CL-GIT::LOOSE-REF f5f888 of #<GIT-REPOSITORY {700E286593}> {700E298AA3}>
47 47
 
48 48
 
49 49
 *** Show the commit message
... ...
@@ -54,7 +54,7 @@
54 54
     #+END_SRC
55 55
 
56 56
     #+RESULTS:
57
-    : chore: update README.org
57
+    : feat: repository generic function turns a repository into itself
58 58
 
59 59
 *** Show the messages of the commit's parent
60 60
 
... ...
@@ -68,7 +68,7 @@
68 68
     #+END_SRC
69 69
 
70 70
     #+RESULTS:
71
-    : ("feat: finish delta handling
71
+    : ("feat: fix graphing
72 72
     : ")
73 73
 
74 74
 *** Show the files in a commit
... ...
@@ -93,23 +93,23 @@
93 93
     | .gitignore          | 100644 | 8a9fe9f77149f74fed5c05388be8e5ffd4a31678 |
94 94
     | .projectile         | 100644 | e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 |
95 95
     | LICENSE             | 100644 | 0306819e780fa57dc3bf6b99a0a059670b605ae0 |
96
-    | README.org          | 100644 | 30c1be9ff875959c1d00d266d380d2792267177c |
96
+    | README.org          | 100644 | 228549f2ddd3fff60fa45ca13c4dd1d84476ae0e |
97 97
     | branch.lisp         | 100644 | 6ee2b1e254e7895d55ecd534b2fa16267ec14389 |
98 98
     | co.fwoar.cl-git.asd | 100644 | b46a0006889e11b609a3712e3580056613e29adc |
99 99
     | commit.lisp         | 100644 | 01a443c09232db495b1babfeef98e708a0d3e0b5 |
100 100
     | delta.lisp          | 100644 | 1e6be7f65fa732646316d72a9a725c0145a84758 |
101 101
     | docker-run          |  40000 | 4703dc01430d67c5d60f00ad412fddfa22f60764 |
102
-    | docs                |  40000 | 696965c69073891cb101697eb7ec97a1bc8a868b |
102
+    | docs                |  40000 | 9fe62496fc4ab6debd3c5e1b26f844b5566c36d5 |
103 103
     | extract.lisp        | 100644 | c3acabc2c2b7ec9427ccf9a96bce582c52f985cd |
104 104
     | git.lisp            | 100644 | b28579d23e87866f05635b666074e445ba26883f |
105
-    | graph.lisp          | 100644 | 31576396aff0fff28f69e0ef84571c0dc8cc43ec |
106
-    | model.lisp          | 100644 | 4ea44c169c65dde7760fe14a39e187439e3a5520 |
105
+    | graph.lisp          | 100644 | 513606d9eb9eb9a5a3891d7307cb071034d84b59 |
106
+    | model.lisp          | 100644 | f305b81a1781579c5570d5bc5209048a0e3fe9dc |
107 107
     | package.lisp        | 100644 | c532eeeeca12e48e02999ce0ffcbd0bba8768867 |
108 108
     | porcelain.lisp      | 100644 | 00ecaacea7ebcd57746198b248c3a3f5b89f21a5 |
109 109
     | protocol.lisp       | 100644 | a9c317a589516da0a9d88113bb56a28b73f2d41e |
110 110
     | repository.lisp     | 100644 | f367c22c6c7fb59fec1b514f2fe71fe78465e878 |
111
-    | tests               |  40000 | 2119a1226491aad571ad97404b61b7fdd096c234 |
112
-    | tree.lisp           | 100644 | 74b8aa5ffc736eadf47bcf442f72963af133119b |
111
+    | tests               |  40000 | 5d7ec1c0804dc910ddd9b42c5e53552034aaccac |
112
+    | tree.lisp           | 100644 | c798b0c4d0b5f552548bac98f44b5b5c19334e66 |
113 113
     | types.lisp          | 100644 | 3f53e0f33ee260a962b97ef26de1d66b32a12a15 |
114 114
     | undelta.lisp        | 100644 | ae0a070133d1a14d6e940a0f790f40b37e885b22 |
115 115
     | util.lisp           | 100644 | 02cf7436032dd6adec92d42d3ed9b7f6307860f7 |
... ...
@@ -138,9 +138,9 @@
138 138
     | Name       |   Mode | Hash                                     |
139 139
     |------------+--------+------------------------------------------|
140 140
     | delta.lisp | 100644 | 1e6be7f65fa732646316d72a9a725c0145a84758 |
141
-    | graph.lisp | 100644 | 31576396aff0fff28f69e0ef84571c0dc8cc43ec |
142
-    | model.lisp | 100644 | 4ea44c169c65dde7760fe14a39e187439e3a5520 |
143
-    | tree.lisp  | 100644 | 74b8aa5ffc736eadf47bcf442f72963af133119b |
141
+    | graph.lisp | 100644 | 513606d9eb9eb9a5a3891d7307cb071034d84b59 |
142
+    | model.lisp | 100644 | f305b81a1781579c5570d5bc5209048a0e3fe9dc |
143
+    | tree.lisp  | 100644 | c798b0c4d0b5f552548bac98f44b5b5c19334e66 |
144 144
     | types.lisp | 100644 | 3f53e0f33ee260a962b97ef26de1d66b32a12a15 |
145 145
     | util.lisp  | 100644 | 02cf7436032dd6adec92d42d3ed9b7f6307860f7 |
146 146