From eb26dd8d743ab8a1c170d867597bdc604bee6a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Fri, 27 Jul 2018 01:57:14 +0200 Subject: [PATCH] cleaning --- git-bug.go | 2 +- notes | 55 ---------------------------- pack_webui.go => webui/pack_webui.go | 0 3 files changed, 1 insertion(+), 56 deletions(-) delete mode 100644 notes rename pack_webui.go => webui/pack_webui.go (100%) diff --git a/git-bug.go b/git-bug.go index bbe06227be5bc39f3b45100351f2b9dc607a972c..4f9756dda48f5904a39ddf722b16cc703a1b1c56 100644 --- a/git-bug.go +++ b/git-bug.go @@ -1,4 +1,4 @@ -//go:generate go run pack_webui.go +//go:generate go run webui/pack_webui.go //go:generate go run doc/gen_markdown.go //go:generate go run doc/gen_manpage.go //go:generate go run doc/gen_bash_completion.go diff --git a/notes b/notes deleted file mode 100644 index 356a9a63c1244cf2e055a24d10729b8f96c1d0d5..0000000000000000000000000000000000000000 --- a/notes +++ /dev/null @@ -1,55 +0,0 @@ -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/*" - - -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/*" - --- delete all remote bug refs -git for-each-ref refs/remote/origin/bugs/* --format="%(refname:lstrip=-1)" | xargs -i git push origin :refs/bugs/{} - -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 - - diff --git a/pack_webui.go b/webui/pack_webui.go similarity index 100% rename from pack_webui.go rename to webui/pack_webui.go