| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Consider working tree changes when stashing newly added files | Robin Rosenberg | 2013-04-09 | 2 | -11/+43 |
| | |_|/
| |/| | |
|
* | | | | Merge changes Ideecc472,I2b12788a,I6cb9382d,I12cd3326,I200baa0b,I05626f2e,I65... | Shawn Pearce | 2013-04-10 | 9 | -136/+236 |
|\ \ \ \ |
|
| * | | | | Increase PackOutputStream copy buffer to 64 KiB | Shawn Pearce | 2013-04-10 | 1 | -1/+1 |
| * | | | | Tighten object header writing in PackOutuptStream | Shawn Pearce | 2013-04-10 | 1 | -31/+40 |
| * | | | | Skip main thread test in ThreadSafeProgressMonitor | Shawn Pearce | 2013-04-10 | 2 | -4/+3 |
| * | | | | Declare members of PackOutputStream final | Shawn Pearce | 2013-04-10 | 1 | -9/+10 |
| * | | | | Always allocate the PackOutputStream copyBuffer | Shawn Pearce | 2013-04-10 | 1 | -4/+2 |
| * | | | | Disable CRC32 computation when no PackIndex will be created | Shawn Pearce | 2013-04-10 | 5 | -23/+35 |
| * | | | | Steal work from delta threads to rebalance CPU load | Shawn Pearce | 2013-04-10 | 3 | -66/+147 |
* | | | | | Merge "LogCommand.all(): filter out refs that do not refer to commit objects" | Robin Rosenberg | 2013-04-10 | 2 | -2/+21 |
|\ \ \ \ \ |
|
| * | | | | | LogCommand.all(): filter out refs that do not refer to commit objects | Arthur Baars | 2013-03-31 | 2 | -2/+21 |
* | | | | | | Merge "LogCommand.all(), peel references before using them" | Robin Rosenberg | 2013-04-10 | 2 | -0/+27 |
|\| | | | |
| |_|_|_|/
|/| | | | |
|
| * | | | | LogCommand.all(), peel references before using them | Arthur Baars | 2013-03-31 | 2 | -0/+27 |
* | | | | | Merge "clean up merge squash and no-commit messages in pgm" | Christian Halstrick | 2013-04-09 | 2 | -1/+2 |
|\ \ \ \ \ |
|
| * | | | | | clean up merge squash and no-commit messages in pgm | Tomasz Zarna | 2013-04-08 | 2 | -1/+2 |
| | |_|/ /
| |/| | | |
|
* | | | | | Add a constant for info/exclude | Robin Rosenberg | 2013-04-08 | 2 | -2/+5 |
* | | | | | Merge changes I8445070d,I38f10d62,I2af0bf68 | Matthias Sohn | 2013-04-08 | 12 | -10/+13 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix plugin provider names to conform with release train requirement | Matthias Sohn | 2013-04-08 | 9 | -9/+9 |
| * | | | | Add missing @since tags for new API methods | Matthias Sohn | 2013-04-07 | 2 | -0/+3 |
| * | | | | DfsReaderOptions are options for a DFS stored repository | Matthias Sohn | 2013-04-06 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* / | | | Detect and handle a checkout conflict during merge nicely | Robin Rosenberg | 2013-04-08 | 3 | -1/+17 |
|/ / / |
|
* | | | Support cutting existing delta chains longer than the max depth | Shawn Pearce | 2013-04-05 | 3 | -7/+81 |
* | | | Micro-optimize reuseDeltaFor in PackWriter | Shawn Pearce | 2013-04-05 | 1 | -10/+6 |
* | | | Static import OBJ_* constants into PackWriter | Shawn Pearce | 2013-04-05 | 1 | -55/+57 |
* | | | Renumber internal ObjectToPack flags | Shawn Pearce | 2013-04-04 | 1 | -14/+4 |
* | | | Move wantWrite flag to be special offset 1 | Shawn Pearce | 2013-04-04 | 1 | -6/+4 |
* | | | Don't delta compress garbage objects | Shawn Pearce | 2013-04-04 | 2 | -6/+11 |
* | | | Delete broken DFS read-ahead support | Shawn Pearce | 2013-04-04 | 7 | -544/+17 |
* | | | Optimize DFS object reuse selection code | Shawn Pearce | 2013-04-04 | 5 | -103/+66 |
| |/
|/| |
|
* | | Simplify size test in PackWriter | Shawn Pearce | 2013-04-04 | 1 | -8/+6 |
* | | Declare critical exposed methods of ObjectToPack final | Shawn Pearce | 2013-04-04 | 1 | -11/+11 |
* | | Declare internal flag accessors of ObjectToPack final | Shawn Pearce | 2013-04-04 | 1 | -22/+22 |
* | | Remove unused method isDeltaAttempted() | Shawn Pearce | 2013-04-04 | 1 | -4/+0 |
* | | Simplify setDoNotDelta() to always set the flag | Shawn Pearce | 2013-04-04 | 2 | -9/+6 |
* | | Add the no-commit option to MergeCommand | Tomasz Zarna | 2013-04-04 | 9 | -12/+241 |
* | | Merge "Fix PathFilterGroup not to throw StopWalkException too early" | Christian Halstrick | 2013-04-04 | 2 | -1/+24 |
|\ \ |
|
| * | | Fix PathFilterGroup not to throw StopWalkException too early | Robin Rosenberg | 2013-04-03 | 2 | -1/+24 |
* | | | Merge "Indicate initial commit on a branch in the reflog" | Christian Halstrick | 2013-04-04 | 4 | -12/+9 |
|\| | |
|
| * | | Indicate initial commit on a branch in the reflog | Robin Rosenberg | 2013-04-02 | 4 | -12/+9 |
| |/ |
|
* / | Speed up clone/fetch with large number of refs | Robin Rosenberg | 2013-03-30 | 3 | -19/+223 |
|/ |
|
* | Merge "When renaming the lock file succeeds the lock isn't held anymore" | Robin Rosenberg | 2013-03-28 | 1 | -3/+8 |
|\ |
|
| * | When renaming the lock file succeeds the lock isn't held anymore | Matthias Sohn | 2013-03-26 | 1 | -3/+8 |
* | | Fix CommitCommand amend mode to preserve parent order | Shawn Pearce | 2013-03-28 | 1 | -3/+2 |
* | | Fixed parsing of URI with a IPv6-address | Andreas König | 2013-03-27 | 2 | -2/+2 |
* | | New functions to facilitate the writing of CLI test cases | François Rey | 2013-03-27 | 2 | -14/+90 |
* | | Merge "File.renameTo behaves differently on Unix and Windows" | Matthias Sohn | 2013-03-27 | 1 | -10/+6 |
|\ \ |
|
| * | | File.renameTo behaves differently on Unix and Windows | Robin Rosenberg | 2013-03-26 | 1 | -10/+6 |
* | | | Merge "Extend FileUtils.rename to common git semantics" | Matthias Sohn | 2013-03-27 | 2 | -1/+86 |
|\| |
| |/
|/| |
|
| * | Extend FileUtils.rename to common git semantics | Robin Rosenberg | 2013-03-26 | 2 | -1/+86 |
* | | Always add FileExt to DfsPackDescription | Shawn Pearce | 2013-03-26 | 4 | -0/+8 |