[EMAIL PROTECTED] writes:
> '\
Eric Blake byu.net> writes:
> $ git checkout -b cvs-branch cvs-readonly
...
> $ git branch
> * cvs-readonly
> master
Excuse my typo (that's what I get for retyping instead of screen capture).
The branch name should appear as cvs-branch, not as a copy of the cvs-readonly
tag.
git lets you hav
Paul Eggert CS.UCLA.EDU> writes:
>
> Jim Meyering meyering.net> writes:
>
> > I'll turn off cvs soon, probably tomorrow.
>
> By "turn off cvs" do you mean to disable even read-only access to old
> versions? I hope not; I still have a bunch of old source trees,
> checked out from CVS, that I
Hi.
While using main.mk in the GNU PDF sources, I found that the rule
matching casts in `free' calls wrongly recognizes constructions like:
free ((*data)->foo);
as a cast.
The actual regexp used to match a cast is:
'\&2 ; exit 1; } || :
-- end of makefile.foo
But it doesnt work whe