On 1/23/2011 10:12 PM, Walter Bright wrote: > Something funky is happening with the dmd repository. I did a clone, then a > git status, and got this: > > git status > # On branch master > # Changed but not updated: > # (use "git add <file>..." to update what will be committed) > # (use "git checkout -- <file>..." to discard changes in working directory) > # > # modified: docs/man/man1/dmd.1 > # modified: docs/man/man1/dmd.conf.5 > # modified: docs/man/man1/dumpobj.1 > # modified: docs/man/man1/obj2asm.1 > # modified: docs/man/man1/rdmd.1 > # > # Untracked files: > # (use "git add <file>..." to include in what will be committed) > # > # log > no changes added to commit (use "git add" and/or "git commit -a") > > > But I didn't modify those man1 files. What's going on?
What does 'git diff' show? Also, it looks like the change you submitted was almost certainly not what you intended: https://github.com/D-Programming-Language/dmd/commit/0e11f62c7a8cfe7eb997c27e826e1451dd083f7a It added src/cod2.c as a new file. It should have been a delta to src/backend/cod2.c. _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
