aboutsummaryrefslogtreecommitdiffstats
path: root/notes
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-12 09:55:13 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-12 09:55:13 +0200
commitd0443659123f912e9385e27efebe4b7da65aa2f6 (patch)
tree090a36d2618ecff259cbcabd501d33d460d1cd7a /notes
parenta85730cf5287d40a1e32d3a671ba2296c73387cb (diff)
downloadgit-bug-d0443659123f912e9385e27efebe4b7da65aa2f6.tar.gz
more experiment
Diffstat (limited to 'notes')
-rw-r--r--notes47
1 files changed, 47 insertions, 0 deletions
diff --git a/notes b/notes
new file mode 100644
index 00000000..488a1cac
--- /dev/null
+++ b/notes
@@ -0,0 +1,47 @@
+echo "dnkqslnokqe" | git hash-object --stdin -w
+bca2068e9b221d47154d1e3eaebf8c9abd86951f
+
+git cat-file -p bca2068e9b221d47154d1e3eaebf8c9abd86951f
+dnkqslnokqe
+
+
+git update-ref refs/bug/HEAD bca2068e9b221d47154d1e3eaebf8c9abd86951f
+
+git show refs/bug/HEAD
+
+git push origin "refs/bug/*"
+
+git fetch origin "refs/bug/*:refs/bug/*"
+
+
+
+
+
+
+Bug operations:
+- create bug
+- change title
+- add comment
+- edit text comment
+- hide/unhide/delete comment
+- (?) reply to comment
+- add/remove [label, assignee, project, milestone, ...]
+
+
+G-Set (append only log)
+-----
+
+- create bug
+- change title
+- add/edit/hide/unhide/delete comment
+
+
+LWW-e-Set (add + remove, based on timestamp)
+---------
+
+- label
+- assignee
+- project
+- milestone
+
+