Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-19Expose unmerged paths when revert failsKevin Sawicki1-0/+10
2011-12-11Fix ResolveMerger not to add paths with FileMode 0Christian Halstrick1-7/+75
2011-12-08Throw API exception when MergeCommand hits checkout conflicts Matthias Sohn2-3/+24
2011-12-06Fix history rendering not to occupy too many lanesChristian Halstrick1-0/+2
2011-12-04Fix History renderingChristian Halstrick1-30/+42
2011-11-30Merge "RepositoryState: add method canAmend"Christian Halstrick1-0/+18
2011-11-29Merge "Always checkout master when it matches the advertised HEAD"Shawn Pearce1-0/+6
2011-11-29Merge "Implement Serializable interface in ReflogEntry"Shawn Pearce1-1/+5
2011-11-29Remove calls to printStackTrace in catch blocksKevin Sawicki3-6/+1
2011-11-29Implement Serializable interface in ReflogEntryKevin Sawicki1-1/+5
2011-11-28Always checkout master when it matches the advertised HEADKevin Sawicki1-0/+6
2011-11-28RepositoryState: add method canAmendJens Baumgart1-0/+18
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 Sawicki2-1/+6
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 Zivkov4-2/+145
2011-11-22Provide merge result when revert command failsKevin Sawicki1-0/+22
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-18Merge changes I366435e2,I64577f8fShawn Pearce1-1/+1
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 Borowitz2-14/+107
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 Pearce37-0/+8098
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

Back to the top