| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge changes Ife0cc2da,If38507ef | Robin Rosenberg | 2013-01-28 | 2 | -30/+387 |
|\ |
|
| * | Speed up PathFilterGroup for large sets of paths | Robin Rosenberg | 2013-01-21 | 2 | -30/+387 |
* | | Merge "Reduce memory held and speed up DfsGarbageCollector." | Colby Ranger | 2013-01-22 | 2 | -7/+18 |
|\ \ |
|
| * | | Reduce memory held and speed up DfsGarbageCollector. | Colby Ranger | 2013-01-22 | 2 | -7/+18 |
* | | | Enable marking entries using TreeFilters in DiffEntry | Robin Stocker | 2013-01-23 | 4 | -3/+216 |
* | | | Merge "Fix NPE FS_Win32 when looking up git executable and home directory avo... | Matthias Sohn | 2013-01-22 | 1 | -3/+13 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix NPE FS_Win32 when looking up git executable and home directory | Tobias Pfeifer | 2013-01-10 | 1 | -3/+13 |
* | | | Merge "Improve handling of checkout conflicts" | Robin Rosenberg | 2013-01-20 | 3 | -2/+80 |
|\ \ \ |
|
| * | | | Improve handling of checkout conflicts | Markus Duft | 2013-01-11 | 3 | -2/+80 |
* | | | | Merge changes I7e7fae12,I87ecca00 | Robin Rosenberg | 2013-01-19 | 2 | -32/+88 |
|\ \ \ \ |
|
| * | | | | Add conflicts message before footer | Stefan Lay | 2013-01-19 | 1 | -6/+19 |
| * | | | | Only replace the ChangeId in the footer, not in the body | Stefan Lay | 2013-01-19 | 1 | -26/+69 |
* | | | | | Merge "Use correct method link in Javadoc" | Robin Rosenberg | 2013-01-19 | 2 | -4/+6 |
|\ \ \ \ \ |
|
| * | | | | | Use correct method link in Javadoc | Dani Megert | 2013-01-18 | 2 | -4/+6 |
* | | | | | | Merge "Fix patch application WRT windows line endings." | Robin Rosenberg | 2013-01-19 | 1 | -7/+4 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Fix patch application WRT windows line endings. | Markus Duft | 2013-01-19 | 1 | -7/+4 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge "Update DfsGarbageCollector to not read back a pack index." | Colby Ranger | 2013-01-18 | 5 | -28/+75 |
|\ \ \ \ \ |
|
| * | | | | | Update DfsGarbageCollector to not read back a pack index. | Colby Ranger | 2013-01-18 | 5 | -28/+75 |
* | | | | | | Merge "Define a tree filter for user-visible changes between two indexes" | Robin Rosenberg | 2013-01-18 | 1 | -0/+105 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Define a tree filter for user-visible changes between two indexes | Robin Rosenberg | 2013-01-15 | 1 | -0/+105 |
| |/ / / / |
|
* | | | | | Merge "Add additional FastForwardMode enums for different config contexts" | Shawn Pearce | 2013-01-18 | 3 | -4/+113 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Add additional FastForwardMode enums for different config contexts | Tomasz Zarna | 2013-01-18 | 3 | -4/+113 |
| |/ / / |
|
* / / / | Rename PackConstants to PackExt, a typed pack file extension. | Colby Ranger | 2013-01-17 | 11 | -55/+88 |
|/ / / |
|
* | | | Remove getReverseIndexSize() from DfsPackDescription. | Colby Ranger | 2013-01-15 | 2 | -10/+5 |
* | | | Use file extension with DfsPackDescription get/set file size. | Colby Ranger | 2013-01-15 | 6 | -40/+31 |
* | | | Fix concurrent creation of fan-out object directories | Roberto Tyley | 2013-01-13 | 1 | -1/+1 |
|/ / |
|
* | | Accept '-' instead of space in enum config values | Shawn Pearce | 2013-01-11 | 1 | -0/+6 |
* | | Revert "Add additional FastForwardMode enums for different config contexts" | Shawn Pearce | 2013-01-11 | 3 | -121/+2 |
* | | Fix enum parsing from Config files | Shawn Pearce | 2013-01-11 | 1 | -1/+1 |
* | | Merge changes Ifc8fc3e5,I7c403b50 | Colby Ranger | 2013-01-10 | 18 | -135/+153 |
|\ \ |
|
| * | | Remove packIndex field from FileObjDatabase openPack method. | Colby Ranger | 2013-01-10 | 7 | -30/+21 |
| * | | Update DfsObjDatabase API to open/write by pack extension. | Colby Ranger | 2013-01-10 | 11 | -105/+132 |
* | | | Peel tags during resolve of foo^ | Dave Borowitz | 2013-01-10 | 1 | -1/+1 |
|/ / |
|
* | | Merge "Revert "Speed up PathFilterGroup.include for large set of paths"" | Robin Rosenberg | 2013-01-09 | 1 | -55/+15 |
|\ \
| |/
|/| |
|
| * | Revert "Speed up PathFilterGroup.include for large set of paths" | Robin Rosenberg | 2013-01-09 | 1 | -55/+15 |
* | | Merge "Consider that some Java version on Linux only return integral timestamps" | Robin Rosenberg | 2013-01-08 | 1 | -1/+4 |
|\ \ |
|
| * | | Consider that some Java version on Linux only return integral timestamps | Robin Rosenberg | 2013-01-05 | 1 | -1/+4 |
* | | | Merge changes I3e9735c7,I76a16594 | Robin Rosenberg | 2013-01-08 | 2 | -27/+66 |
|\ \ \
| | |/
| |/| |
|
| * | | Speed up PathFilterGroup.include for large set of paths | Robin Rosenberg | 2013-01-07 | 1 | -15/+55 |
| * | | Speed up handling of "only" paths in the CommitCommand | Robin Rosenberg | 2013-01-07 | 1 | -12/+11 |
| |/ |
|
* | | Return info about config subsection when trying to get an invalid enum | Tomasz Zarna | 2013-01-08 | 1 | -4/+6 |
* | | Add additional FastForwardMode enums for different config contexts | Tomasz Zarna | 2013-01-06 | 3 | -2/+121 |
|/ |
|
* | Ignore removed files with an assume-valid index entry | Robin Rosenberg | 2013-01-03 | 1 | -4/+12 |
* | Merge "Revert "Stop PathFilter after walking all matching paths"" | Robin Rosenberg | 2013-01-01 | 1 | -5/+1 |
|\ |
|
| * | Revert "Stop PathFilter after walking all matching paths" | Shawn Pearce | 2013-01-01 | 1 | -5/+1 |
* | | Update the revert command and things relating to revert | Robin Rosenberg | 2012-12-28 | 7 | -8/+159 |
|/ |
|
* | Stop PathFilter after walking all matching paths | Dave Borowitz | 2012-12-27 | 1 | -1/+5 |
* | Do not enforce DeltaWindow maxMemory when zero. | Colby Ranger | 2012-12-27 | 1 | -0/+3 |
* | Merge "Enforce max memory for DeltaWindow." | Colby Ranger | 2012-12-27 | 1 | -0/+24 |
|\ |
|
| * | Enforce max memory for DeltaWindow. | Colby Ranger | 2012-12-27 | 1 | -0/+24 |