Results 215 comments of наб

`rm -rf /` is *by definition* forbidden from doing anything – https://pubs.opengroup.org/onlinepubs/9699919799/utilities/rm.html#tag_20_111_03 para. 2.

Not a problem at all IAH

HTML can contain a redirect as `

also the web UI doesn't handle errors at *all*, so that's a big problem

Uhh, you make a symlink and it's there on both Unix and NT. It kinda Just Works IME. Do you have a reproducer? I have this in one of my...

Well, yeah, when you clone it it's just a regular file because Windows doesn't have normal symlinks (=> git doesn't (can't) clone them as such): ``` T:\http-symlink-repro>dir test Volume in...

Huh? Right-drag -> make shortcut just makes a regular file. `mklink` does have a regular symlink option (the default) and directory symlink (why these are different are beyond me), which...

I genuinely don't understand what you're talking about. A shortcut you make from the context menu is... a shortcut. A regular file. You can put an icon on it (this...

Cannot reproduce this. ``` q:\dir>dir Volume in drive Q is symlinktest Volume Serial Number is 969F-A3A5 Directory of q:\dir 17/01/2022 14:50 . 17/01/2022 14:50 .. 17/01/2022 14:50 dir-JUNCTION [q:\dir] 17/01/2022...

Git repository checkouts of links are regular files on windows: ``` T:\>git clone z:\uwu\linkpsko Cloning into 'linkpsko'... done. T:\>cd linkpsko T:\linkpsko>git show Author: наб Date: Sun Feb 27 18:42:37 2022...