git.fiddlerwoaroof.com
Browse code

chore: update README

Ed L authored on 15/11/2020 19:04:11
Showing 1 changed files
... ...
@@ -35,7 +35,7 @@
35 35
     #+END_SRC
36 36
 
37 37
     #+RESULTS:
38
-    : #<LOOSE-REF 3df0b6f of ~/git_repos/cl-git/>
38
+    : #<fwoar.cl-git::loose-ref 1869d7e of ~/git_repos/cl-git/>
39 39
 
40 40
 
41 41
 *** Show the commit message
... ...
@@ -47,18 +47,20 @@
47 47
     #+END_SRC
48 48
 
49 49
     #+RESULTS:
50
-    : feat: resolve strings as refs in first argument to GIT:GIT
50
+    : bug: fix filter-tree
51 51
 
52 52
 *** Show the messages of the commit's parent
53 53
 
54 54
     #+BEGIN_SRC lisp :exports both :results verbatim
55 55
       (git:in-repository "~/quicklisp/local-projects/cl-git")
56 56
       (git:git (branch "master") ;; the argument to branch defaults to "master"
57
-               (commit-parents))
57
+               (commit-parents)
58
+               (map (component :message)))
58 59
     #+END_SRC
59 60
 
60 61
     #+RESULTS:
61
-    : (#<LOOSE-REF 216c17e of ~/git_repos/cl-git/>)
62
+    : ("feat: resolve strings as refs in first argument to GIT:GIT
63
+    : ")
62 64
 
63 65
 *** Show the files in a commit
64 66
     - Note taken on [2020-11-15 Sun 01:49] \\
... ...
@@ -81,9 +83,9 @@
81 83
     | .gitignore      | 100644 | 8a9fe9f77149f74fed5c05388be8e5ffd4a31678 |
82 84
     | .projectile     | 100644 | e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 |
83 85
     | LICENSE         | 100644 | 0306819e780fa57dc3bf6b99a0a059670b605ae0 |
84
-    | README.org      | 100644 | 90b98fab8f0ac78924c3ed632e5ea7c677f5b2f3 |
86
+    | README.org      | 100644 | 06173630a1337132bf87a68bb1276100e4ea89b6 |
85 87
     | branch.lisp     | 100644 | e06b66967fa4fa005ccf00dcbc7d839b22259593 |
86
-    | cl-git.asd      | 100644 | 265a98fb79595e0067e53d8cf222dec4283f8525 |
88
+    | cl-git.asd      | 100644 | b17701de06b3d67f4edd556a5b704485cbc830c0 |
87 89
     | commit.lisp     | 100644 | 197e10755343900cfbcb7fc6d863d4b3231e74d4 |
88 90
     | delta.lisp      | 100644 | 995d5a4fb90f02caeda47c01a2b3427828d2be0e |
89 91
     | extract.lisp    | 100644 | 4707eca4ee0c70520ccdc57c0e831187b21271e7 |
... ...
@@ -91,7 +93,7 @@
91 93
     | graph.lisp      | 100644 | 31576396aff0fff28f69e0ef84571c0dc8cc43ec |
92 94
     | model.lisp      | 100644 | aa372879f4feeb170bc6d06047bf50f55a23042e |
93 95
     | package.lisp    | 100644 | 65b2d0c35ea59f3d3cb88161402fd7e3de9798e4 |
94
-    | porcelain.lisp  | 100644 | 8906d2e411f63ea2558d5d4721495801506b0cb1 |
96
+    | porcelain.lisp  | 100644 | eb040e54b6113931cac47b7ac1f828f0357dd846 |
95 97
     | protocol.lisp   | 100644 | 7e24a6a7a4349497fce06830fa132e9a8ef6fd06 |
96 98
     | repository.lisp | 100644 | 3eded300aa984e9ad2eb066e5ca4f78fe83e4137 |
97 99
     | tree.lisp       | 100644 | 06bceb0a932817adedc9192edd6f9d4077277624 |