Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Fix reading of ref names containing characters that sort before / | Robin Rosenberg | 2011-07-22 | 2 | -2/+39 | |
* | | | | | | Merge "Fix offset64 creation for objects at 2 GiB" | Robin Rosenberg | 2011-08-10 | 1 | -3/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix offset64 creation for objects at 2 GiB | Shawn O. Pearce | 2011-08-08 | 1 | -3/+6 | |
| | |/ / / / | |/| | | | | ||||||
* / | | | | | Add isSuccessful to MergeStatus, RebaseResult.Status and PullResult | Robin Stocker | 2011-08-09 | 3 | -7/+88 | |
|/ / / / / | ||||||
* | | | | | Merge changes I58110f17,I440baa64,Ic77dcac5 | Shawn O. Pearce | 2011-08-05 | 2 | -11/+32 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | PackWriter: Skip progress messages on fast operations | Shawn O. Pearce | 2011-07-28 | 1 | -2/+14 | |
| * | | | | IndexPack: Defer the "Resolving deltas" progress meter | Shawn O. Pearce | 2011-07-28 | 1 | -0/+7 | |
| * | | | | IndexPack: Fix "Resolving deltas" progress meter | Shawn O. Pearce | 2011-07-28 | 1 | -9/+11 | |
* | | | | | Reuse ObjectReader for all objects touched during checkout | Matthias Sohn | 2011-08-02 | 3 | -65/+119 | |
* | | | | | Don't hard-code section names, use ConfigConstants instead | Tomasz Zarna | 2011-08-02 | 1 | -1/+2 | |
|/ / / / | ||||||
* | | | | Make PackReverseIndex a public structure | Shawn O. Pearce | 2011-07-28 | 1 | -4/+4 | |
* | | | | Make lookup methods on PackIndex public | Shawn O. Pearce | 2011-07-28 | 3 | -25/+43 | |
* | | | | PackIndex: Support reading from any InputStream | Shawn O. Pearce | 2011-07-28 | 1 | -12/+36 | |
* | | | | Add String form of PackInvalidException constructor | Shawn O. Pearce | 2011-07-28 | 1 | -1/+11 | |
* | | | | Add copy constructor to PackConfig | Shawn O. Pearce | 2011-07-27 | 1 | -0/+23 | |
* | | | | Don't close ObjectDatabase after parsing pack | Shawn O. Pearce | 2011-07-27 | 1 | -1/+0 | |
| |/ / |/| | | ||||||
* | | | Merge doesn't remove empty folders | Tomasz Zarna | 2011-07-13 | 2 | -1/+42 | |
* | | | Add support for reseting on directories | Dariusz Luksza | 2011-07-12 | 2 | -7/+54 | |
* | | | Fixed creation of branch from a tag | Sasa Zivkov | 2011-07-12 | 2 | -1/+29 | |
* | | | Merge "Merge in JGit CLI is missing break statement" | Chris Aniszczyk | 2011-07-12 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | Merge in JGit CLI is missing break statement | Tomasz Zarna | 2011-07-12 | 1 | -0/+1 | |
* | | | | Cleanup directories leftover by test. | Adrian Goerler | 2011-07-07 | 4 | -49/+27 | |
* | | | | Cloning should fail when destination directory exists and is not empty | Adrian Goerler | 2011-07-06 | 5 | -0/+48 | |
* | | | | Do not catch Exception in test cases | Stefan Lay | 2011-07-06 | 2 | -153/+115 | |
* | | | | Merge "Cleanup curly braces" | Christian Halstrick | 2011-07-06 | 1 | -16/+9 | |
|\ \ \ \ | ||||||
| * | | | | Cleanup curly braces | Adrian Goerler | 2011-07-06 | 1 | -16/+9 | |
* | | | | | Merge "Add lookup to remote config if the refSpec is not explicitly set" | Christian Halstrick | 2011-07-06 | 2 | -0/+77 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Add lookup to remote config if the refSpec is not explicitly set | Stefan Lay | 2011-07-04 | 2 | -0/+77 | |
* | | | | | Merge "Enable PlotWalk to show additional refs" | Shawn Pearce | 2011-07-01 | 1 | -0/+23 | |
|\ \ \ \ \ | ||||||
| * | | | | | Enable PlotWalk to show additional refs | Stefan Lay | 2011-07-01 | 1 | -0/+23 | |
| |/ / / / | ||||||
* | | | | | Merge "Improve performance when writing trees and small blobs" | Shawn O. Pearce | 2011-07-01 | 1 | -4/+56 | |
|\ \ \ \ \ | ||||||
| * | | | | | Improve performance when writing trees and small blobs | Shawn O. Pearce | 2011-06-24 | 1 | -4/+56 | |
* | | | | | | Merge "TemporaryBuffer: Fix reading from in-memory InputStream" | Shawn O. Pearce | 2011-07-01 | 2 | -2/+18 | |
|\| | | | | | ||||||
| * | | | | | TemporaryBuffer: Fix reading from in-memory InputStream | Shawn O. Pearce | 2011-06-24 | 2 | -2/+18 | |
* | | | | | | Merge "Implement Serializable interface in PersonIdent class." | Shawn Pearce | 2011-07-01 | 1 | -1/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Implement Serializable interface in PersonIdent class. | Kevin Sawicki | 2011-06-30 | 1 | -1/+4 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge "Fix compilation with Java 1.5" | Matthias Sohn | 2011-07-01 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fix compilation with Java 1.5 | Carsten Pfeiffer | 2011-06-29 | 1 | -2/+2 | |
* | | | | | | DirCacheCheckout: unlock DirCache in case of failure | Jens Baumgart | 2011-06-29 | 1 | -0/+10 | |
|/ / / / / | ||||||
* | | | | | Merge "RFC: Ugly fix for i18n of metaVar CLI arguments" | Shawn Pearce | 2011-06-24 | 2 | -0/+67 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | RFC: Ugly fix for i18n of metaVar CLI arguments | Robin Rosenberg | 2011-06-20 | 2 | -0/+67 | |
* | | | | | Add ReflogCommand | Chris Aniszczyk | 2011-06-22 | 3 | -0/+202 | |
* | | | | | Refactor out ReflogEntry | Chris Aniszczyk | 2011-06-20 | 5 | -95/+146 | |
| |/ / / |/| | | | ||||||
* | | | | Merge changes Ie393fb8b,Ib11a077a | Robin Rosenberg | 2011-06-17 | 8 | -42/+208 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | Push errors back over sideband when possible | Shawn O. Pearce | 2011-06-09 | 6 | -41/+183 | |
| * | | Report progress while updating references | Shawn O. Pearce | 2011-06-09 | 4 | -1/+25 | |
* | | | Fix IndexOutOfBoundsException when parsing PersonIdent | Marc Strapetz | 2011-06-14 | 2 | -2/+17 | |
|/ / | ||||||
* | | Merge branch 'stable-1.0' | Matthias Sohn | 2011-06-09 | 26 | -27/+547 | |
|\ \ | |/ |/| | ||||||
| * | Prepare post JGit v1.0.0.201106090707-r buildsstable-1.0 | Matthias Sohn | 2011-06-09 | 40 | -69/+69 | |
| * | JGit v1.0.0.201106090707-rv1.0.0.201106090707-r | Matthias Sohn | 2011-06-09 | 40 | -69/+69 |