summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Consider working tree changes when stashing newly added filesRobin Rosenberg2013-04-092-11/+43
| | |_|/ | |/| |
* | | | Merge changes Ideecc472,I2b12788a,I6cb9382d,I12cd3326,I200baa0b,I05626f2e,I65...Shawn Pearce2013-04-109-136/+236
|\ \ \ \
| * | | | Increase PackOutputStream copy buffer to 64 KiBShawn Pearce2013-04-101-1/+1
| * | | | Tighten object header writing in PackOutuptStreamShawn Pearce2013-04-101-31/+40
| * | | | Skip main thread test in ThreadSafeProgressMonitorShawn Pearce2013-04-102-4/+3
| * | | | Declare members of PackOutputStream finalShawn Pearce2013-04-101-9/+10
| * | | | Always allocate the PackOutputStream copyBufferShawn Pearce2013-04-101-4/+2
| * | | | Disable CRC32 computation when no PackIndex will be createdShawn Pearce2013-04-105-23/+35
| * | | | Steal work from delta threads to rebalance CPU loadShawn Pearce2013-04-103-66/+147
* | | | | Merge "LogCommand.all(): filter out refs that do not refer to commit objects"Robin Rosenberg2013-04-102-2/+21
|\ \ \ \ \
| * | | | | LogCommand.all(): filter out refs that do not refer to commit objectsArthur Baars2013-03-312-2/+21
* | | | | | Merge "LogCommand.all(), peel references before using them"Robin Rosenberg2013-04-102-0/+27
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | LogCommand.all(), peel references before using themArthur Baars2013-03-312-0/+27
* | | | | Merge "clean up merge squash and no-commit messages in pgm"Christian Halstrick2013-04-092-1/+2
|\ \ \ \ \
| * | | | | clean up merge squash and no-commit messages in pgmTomasz Zarna2013-04-082-1/+2
| | |_|/ / | |/| | |
* | | | | Add a constant for info/excludeRobin Rosenberg2013-04-082-2/+5
* | | | | Merge changes I8445070d,I38f10d62,I2af0bf68Matthias Sohn2013-04-0812-10/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix plugin provider names to conform with release train requirementMatthias Sohn2013-04-089-9/+9
| * | | | Add missing @since tags for new API methodsMatthias Sohn2013-04-072-0/+3
| * | | | DfsReaderOptions are options for a DFS stored repositoryMatthias Sohn2013-04-061-1/+1
| | |/ / | |/| |
* / | | Detect and handle a checkout conflict during merge nicelyRobin Rosenberg2013-04-083-1/+17
|/ / /
* | | Support cutting existing delta chains longer than the max depthShawn Pearce2013-04-053-7/+81
* | | Micro-optimize reuseDeltaFor in PackWriterShawn Pearce2013-04-051-10/+6
* | | Static import OBJ_* constants into PackWriterShawn Pearce2013-04-051-55/+57
* | | Renumber internal ObjectToPack flagsShawn Pearce2013-04-041-14/+4
* | | Move wantWrite flag to be special offset 1Shawn Pearce2013-04-041-6/+4
* | | Don't delta compress garbage objectsShawn Pearce2013-04-042-6/+11
* | | Delete broken DFS read-ahead supportShawn Pearce2013-04-047-544/+17
* | | Optimize DFS object reuse selection codeShawn Pearce2013-04-045-103/+66
| |/ |/|
* | Simplify size test in PackWriterShawn Pearce2013-04-041-8/+6
* | Declare critical exposed methods of ObjectToPack finalShawn Pearce2013-04-041-11/+11
* | Declare internal flag accessors of ObjectToPack finalShawn Pearce2013-04-041-22/+22
* | Remove unused method isDeltaAttempted()Shawn Pearce2013-04-041-4/+0
* | Simplify setDoNotDelta() to always set the flagShawn Pearce2013-04-042-9/+6
* | Add the no-commit option to MergeCommandTomasz Zarna2013-04-049-12/+241
* | Merge "Fix PathFilterGroup not to throw StopWalkException too early"Christian Halstrick2013-04-042-1/+24
|\ \
| * | Fix PathFilterGroup not to throw StopWalkException too earlyRobin Rosenberg2013-04-032-1/+24
* | | Merge "Indicate initial commit on a branch in the reflog"Christian Halstrick2013-04-044-12/+9
|\| |
| * | Indicate initial commit on a branch in the reflogRobin Rosenberg2013-04-024-12/+9
| |/
* / Speed up clone/fetch with large number of refsRobin Rosenberg2013-03-303-19/+223
|/
* Merge "When renaming the lock file succeeds the lock isn't held anymore"Robin Rosenberg2013-03-281-3/+8
|\
| * When renaming the lock file succeeds the lock isn't held anymoreMatthias Sohn2013-03-261-3/+8
* | Fix CommitCommand amend mode to preserve parent orderShawn Pearce2013-03-281-3/+2
* | Fixed parsing of URI with a IPv6-addressAndreas König2013-03-272-2/+2
* | New functions to facilitate the writing of CLI test casesFrançois Rey2013-03-272-14/+90
* | Merge "File.renameTo behaves differently on Unix and Windows"Matthias Sohn2013-03-271-10/+6
|\ \
| * | File.renameTo behaves differently on Unix and WindowsRobin Rosenberg2013-03-261-10/+6
* | | Merge "Extend FileUtils.rename to common git semantics"Matthias Sohn2013-03-272-1/+86
|\| | | |/ |/|
| * Extend FileUtils.rename to common git semanticsRobin Rosenberg2013-03-262-1/+86
* | Always add FileExt to DfsPackDescriptionShawn Pearce2013-03-264-0/+8