Jojakim Stahl
Jojakim Stahl
This seems to have to do with the order in which fast-export outputs the commits. I found a workaround by calling fast-export myself and giving `--date-order --all` as what to...
I'll do the checks you asked for, probably tomorrow. This commit was not the only one, I had more behaving like this. As far as I remember it was not...
As I modified my conversion system a little bit I do not have the same hash any more, but a comparable case: Before conversion: ```bash git log --grep 5e8d6c5bb469e54d1f45ebb1052de5c45c0dc6a1 --all...
This relates me to what I think of is the biggest flaw in git: cherry-pick isn't recordered properly. In the standard case it isn't recorded at all, or it is...
Often, it is not possible to add a postfix to the filename. For example if you configure notepad++ as your git editor. git will append the filename to the configured...
Issue 2 may be related to https://stackoverflow.com/questions/35088734/unexpected-characters-returned-when-reading-email-using-imapx ?
The proposed fix from stackoverflow seems to be in master at commit ae14d79edb46e6c3d4d66a66713ebea7f9ad440a. However this commit is after 2.0.0.18 release.
I have this behaviour on windows, too. For me the problem is in vscode with a launch configuration which uses nvs exec 20 to launch my test. The command executed...
Some more investigation showed that mocha seems to return the number of failed tests. To solve my issue, I modified the test script in my package.json to something like `mocha...