git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [JGIT PATCH 0/3] Improved object validation
@ 2008-10-30 17:46 Shawn O. Pearce
  2008-10-30 17:46 ` [JGIT PATCH 1/3] Check object connectivity during fetch if fsck is enabled Shawn O. Pearce
  2008-10-31  0:01 ` [JGIT PATCH 0/3] Improved object validation Robin Rosenberg
  0 siblings, 2 replies; 6+ messages in thread
From: Shawn O. Pearce @ 2008-10-30 17:46 UTC (permalink / raw)
  To: Robin Rosenberg; +Cc: git

This is mostly a resend as I haven't heard anything on the series.
One new patch at the end, to handle '.' and '..' cases.

Shawn O. Pearce (3):
  Check object connectivity during fetch if fsck is enabled
  Add --[no-]thin and --[no-]fsck optiosn to fetch command line tool
  Don't permit '.' or '..' in tree entries

 .../src/org/spearce/jgit/pgm/Fetch.java            |   20 +++++++++++++
 .../org/spearce/jgit/lib/ObjectCheckerTest.java    |   31 ++++++++++++++++++++
 .../src/org/spearce/jgit/lib/ObjectChecker.java    |    7 ++++
 .../jgit/transport/BasePackFetchConnection.java    |    4 ++
 .../spearce/jgit/transport/FetchConnection.java    |   22 ++++++++++++++
 .../org/spearce/jgit/transport/FetchProcess.java   |   13 +++++++-
 .../spearce/jgit/transport/TransportBundle.java    |    4 ++
 .../jgit/transport/WalkFetchConnection.java        |    4 ++
 8 files changed, 103 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2008-10-31 14:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-30 17:46 [JGIT PATCH 0/3] Improved object validation Shawn O. Pearce
2008-10-30 17:46 ` [JGIT PATCH 1/3] Check object connectivity during fetch if fsck is enabled Shawn O. Pearce
2008-10-30 17:46   ` [JGIT PATCH 2/3] Add --[no-]thin and --[no-]fsck optiosn to fetch command line tool Shawn O. Pearce
2008-10-30 17:46     ` [JGIT PATCH 3/3] Don't permit '.' or '..' in tree entries Shawn O. Pearce
2008-10-31  0:01 ` [JGIT PATCH 0/3] Improved object validation Robin Rosenberg
2008-10-31 14:55   ` Shawn O. Pearce

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).