1echo "dnkqslnokqe" | git hash-object --stdin -w
2bca2068e9b221d47154d1e3eaebf8c9abd86951f
3
4git cat-file -p bca2068e9b221d47154d1e3eaebf8c9abd86951f
5dnkqslnokqe
6
7
8git update-ref refs/bug/HEAD bca2068e9b221d47154d1e3eaebf8c9abd86951f
9
10git show refs/bug/HEAD
11
12git push origin "refs/bug/*"
13
14git fetch origin "refs/bug/*:refs/bug/*"
15
16
17git show-ref refs/bug
18
19
20
21
22Bug operations:
23- create bug
24- change title
25- add comment
26- edit text comment
27- hide/unhide/delete comment
28- (?) reply to comment
29- add/remove [label, assignee, project, milestone, ...]
30
31
32G-Set (append only log)
33-----
34
35- create bug
36- change title
37- add/edit/hide/unhide/delete comment
38
39
40LWW-e-Set (add + remove, based on timestamp)
41---------
42
43- label
44- assignee
45- project
46- milestone
47
48