| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Search for annotated tag reuse first | Shawn O. Pearce | 2011-11-18 | 1 | -2/+2 |
* | | | Correct progress monitor on "Getting sizes:" phase | Shawn O. Pearce | 2011-11-18 | 1 | -2/+2 |
* | | | Refactor DfsReader selection of cached packs | Shawn O. Pearce | 2011-11-18 | 1 | -3/+6 |
|/ / |
|
* | | Merge changes I366435e2,I64577f8f | Shawn Pearce | 2011-11-18 | 2 | -1/+8 |
|\ \ |
|
| * | | [findBugs] Silence returning null for StringUtils.toBooleanOrNull() | Matthias Sohn | 2011-11-16 | 1 | -0/+7 |
| * | | [findBugs] Prefer short-cut logic as it's more performant | Matthias Sohn | 2011-11-16 | 1 | -1/+1 |
* | | | Keep track of a static collection of all PackWriter instances | Dave Borowitz | 2011-11-14 | 1 | -0/+52 |
* | | | Estimate the amount of memory used by a PackWriter | Dave Borowitz | 2011-11-14 | 1 | -3/+42 |
* | | | Add an object encapsulating the state of a PackWriter | Dave Borowitz | 2011-11-14 | 3 | -14/+108 |
|/ / |
|
* | | Merge "Implement DirCacheEntry.toString() to ease debugging" | Christian Halstrick | 2011-11-11 | 1 | -0/+10 |
|\ \ |
|
| * | | Implement DirCacheEntry.toString() to ease debugging | Matthias Sohn | 2011-11-10 | 1 | -0/+10 |
* | | | Add detection of untracked folders to IndexDiffFilter | Jens Baumgart | 2011-11-10 | 2 | -3/+91 |
* | | | [blame] Fix blame following renames in non-toplevel directories | Carsten Pfeiffer | 2011-11-10 | 1 | -0/+1 |
* | | | Support a configured credentials provider in LsRemoteCommand | Kevin Sawicki | 2011-11-10 | 6 | -216/+192 |
|/ / |
|
* | | Merge changes Ibb3467f7,I2af99903 | Robin Rosenberg | 2011-11-10 | 1 | -36/+42 |
|\ \ |
|
| * | | Always use try/finally around DfsBlockCache.clockLock | Shawn O. Pearce | 2011-11-08 | 1 | -35/+41 |
| * | | DfsBlockCache: Fix NPE when evicting empty cell | Shawn O. Pearce | 2011-11-08 | 1 | -1/+1 |
| |/ |
|
* | | Kill GitIndex | Robin Rosenberg | 2011-11-09 | 3 | -1111/+0 |
* | | Deprecate GitIndex more by using only DirCache internally. | Robin Rosenberg | 2011-11-09 | 2 | -0/+2 |
|/ |
|
* | Merge "Do not resolve path using cygwin unless told to" | Shawn Pearce | 2011-11-04 | 1 | -5/+8 |
|\ |
|
| * | Do not resolve path using cygwin unless told to | Robin Rosenberg | 2011-10-28 | 1 | -5/+8 |
* | | Merge changes Icea2572d,I2633e472,I207c0c93,I10cee76c,Ifd78e8ce,I890b5fcc,Ia0... | Shawn Pearce | 2011-11-04 | 39 | -0/+8103 |
|\ \ |
|
| * | | DfsBlockCache: Update hits to not include contains() | Colby Ranger | 2011-11-04 | 1 | -12/+23 |
| * | | Add a listener for changes to a DfsObjDatabase's pack files | Dave Borowitz | 2011-11-04 | 3 | -3/+131 |
| * | | Expose the reverse index size in the DfsPackDescription | Dave Borowitz | 2011-11-04 | 2 | -5/+10 |
| * | | Add a DfsPackFile method to get the number of cached bytes | Dave Borowitz | 2011-11-04 | 3 | -2/+19 |
| * | | Expose the list of pack files in the DfsBlockCache | Dave Borowitz | 2011-11-04 | 1 | -2/+19 |
| * | | Add a DFS repository description and reference it in each pack | Dave Borowitz | 2011-11-04 | 6 | -14/+165 |
| * | | Clarify the docstring of DfsBlockCache.reconfigure() | Dave Borowitz | 2011-11-04 | 1 | -3/+2 |
| * | | DFS: A storage layer for JGit | Shawn O. Pearce | 2011-11-04 | 36 | -0/+7775 |
* | | | Merge "Allow '\' in user names in URI-ish" | Shawn Pearce | 2011-11-04 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Allow '\' in user names in URI-ish | Robin Rosenberg | 2011-11-04 | 1 | -1/+1 |
* | | | | Merge "Provide an id for submodule entries." | Shawn Pearce | 2011-11-04 | 2 | -3/+70 |
|\ \ \ \ |
|
| * | | | | Provide an id for submodule entries. | Kevin Sawicki | 2011-11-04 | 2 | -3/+70 |
| |/ / / |
|
* / / / | Fix NPE when PATH environment variable is empty | Carl Myers | 2011-11-04 | 1 | -0/+13 |
|/ / / |
|
* | | | Merge "Implement Config.Entry.toString() to help debugging" | Shawn Pearce | 2011-11-03 | 1 | -0/+15 |
|\ \ \ |
|
| * | | | Implement Config.Entry.toString() to help debugging | Matthias Sohn | 2011-10-27 | 1 | -0/+15 |
| | |/
| |/| |
|
* | | | Merge "DirCacheEntry: accessors for cached creation time (CTIME)" | Shawn Pearce | 2011-11-03 | 1 | -1/+21 |
|\ \ \ |
|
| * | | | DirCacheEntry: accessors for cached creation time (CTIME) | Marc Strapetz | 2011-10-31 | 1 | -1/+21 |
* | | | | Suppress unused and unchecked warnings | Kevin Sawicki | 2011-11-03 | 1 | -0/+2 |
|/ / / |
|
* | | | Merge "Ensure the ObjectInserter flushes after a merge" | Shawn O. Pearce | 2011-10-28 | 1 | -1/+4 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Ensure the ObjectInserter flushes after a merge | Shawn O. Pearce | 2011-10-26 | 1 | -1/+4 |
* | | Merge "Enable full Transport configuration for JGit API commands" | Shawn Pearce | 2011-10-27 | 5 | -0/+142 |
|\ \
| |/
|/| |
|
| * | Enable full Transport configuration for JGit API commands | Roberto Tyley | 2011-09-16 | 5 | -0/+142 |
* | | Merge changes I488e9c97,I30f1049f,I1c088dce | Matthias Sohn | 2011-10-26 | 4 | -2/+206 |
|\ \ |
|
| * | | Cosmetic adjustment of relative date format, do not display "0 months" | Robin Rosenberg | 2011-10-26 | 3 | -2/+6 |
| * | | Define a utility class for handling Git date formats | Robin Rosenberg | 2011-10-23 | 1 | -0/+200 |
* | | | Merge "Allow detecting which files were renamed during a revwalk" | Matthias Sohn | 2011-10-26 | 4 | -1/+91 |
|\ \ \ |
|
| * | | | Allow detecting which files were renamed during a revwalk | Carsten Pfeiffer | 2011-10-25 | 4 | -1/+91 |
* | | | | Fix compatibilty breakage for SystemReader | Robin Rosenberg | 2011-10-23 | 1 | -11/+8 |
| |/ /
|/| | |
|