diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-14 22:17:37 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-14 22:17:37 +0200 |
commit | da470993d13ce63087034db9b7e8ffbdf18e87a5 (patch) | |
tree | 7846ad86de6d93c51c54bf3e764a2108baa63612 /notes | |
parent | f8e07748743f7e66ff1adf101a797cb1bedfc140 (diff) | |
download | git-bug-da470993d13ce63087034db9b7e8ffbdf18e87a5.tar.gz |
complete the storage/read process + tests (!)
Diffstat (limited to 'notes')
-rw-r--r-- | notes | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ git show-ref refs/bug git update-index --add --cacheinfo 100644 83baae61804e65cc73a7201a7252750c76066a30 test.txt +git show-ref --hash refs/bugs/4ef19f8a-2e6a-45f7-910e-52e3c639cd86 + +git for-each-ref --format="%(refname)" "refs/bugs/*" Bug operations: |