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


Andreas Schwab wrote:
> Jim Meyering <jim@meyering.net> writes:
>
>>     find -name .cvsignore | sed 's/.*/git mv & &/;s/cvsignore$/gitignore/' | sh
>>     git commit -a -m 'rename each .cvsignore file to .gitignore'
>
> Since .gitignore applies recursively most of the subdir .gitignore files
> are redundant, and those that aren't can be reduced.

Indeed!
I hadn't even looked at the contents.


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