Aur Saraf
Aur Saraf
Ideally there should be a cmd parameter because some poor people need to use utf16, which can't be made sense of without very special treatment. But more importantly, default behavior...
As long as you're only touching characters that are ASCII (commas, double quotes, tabs, spaces) you should be fine with all the encodings I listed as not needing a parameter...
This is like asking a question on StackOverflow just to answer it immediately, because when you first started fighting with the question there were no relevant solutions online. When I...
I have Telegram installed, how do I join? On Thu, Jun 28, 2018 at 11:15 AM Akshay Verma wrote: > I would be interested in getting involved. > > —...
I tried to look into it. Quickfix: https://stackoverflow.com/questions/11206233/what-does-the-operator-do-in-shell-scripts but .gitignore format is different from regex, and maybe it's better to use that? https://stackoverflow.com/questions/2412450/git-pre-commit-hook-changed-added-files but LarryH there points out that you'll...
``` $ if [[ "hello world" =~ ".*" ]]; then echo "it worked"; els e echo "it failed"; fi sh.exe": conditional binary operator expected sh.exe": syntax error near `=~' $...
First the small things: `=~` indeed seems to be unsupported by old Git for Windows' bash. I installed a new one, it should solve that, but again, I think this...
The problem is that I can (and often do) "add" only _part_ of a file. `git add -i`. Because of that, the temporary directory solution is really essential. On Sat,...
Woops, I meant `git add -p`, it's easier to use cousin. (I have it aliased to `a` for so long that I don't even remember the right syntax.) Basically, with...
I agree with this suggestion and intend to do this in the future, it's a nontrivial task and I want to launch first.