diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-13 21:21:24 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-13 21:21:24 +0200 |
commit | 1779a0f3b92d58654b43444addeaf437a64d77a8 (patch) | |
tree | 9f973413454894f0456d7379425070d468712242 /notes | |
parent | 289f8d53ee960d35c1f0c42e8753ad536737b875 (diff) | |
download | git-bug-1779a0f3b92d58654b43444addeaf437a64d77a8.tar.gz |
serialize a Bug to git as a blob+tree+commit+ref
Diffstat (limited to 'notes')
-rw-r--r-- | notes | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ git fetch origin "refs/bug/*:refs/bug/*" git show-ref refs/bug +git update-index --add --cacheinfo 100644 83baae61804e65cc73a7201a7252750c76066a30 test.txt + Bug operations: |