git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* suggested feature: completely expunge a file (or just a delta) a la rebase
@ 2007-04-26  5:48 Mike Coleman
  2007-04-26  5:57 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Coleman @ 2007-04-26  5:48 UTC (permalink / raw)
  To: git

Here's an idea for a git feature.  (Or perhaps this is already
possible and I just don't see it.)

It would be nice to be able to completely expunge a file or delta from
a private part of an archive ("private" meaning not yet published to
others).

Here's my use case.  I have some unit tests for my program, and I
added some input and output for the tests to my git archive.  Now I'm
having second thoughts, as these files can be quite large, and I'm
realizing what this implies with respect to git.  Even the smallish
test cases I checked in are 5-10MB, which is way larger than the
codebase, and I'm not sure it makes sense to drag all of this around
in the git archive.  (Maybe it would be appropriate to put them in a
parallel archive?)

Anyway, I realized that hacking the archive this way isn't very
elegant, but maybe others would find it useful.  It seems like the
basic technique of git-rebase could be applied here.

Even if the archive is already public, I suppose it might occasionally
be useful to be able to (say) split the archive by subtrees, and
simply have everyone cut over.

Mike

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-05-03 16:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-26  5:48 suggested feature: completely expunge a file (or just a delta) a la rebase Mike Coleman
2007-04-26  5:57 ` Junio C Hamano
2007-04-26 14:50   ` Mike Coleman
2007-04-26 15:17     ` Johannes Schindelin
2007-05-03 16:24       ` Mike Coleman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).