Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-29Remove calls to printStackTrace in catch blocksKevin Sawicki3-6/+1
2011-11-27Merge "Reset SSH connection and credentials on "Auth fail""Shawn Pearce2-20/+55
2011-11-27Reset SSH connection and credentials on "Auth fail"Matthias Sohn2-20/+55
2011-11-26Don't iterate over advertised refs when HEAD is nullKevin Sawicki1-3/+3
2011-11-23Adapt merge message to C Git for remote-tracking branchRobin Stocker1-2/+2
2011-11-23Guard against null branch in PullCommandKevin Sawicki3-1/+7
2011-11-23Support adding all refs to LogCommandKevin Sawicki1-0/+19
2011-11-22Merge "Provide merge result when revert command fails"Shawn Pearce1-0/+22
2011-11-22maxObjectSizeLimit for receive-pack.Sasa Zivkov5-2/+147
2011-11-22Provide merge result when revert command failsKevin Sawicki1-0/+22
2011-11-19Merge "Add missing '' characters around quoted variables"Shawn Pearce1-6/+6
2011-11-18Fix duplicate objects in "thin+cached" packs from DFSShawn O. Pearce1-25/+18
2011-11-18Do not write edge objects to the pack streamShawn O. Pearce1-3/+3
2011-11-18Use long for more object counts in PackWriterShawn O. Pearce1-5/+5
2011-11-18Search for annotated tag reuse firstShawn O. Pearce1-2/+2
2011-11-18Correct progress monitor on "Getting sizes:" phaseShawn O. Pearce1-2/+2
2011-11-18Refactor DfsReader selection of cached packsShawn O. Pearce1-3/+6
2011-11-18Add missing '' characters around quoted variablesKevin Sawicki1-6/+6
2011-11-18Merge changes I366435e2,I64577f8fShawn Pearce2-1/+8
2011-11-16[findBugs] Silence returning null for StringUtils.toBooleanOrNull()Matthias Sohn1-0/+7
2011-11-16[findBugs] Prefer short-cut logic as it's more performantMatthias Sohn1-1/+1
2011-11-14Keep track of a static collection of all PackWriter instancesDave Borowitz1-0/+52
2011-11-14Estimate the amount of memory used by a PackWriterDave Borowitz1-3/+42
2011-11-14Add an object encapsulating the state of a PackWriterDave Borowitz3-14/+108
2011-11-11Merge "Implement DirCacheEntry.toString() to ease debugging"Christian Halstrick1-0/+10
2011-11-10Add detection of untracked folders to IndexDiffFilterJens Baumgart2-3/+91
2011-11-10[blame] Fix blame following renames in non-toplevel directoriesCarsten Pfeiffer1-0/+1
2011-11-10Support a configured credentials provider in LsRemoteCommandKevin Sawicki6-216/+192
2011-11-10Implement DirCacheEntry.toString() to ease debuggingMatthias Sohn1-0/+10
2011-11-10Merge changes Ibb3467f7,I2af99903Robin Rosenberg1-36/+42
2011-11-09Kill GitIndexRobin Rosenberg3-1111/+0
2011-11-09Deprecate GitIndex more by using only DirCache internally.Robin Rosenberg2-0/+2
2011-11-08Always use try/finally around DfsBlockCache.clockLockShawn O. Pearce1-35/+41
2011-11-08DfsBlockCache: Fix NPE when evicting empty cellShawn O. Pearce1-1/+1
2011-11-04Merge "Do not resolve path using cygwin unless told to"Shawn Pearce1-5/+8
2011-11-04Merge changes Icea2572d,I2633e472,I207c0c93,I10cee76c,Ifd78e8ce,I890b5fcc,Ia0...Shawn Pearce39-0/+8103
2011-11-04DfsBlockCache: Update hits to not include contains()Colby Ranger1-12/+23
2011-11-04Add a listener for changes to a DfsObjDatabase's pack filesDave Borowitz3-3/+131
2011-11-04Expose the reverse index size in the DfsPackDescriptionDave Borowitz2-5/+10
2011-11-04Add a DfsPackFile method to get the number of cached bytesDave Borowitz3-2/+19
2011-11-04Expose the list of pack files in the DfsBlockCacheDave Borowitz1-2/+19
2011-11-04Add a DFS repository description and reference it in each packDave Borowitz6-14/+165
2011-11-04Clarify the docstring of DfsBlockCache.reconfigure()Dave Borowitz1-3/+2
2011-11-04DFS: A storage layer for JGitShawn O. Pearce36-0/+7775
2011-11-04Merge "Allow '\' in user names in URI-ish"Shawn Pearce1-1/+1
2011-11-04Allow '\' in user names in URI-ishRobin Rosenberg1-1/+1
2011-11-04Merge "Provide an id for submodule entries."Shawn Pearce2-3/+70
2011-11-04Fix NPE when PATH environment variable is emptyCarl Myers1-0/+13
2011-11-04Provide an id for submodule entries.Kevin Sawicki2-3/+70
2011-11-03Merge "Implement Config.Entry.toString() to help debugging"Shawn Pearce1-0/+15

Back to the top