This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: onwards to git


Jim Meyering wrote:
> The only disadvantage with the new grafting procedure is that any tag
> that points to a commit on a branch will be lost, but I don't think there
> are any of those.  Even if there are, I'll bet it doesn't matter.

glibc.git now contains the aggregated-cset tree.
I've cloned it and made/pushed this change, as discussed:

    find -name .cvsignore | sed 's/.*/git mv & &/;s/cvsignore$/gitignore/' | sh
    git commit -a -m 'rename each .cvsignore file to .gitignore'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]