Robin Green
Robin Green
This makes it less convenient for people doing planning poker via their mobiles.
I tried converting http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd to rnc using this stylesheet and then trang. However, when I tried to use the .rnc file in nxml-mode in emacs, it said: `nxml-display-file-parse-error: Reference to...
It should be optional.
Both the attribute group and the element keep the same name, resulting in a duplicate definition. An example is http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd
Fixes #171
`size_t` is unsigned, so the loop test `i >= 0` is always true.
``` /usr/bin/tg: line 118: /home/robin/git/foo/.git/worktrees/foo.2/hooks/pre-commit+: No such file or directory chmod: cannot access '/home/robin/git/foo/.git/worktrees/foo.2/hooks/pre-commit+': No such file or directory ```
`tg import` switches to the dependency branch first, so `HEAD` is incorrectly interpreted as the `HEAD` of the base branch, not as the `HEAD` when `tg import` was run.
Also prints "Now, you just need to switch back to some sane branch using `git checkout`." which I'm pretty sure isn't true either.
e.g. due to an editor/IDE holding the index lock, we may see: ``` fatal: Unable to create '/home/robin/git/backend/.git/index.lock': File exists. If no other git process is currently running, this probably...