Adam Bliss
Adam Bliss
When I click on a transaction I have the option to show it as a qrcode. Scanning this code produces an opaque string ("-E:W-P0YDICV6CBK6CC8+*6...") which is not in any obvious...
Hi, I have discovered an issue where then()-chaining does not appear to work correctly. I am trying to chain four animations of two elements (el1 and el2), like so: A(el1)...
Perhaps by default if the meta repo is shallow, or perhaps with a cmdline flag and/or config option.
Deleting/creating an open submodule is a 5-step process. The error happens when 1 of the 5 is out of sync: A. the path `foo/bar` is NOT in the tree of...
If I have submodules `a/z`, `a/y`, `b/w`, and `c/`, and I want to see a history of changes that touched certain files inside them, it would be cool if I...
It appears to be crawling all submodules to look for ones to close, rather than examining only the ones that are known to be open.
``` GIT_TRACE_PACKET=true git meta push Failed to push submodule x/y: stderr maxBuffer exceeded `git -C '/home/abliss/src/meta.prod/x/y/' push -f https://example.com/main/x/y f9db9c73e38b6795f246fb4ea76d39574f9d38a9:refs/commits/f9db9c73e38b6795f246fb4ea76d39574f9d38a9` (exited with error code undefined) ```
``` $ git meta checkout upstream/master Unable to check out meta-repo: 1 conflict prevents checkout. $ git meta version version 0.4.0 internal build 12 ```
I tried to resurrect an old branch and it took 27 seconsd to rebase: ``` abliss@home:~/src/meta2$ time git meta rebase upstream/master Rewinding to 7e47a64645a437938ad3c3b31ebde5fc10beb60f. Applying 096b753f15899a2d5814413f944af95b0f045294. real 0m27s $ git...