| Commit message (Expand) | Author | Age | Files | Lines |
* | [findBugs] Prefer short-cut logic as it's more performant | Matthias Sohn | 2011-11-16 | 1 | -1/+1 |
* | 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 | 37 | -0/+8098 |
|\ \ |
|
| * | | 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 | 34 | -0/+7770 |
* | | | 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 | 3 | -2/+205 |
|\ \ |
|
| * | | Cosmetic adjustment of relative date format, do not display "0 months" | Robin Rosenberg | 2011-10-26 | 2 | -2/+5 |
| * | | 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 |
| |/ /
|/| | |
|
* | | | Add locale to the properties manageable by SystemReader | Robin Rosenberg | 2011-10-20 | 1 | -0/+11 |
* | | | Add a method to SystemReader to get the time zone | Robin Rosenberg | 2011-10-20 | 1 | -1/+10 |
* | | | Use the SystemReader to get system time | Robin Rosenberg | 2011-10-20 | 1 | -1/+2 |
|/ / |
|
* | | Fix bad checkout behaviour when a file is removed | Robin Rosenberg | 2011-10-18 | 1 | -6/+4 |
* | | Correct typo in RevWalk.parseBody comment | Kevin Sawicki | 2011-10-14 | 1 | -1/+1 |
* | | Merge "Extend IndexDiff to calculate ignored files and folders" | Christian Halstrick | 2011-10-10 | 2 | -3/+38 |
|\ \ |
|
| * | | Extend IndexDiff to calculate ignored files and folders | Jens Baumgart | 2011-10-05 | 2 | -3/+38 |
* | | | Merge changes I7cdb563b,I7f60ae68,I7bd1e769,I92683805,I0e51a8e6 | Shawn O. Pearce | 2011-10-07 | 5 | -17/+145 |
|\ \ \ |
|