| Commit message (Expand) | Author | Age | Files | Lines |
* | Create constants in ConfigConstants for the "diff" section | Robin Rosenberg | 2013-04-19 | 2 | -8/+46 |
* | Fix examples with refs/heads/ in RefSpec Javadoc | Robin Stocker | 2013-04-19 | 1 | -8/+8 |
* | IndexDiff: Provide stage state for conflicting entries | Robin Stocker | 2013-04-19 | 2 | -5/+181 |
* | Merge "A deleted work tree file is not a conflict when merge wants to delete it" | Robin Rosenberg | 2013-04-19 | 2 | -1/+20 |
|\ |
|
| * | A deleted work tree file is not a conflict when merge wants to delete it | Robin Rosenberg | 2013-04-08 | 2 | -1/+20 |
* | | Merge "Untracked files should not be included in stash" | Robin Rosenberg | 2013-04-19 | 2 | -3/+12 |
|\ \ |
|
| * | | Untracked files should not be included in stash | Robin Rosenberg | 2013-04-18 | 2 | -3/+12 |
* | | | Do not export package org.eclipse.jgit from jgit tests | Matthias Sohn | 2013-04-19 | 1 | -1/+0 |
* | | | Remove some unnecessary dependencies on FileRepostory | Robin Rosenberg | 2013-04-18 | 20 | -85/+70 |
* | | | Merge "Remove unused dependencies" | Robin Rosenberg | 2013-04-18 | 8 | -24/+4 |
|\ \ \ |
|
| * | | | Remove unused dependencies | Matthias Sohn | 2013-04-09 | 8 | -24/+4 |
* | | | | Improve test coverage of AutoCRLF(In|Out)putStream | Robin Stocker | 2013-04-18 | 3 | -19/+37 |
* | | | | Merge changes Id2848c16,I7621c434 | Shawn Pearce | 2013-04-17 | 3 | -56/+243 |
|\ \ \ \ |
|
| * | | | | Rescale "Compressing objects" progress meter by size | Shawn Pearce | 2013-04-17 | 3 | -16/+58 |
| * | | | | Split delta search buckets by byte weight | Shawn Pearce | 2013-04-17 | 3 | -42/+187 |
* | | | | | Merge "Support excluding objects during DFS compaction" | Shawn Pearce | 2013-04-17 | 1 | -31/+102 |
|\ \ \ \ \ |
|
| * | | | | | Support excluding objects during DFS compaction | Shawn Pearce | 2013-04-16 | 1 | -31/+102 |
| | |_|/ /
| |/| | | |
|
* / | | | | Make recursive merge strategy the default merge strategy | Matthias Sohn | 2013-04-15 | 6 | -9/+10 |
|/ / / / |
|
* | | | | Update PackBitmapIndexRemapper to handle mappings not in the new pack. | Colby Ranger | 2013-04-15 | 1 | -3/+18 |
* | | | | Fix boundary conditions in AutoCRLFOutputStream | Robin Rosenberg | 2013-04-14 | 2 | -36/+34 |
* | | | | NLS warning cleanup | Robin Rosenberg | 2013-04-14 | 2 | -6/+5 |
* | | | | Merge "Fix a possible NPE" | Robin Rosenberg | 2013-04-13 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix a possible NPE | Robin Rosenberg | 2013-04-04 | 1 | -1/+1 |
* | | | | Merge changes I845caede,Ie25c6d3a,I5caec313,Ib11ff99f,I9ccf20c3,Ic7826f29,I1b... | Shawn Pearce | 2013-04-12 | 5 | -260/+233 |
|\ \ \ \ |
|
| * | | | | Always attempt delta compression when reuseDeltas is false | Shawn Pearce | 2013-04-12 | 1 | -1/+1 |
| * | | | | Avoid TemporaryBuffer.Heap on very small deltas | Shawn Pearce | 2013-04-12 | 1 | -25/+60 |
| * | | | | Correct distribution of allowed delta size along chain length | Shawn Pearce | 2013-04-12 | 1 | -113/+49 |
| * | | | | Split remaining delta work on path boundaries | Shawn Pearce | 2013-04-12 | 2 | -28/+44 |
| * | | | | Replace DeltaWindow array with circularly linked list | Shawn Pearce | 2013-04-11 | 2 | -73/+62 |
| * | | | | Micro-optimize copy instructions in DeltaEncoder | Shawn Pearce | 2013-04-11 | 1 | -18/+19 |
| * | | | | Micro-optimize DeltaWindow primary loop | Shawn Pearce | 2013-04-11 | 1 | -8/+7 |
| * | | | | Micro-optimize DeltaWindow maxMemory test to be != 0 | Shawn Pearce | 2013-04-11 | 1 | -8/+5 |
| * | | | | Mark DeltaWindowEntry methods final | Shawn Pearce | 2013-04-10 | 1 | -6/+6 |
* | | | | | Remove DFS locality ordering during packing | Shawn Pearce | 2013-04-12 | 3 | -48/+3 |
* | | | | | Merge "Consider working tree changes when stashing newly added files" | Robin Rosenberg | 2013-04-11 | 2 | -11/+43 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | 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 |
| | |_|/ /
| |/| | | |
|