[phobos] [dmd-internals] svn-->git migration
Walter Bright
walter at digitalmars.com
Sun Jan 23 22:12:25 PST 2011
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?
More information about the phobos
mailing list