Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ConfigConstants: Add constants for i18n.logOutputEncoding | David Pursehouse | 2018-09-30 | 1 | -0/+14 |
* | SidebandInputStream: Specify charset when calling String.getBytes() | David Pursehouse | 2018-09-30 | 1 | -1/+1 |
* | MergeFormatter{Pass}: Use Charset instead of String | David Pursehouse | 2018-09-30 | 3 | -10/+116 |
* | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-30 | 8 | -28/+31 |
* | UploadPack: support deepen-since in protocol v2 | Jonathan Tan | 2018-09-27 | 3 | -12/+76 |
* | DepthGenerator: remove redundant depth check | Jonathan Tan | 2018-09-27 | 1 | -2/+1 |
* | Explicitly specify charset when constructing BufferedReader | David Pursehouse | 2018-09-26 | 1 | -3/+3 |
* | Explicitly specify charset in constructor of InputStreamReader | David Pursehouse | 2018-09-26 | 1 | -1/+4 |
* | Make inner classes static where possible | David Pursehouse | 2018-09-26 | 2 | -2/+2 |
* | Fix @since tag on RefDatabase#getRefsByPrefix | Matthias Sohn | 2018-09-25 | 1 | -3/+3 |
* | Using getRefsByPrefix with multiple prefixes | Minh Thai | 2018-09-24 | 2 | -15/+14 |
* | Query references by multiple prefixes | Minh Thai | 2018-09-24 | 1 | -0/+25 |
* | Fix Mylyn commit message template | Michael Keppler | 2018-09-23 | 1 | -1/+1 |
* | Config.set-methods should not touch lines from included files | Marc Strapetz | 2018-09-20 | 1 | -5/+12 |
* | Don't inline included configs on FileBasedConfig.save() | Marc Strapetz | 2018-09-20 | 1 | -0/+2 |
* | ConfigLine.includedFrom stores source, if it was read from included file | Marc Strapetz | 2018-09-20 | 2 | -5/+10 |
* | Merge branch 'stable-5.1' | David Pursehouse | 2018-09-18 | 1 | -7/+12 |
|\ | |||||
| * | Merge branch 'stable-5.0' into stable-5.1 | David Pursehouse | 2018-09-18 | 1 | -7/+12 |
| |\ | |||||
| | * | Merge branch 'stable-4.11' into stable-5.0 | David Pursehouse | 2018-09-18 | 1 | -7/+12 |
| | |\ | |||||
| | | * | Merge branch 'stable-4.10' into stable-4.11 | David Pursehouse | 2018-09-18 | 1 | -7/+12 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-4.9' into stable-4.10 | David Pursehouse | 2018-09-18 | 1 | -7/+12 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-4.8' into stable-4.9 | David Pursehouse | 2018-09-18 | 1 | -7/+12 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-4.7' into stable-4.8 | David Pursehouse | 2018-09-18 | 1 | -7/+12 |
| | | | | | |\ | |||||
| | | | | | | * | Fix IOException when LockToken#close fails | Matthias Sohn | 2018-09-15 | 1 | -7/+12 |
| | * | | | | | | Merge branch 'stable-4.11' into stable-5.0 | David Pursehouse | 2018-09-12 | 3 | -1/+4 |
| | |\| | | | | | |||||
| | | * | | | | | Merge branch 'stable-4.10' into stable-4.11 | David Pursehouse | 2018-09-12 | 3 | -2/+5 |
| | | |\| | | | | |||||
| | | | * | | | | Merge branch 'stable-4.9' into stable-4.10 | David Pursehouse | 2018-09-12 | 3 | -2/+5 |
| | | | |\| | | | |||||
| | | | | * | | | Merge branch 'stable-4.8' into stable-4.9 | David Pursehouse | 2018-09-12 | 3 | -2/+5 |
| | | | | |\| | | |||||
| | | | | | * | | Merge branch 'stable-4.7' into stable-4.8 | David Pursehouse | 2018-09-12 | 3 | -2/+10 |
| | | | | | |\| | |||||
| | | | | | | * | Fix NoSuchFileException during directory cleanup in RefDirectory | Matthias Sohn | 2018-09-12 | 1 | -1/+1 |
| | | | | | | * | Externalize warning message in RefDirectory.delete() | Matthias Sohn | 2018-09-11 | 3 | -1/+4 |
| | | | | | | * | Suppress warning for trying to delete non-empty directory | Thomas Wolf | 2018-09-11 | 1 | -0/+5 |
| | | | | | | * | Prepare 4.7.4-SNAPSHOT builds | Matthias Sohn | 2018-09-09 | 3 | -45/+45 |
| | | | | | | * | JGit v4.7.3.201809090215-rv4.7.3.201809090215-r | Matthias Sohn | 2018-09-09 | 3 | -4/+4 |
* | | | | | | | | Set TagOpt.AUTO_FOLLOW when not cloning all branches | Thomas Wolf | 2018-09-15 | 1 | -8/+8 |
* | | | | | | | | Fix fetch refspecs when not cloning all branches | Thomas Wolf | 2018-09-15 | 1 | -13/+10 |
* | | | | | | | | Move ls-refs parsing code to the ProtocolV2Parser | Ivan Frade | 2018-09-14 | 2 | -24/+49 |
* | | | | | | | | Merge "Remove unused API problem filters" | David Pursehouse | 2018-09-13 | 1 | -21/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Remove unused API problem filters | David Pursehouse | 2018-09-14 | 1 | -21/+0 |
* | | | | | | | | | Untangle UploadPack.processShallow | Ivan Frade | 2018-09-13 | 1 | -27/+32 |
|/ / / / / / / / | |||||
* | | | | | | | | UploadPack.fetchV2: Make shallow commits list non-nullable | Ivan Frade | 2018-09-13 | 1 | -5/+6 |
* | | | | | | | | Merge branch 'stable-5.1' | David Pursehouse | 2018-09-13 | 1 | -3/+6 |
|\| | | | | | | | |||||
| * | | | | | | | Fix logging null if called process fails | Cliffred van Velzen | 2018-09-12 | 1 | -3/+6 |
* | | | | | | | | Merge branch 'stable-5.1' | Matthias Sohn | 2018-09-12 | 2 | -11/+5 |
|\| | | | | | | | |||||
| * | | | | | | | Prepare 5.1.1-SNAPSHOT builds | Matthias Sohn | 2018-09-11 | 3 | -49/+49 |
| * | | | | | | | JGit v5.1.0.201809111528-rv5.1.0.201809111528-r | Matthias Sohn | 2018-09-11 | 3 | -4/+4 |
| * | | | | | | | Fix replacement quoting for replaceAll in filter command | Markus Duft | 2018-09-10 | 1 | -1/+3 |
| * | | | | | | | Merge branch 'stable-5.0' into stable-5.1 | Matthias Sohn | 2018-09-10 | 1 | -0/+6 |
| |\| | | | | | | |||||
| | * | | | | | | Merge branch 'stable-4.11' into stable-5.0 | Matthias Sohn | 2018-09-10 | 1 | -0/+6 |
| | |\| | | | | | |||||
| | | * | | | | | Prepare 4.11.3-SNAPSHOT builds | Matthias Sohn | 2018-09-10 | 3 | -49/+49 |