Re: [PATCH 1/3] Move bundle specific stuff into bundle.[ch]

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Johannes Schindelin <Johannes.Schindelin@...>
Cc: <git@...>
Date: Wednesday, July 18, 2007 - 12:25 pm

On Wed, 18 Jul 2007, Johannes Schindelin wrote:


Actually, putting the functions in the original order made the -C diff 
shorter than without -C. In general, a hundred lines of '-' with maybe a 
'+' is hard to read, but I think whole functions of '-' without anything 
else are easy; scan the left column, and find that the whole thing goes 
away. If a patch is discarding blocks which are exactly whole top-level 
definitions, those changes are probably either correct or totally broken 
(depending on whether those blocks were actually used); you just have to 
get suspicious around preprocessor stuff. Your change ended up being 
trivially what the message described: bunch of blocks not in one or the 
other of the resulting files, some functions make not static, renamed, 
and/or had arguments changed, and the function you have to call after 
unbundle if you want it.


Ah, yes. I'll have to see if I'll be the first person in git development 
to have a SOB line that's neither first nor last. :)


You caught that by running it? I've been running this code, and I've never 
done anything with it which caused fetch_refs to fail and then checked the 
result. I thought you must have found it by looking for missing checks of 
return values. Or did you find it when you'd implemented half of bundle 
support and it didn't complain?
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/3] Move bundle specific stuff into bundle.[ch], Johannes Schindelin, (Tue Jul 17, 6:49 pm)
Re: [PATCH 1/3] Move bundle specific stuff into bundle.[ch], Daniel Barkalow, (Tue Jul 17, 10:48 pm)
Re: [PATCH 1/3] Move bundle specific stuff into bundle.[ch], Johannes Schindelin, (Wed Jul 18, 5:56 am)
Re: [PATCH 1/3] Move bundle specific stuff into bundle.[ch], Daniel Barkalow, (Wed Jul 18, 12:25 pm)
Re: [PATCH 1/3] Move bundle specific stuff into bundle.[ch], Johannes Schindelin, (Wed Jul 18, 12:33 pm)
Re: [PATCH 1/3] Move bundle specific stuff into bundle.[ch], Daniel Barkalow, (Tue Jul 17, 11:23 pm)
Re: [PATCH 1/3] Move bundle specific stuff into bundle.[ch], Johannes Schindelin, (Wed Jul 18, 6:09 am)
Re: [PATCH 1/3] Move bundle specific stuff into bundle.[ch], Shawn O. Pearce, (Tue Jul 17, 11:29 pm)
Re: [PATCH 1/3] Move bundle specific stuff into bundle.[ch], Shawn O. Pearce, (Wed Jul 18, 2:19 am)