git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Add --ignore-missing to git-pack-objects?
@ 2017-08-14 22:51 ch
  2017-08-20 10:16 ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: ch @ 2017-08-14 22:51 UTC (permalink / raw)
  To: git

Hi.

Is it possible to add an option akin to git-rev-list's '--ignore-missing' to
git-pack-objects?

I use git bundles to (incrementally) backup my repositories. My script inspects
all bundles in the backup and passes their contained refs as excludes to
git-pack-objects to build the pack for the new bundle. This works fine as long
as none of these refs have been garbage-collected in the source repository.
Something like '--ignore-missing' would be really handy here to ask
git-pack-objects to simply ignore any of the passed revs that are not present
(anymore).

Thanks in advance.

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

end of thread, other threads:[~2017-08-20 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-14 22:51 Add --ignore-missing to git-pack-objects? ch
2017-08-20 10:16 ` Jeff King
2017-08-20 16:05   ` ch

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).