ivan-danilov
ivan-danilov
Sometimes TFS guys do merge changesets apparently at random, while in git merge-commit has meaning that _all_ commits in the parent branches are merged. Thus preserving all of the merges...
Sometimes it is necessary to provide a patch for obfuscated software. Having different obfuscation applied to patched version comparing with the released one effectively means the patched version cannot be...
At [this line](https://github.com/yysun/Git-Web-Access/blob/master/GitTools.WebApp/Repository.aspx.cs#L27) you are assuming that basePath does not have backslash ('\') in the end and FullName has. While the latter is correct because there's some non-empty relative path...
That adds state diagrams, ER diagrams and a lot of fixes
It would be nice to be able to replace the scheme and host in the settings. After all, the current (`http://localhost:${port}`)[https://github.com/hkgnp/logseq-mermaid-plugin/blob/master/src/convert.ts#L41] could be https, not localhost, etc. It is easy...