Mariusz
Mariusz
What is the recommended way of avoiding truncation of the decimal part of the result in the following example? ```c++ int a = 3; int b = 2; double c...
It may be intentional but it may not, I am not sure, but I used option: `--goal=border-with-history` and commit message for final merge commit says: > Merge branch_a into branch_b...
During partition "Deep Search", if it takes too long, one can abort the process by hitting Enter. However, there seem to be no way of stopping data copping from detected...
There are two 'ours' section on https://git-scm.com/docs/merge-strategies page: - 'ours' as an option for 'recursive' merge strategy, and - 'ours' as separate merge strategy One can grab link to any...
- make indentation consistent: convert all tabs to spaces - remove trailing white spaces
After adding own image `iceweasel-vlc` and failure to repair: #### Observed: ``` $ subuser repair Verifying subuser configuration. Checking if images need to be updated or installed... [...] New images...
Git warning messages are wrote to `stderr` which causes failure for what otherwise would be a successful operation. For example: ``` $ git config --global init.templatedir "/tmp/non-existing" # this is...
Reproduction steps: ``` $ rm -rf ~/.subuser # or `mv` if there's something you need to keep $ sudo mv /usr/bin/git /usr/bin/git_orig $ subuser list available Traceback (most recent call...