jgit/org.eclipse.jgit/src/org/eclipse/jgit
Shawn O. Pearce 4e187d898a PackFile: Fix copy as-is for small objects
When I disabled validation I broke the code that handled copying small
objects whose contents were below 8192 bytes in size but spanned over
the end of one window and into the next window.  These objects did not
ever populate the temporary write buffer, resulting in garbage writing
into the output stream instead of valid object contents.

Change-Id: Ie26a2aaa885d0eee4888a9b12c222040ee4a8562
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2011-03-04 18:56:16 -08:00
..
api Fix NPE on checkout of remote tracking branch 2011-03-01 00:21:14 +01:00
diff DiffFormatter: Use IndexDiffFilter to speed up working tree 2010-12-10 17:17:22 -08:00
dircache Fix DirCache re-read. 2011-03-04 16:00:25 +01:00
errors Enable providing credentials for HTTP authentication 2010-11-10 14:58:44 -08:00
events Use core.streamFileThreshold to set our streaming limit 2010-07-02 12:41:39 -07:00
fnmatch Externalize strings from JGit 2010-05-19 14:37:16 -07:00
ignore Fix IgnoreRule for directory-only patterns 2011-01-07 12:53:14 +01:00
lib resolve(): Fix wrong parsing of branch "foo-gbed2-dev" 2011-03-03 16:17:29 -08:00
merge Don't print "into HEAD" when merging refs/heads/master 2011-02-01 22:27:33 +01:00
nls Use only a single instance for NLS translation bundles 2010-09-26 09:46:35 +02:00
notes Exposed the constructor of Note class 2011-01-25 16:33:29 -06:00
patch Remove two "Dead store to local variable" warnings 2010-10-29 14:37:42 +02:00
revplot Fix potential NullPointerException in PlotCommit 2011-02-22 09:11:42 +01:00
revwalk RevWalk: Don't release during inMergeBase() 2011-02-24 06:55:25 -08:00
storage PackFile: Fix copy as-is for small objects 2011-03-04 18:56:16 -08:00
transport RemoteRefUpdate: Accept Ref and ObjectId arguments for source 2011-03-03 15:13:33 -08:00
treewalk Respect core.excludesfile to enable global ignore rules 2011-02-23 23:44:50 +01:00
util Fix NPE on reading global config on MAC 2011-02-09 15:12:31 +01:00
JGitText.java Add git-reset to the Git API 2011-02-17 10:28:26 -06:00