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?
_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to