Slashdot Mirror


User: das-g

das-g's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Important Safety Information (Re:It's official) on Amazon Patents the Milkman · · Score: 1

    Pasta on the computer might damage your hardware. Make sure it doesn't cover or obstruct any vents.

  2. Re:Woot! on Collaborative Academic Writing Software? · · Score: 1

    If you change a word SVN would replace the whole line which might be a whole paragraph. So when you do a diff, both the old and new paragraphs are shown and it gets difficult at times to know exactly what changed. Maybe I'm doing something wrong.

    I don't know about other systems, but with git (assuming files in a plain text based format which uses whitespace characters as word separators) git diff --color-words shows you what words have changed.