aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* FetchCommand: Fix detection of submodule recursion modeDavid Pursehouse2017-03-101-0/+6
* FetchCommand: Add basic support for recursing into submodulesDavid Pursehouse2017-03-042-0/+92
* Remove unnecessary @SuppressWarnings("nls")David Pursehouse2017-03-041-1/+0
* Make Repository.normalizeBranchName less strictThomas Wolf2017-03-041-47/+110
* Silence API error caused by changed return type of digest()Matthias Sohn2017-03-011-1/+4
* SHA1: support reset() and reuse instancesShawn Pearce2017-02-261-1/+3
* Switch to pure Java SHA1 for ObjectIdShawn Pearce2017-02-263-14/+36
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-2012-42/+42
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-1919-0/+95
* Branch normalizer should not normalize already valid branch namesMatthias Sohn2017-02-071-5/+11
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-1/+2
* Repository: Include repository name when logging corrupt use countDavid Pursehouse2017-01-271-3/+4
* Normalizer creating a valid branch name from a stringWim Jongman2017-01-181-0/+37
* [infer] Fix resource leak in IndexDiffMatthias Sohn2016-12-211-5/+7
* [infer] Fix resource leak in ObjectCheckerMatthias Sohn2016-12-211-2/+3
* Specify RevisionSyntaxException message in Repository#resolveGrace Wang2016-11-241-3/+11
* Add missing @since tags for new APIMatthias Sohn2016-11-231-0/+1
* Define MonotonicClock interface for advanced timestampsShawn Pearce2016-11-212-0/+86
* RepositoryCache: simplify codeShawn Pearce2016-11-141-6/+3
* Add missing @Override found by ErrorProneShawn Pearce2016-11-143-7/+11
* Deprecate SafeBufferedOutputStreamShawn Pearce2016-11-142-12/+6
* Organize importsDavid Pursehouse2016-11-143-8/+5
* Add {get,set}GitwebDescription to RepositoryShawn Pearce2016-11-141-1/+27
* Merge "Don't serialize internal hash collision chain link"Shawn Pearce2016-11-141-1/+1
|\
| * Don't serialize internal hash collision chain linkThomas Wolf2016-10-291-1/+1
* | Get rid of SoftReference in RepositoryCacheHugo Arès2016-11-132-23/+12
* | Add missing @since tag for new protected field in ObjectReaderMatthias Sohn2016-10-241-2/+3
* | Make streamFileThreshold configurableKevin Corcoran2016-10-241-0/+29
|/
* Move constants used for config-files to ConfigConstantsChristian Halstrick2016-10-232-7/+13
* Implement auto gcMatthias Sohn2016-10-232-0/+43
* TreeFormatter: disallow empty filenames in treesDavid Turner2016-10-191-0/+29
* Add "concurrencyLevel" option to DfsBlockCachePhilipp Marx2016-10-191-0/+7
* Merge branch 'stable-4.5'David Pursehouse2016-10-191-3/+3
|\
| * Config: do not add spaces before unitsDavid Turner2016-10-191-3/+3
* | Merge branch 'stable-4.5'Matthias Sohn2016-10-141-10/+4
|\|
| * Unconditionally close repositories in RepositoryCache.clear()Matthias Sohn2016-10-131-9/+3
| * Fix eviction of repositories with negative usage countHugo Arès2016-10-121-1/+1
* | Remove unused code from class RepositoryRüdiger Herrmann2016-09-301-9/+0
* | RepositoryCache#unregisterAndCloseRepository: Remove unused db parameterDavid Pursehouse2016-09-231-3/+2
* | Merge branch 'stable-4.5'Matthias Sohn2016-09-211-5/+3
|\|
| * Unconditionally close repository in unregisterAndCloseRepositorySaša Živkov2016-09-211-5/+3
* | Add configuration parameter to enable built-in hooks/filtersChristian Halstrick2016-09-201-0/+7
* | Add support for built-in clean filtersChristian Halstrick2016-09-201-0/+7
|/
* Handle all values of branch.[name].rebaseThomas Wolf2016-09-151-2/+46
* Do not fake a SymbolicRef as an ObjectIdRefMasaya Suzuki2016-08-251-2/+7
* Repository: Log negative useCnt message together with stack traceDavid Pursehouse2016-07-261-2/+3
* Push implementation of option stringsDan Wang2016-07-221-4/+42
* BatchRefUpdate: Remove unused namesToCheck variableDan Wang2016-07-151-2/+0
* Merge branch 'stable-4.4'Matthias Sohn2016-07-126-59/+373
|\
| * Log if Repository.useCnt becomes negativeMatthias Sohn2016-07-121-1/+17