]> source.dussan.org Git - jgit.git/commit
Merge branch 'stable-3.4' into stable-3.5
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 18 Dec 2014 14:18:07 +0000 (15:18 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 18 Dec 2014 14:18:07 +0000 (15:18 +0100)
commit4d6f66400eddb5df6097bc2f58fd2538d8ce6b37
treea9ec93d2a0fe7218f51cfa8fef0dc71dc00f1a2b
parent3521712032aca2dccf6f6ee4a77b3746bf17f276
parentdbe8b52c5cac2cb084a0a47b945094db7e6c759e
Merge branch 'stable-3.4' into stable-3.5

* stable-3.4:
  JGit v3.4.2.201412180340-r
  ObjectChecker: Disallow names potentially mapping to ".git" on HFS+
  ObjectChecker: Disallow Windows shortname "GIT~1"
  ObjectChecker: Disallow ".git." and ".git<space>"
  Always ignore case when forbidding .git in ObjectChecker
  DirCache: Refuse to read files with invalid paths
  DirCache: Replace isValidPath with DirCacheCheckout.checkValidPath
  Replace "a." with "a-" in unit tests
  Apache HttpClientConnection: replace calls to deprecated LocalFile()
  Fix two nits about DirCacheEntry constructors
  Detect buffering failures while writing rebase todo file
  Deprecate TemporaryBuffer.LocalFile without parent directory
  Switch FileHeader.extractFileLines to TemporaryBuffer.Heap
  AmazonS3: Buffer pushed pack content under $GIT_DIR
  DirCache: Buffer TREE extension to $GIT_DIR

Change-Id: I398cf40b006a05a6537788fc6eb1f84df1ed8814
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java