aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* Implement AutoClosable interface on classes that used release()Matthias Sohn2015-02-092-4/+32
* Implement AutoClosable interface to support try-with-resources blockMatthias Sohn2015-02-093-3/+3
* Merge branch 'stable-3.7'Matthias Sohn2015-02-041-0/+7
|\
| * Introduce hook support into the FS implementationsLaurent Goubet2015-02-021-0/+7
* | Add BatchRefUpdate#toString()Dave Borowitz2015-01-271-0/+16
|/
* Add basic support for .gitattributesArthur Daussy2015-01-073-0/+27
* Trim author/committer name and email in commit headerRüdiger Herrmann2015-01-031-2/+2
* Merge branch 'stable-3.5' into stable-3.6Matthias Sohn2014-12-192-14/+133
|\
| * Merge branch 'stable-3.4' into stable-3.5Matthias Sohn2014-12-182-14/+133
| |\
| | * ObjectChecker: Disallow names potentially mapping to ".git" on HFS+Matthias Sohn2014-12-181-0/+87
| | * ObjectChecker: Disallow Windows shortname "GIT~1"Christian Halstrick2014-12-181-0/+11
| | * ObjectChecker: Disallow ".git." and ".git<space>"Shawn Pearce2014-12-181-2/+26
| | * Always ignore case when forbidding .git in ObjectCheckerShawn Pearce2014-12-181-6/+4
| | * Detect buffering failures while writing rebase todo fileShawn Pearce2014-11-251-7/+6
* | | Support the new repository layout for submodulesChristian Halstrick2014-12-151-0/+7
* | | Allow explicit configuration of git directory in InitCommandChristian Halstrick2014-12-151-1/+15
* | | Fix tests on windows by closing reposChristian Halstrick2014-12-121-20/+27
* | | Move checkPath from DirCacheCheckout to ObjectCheckerShawn Pearce2014-11-282-6/+44
* | | Let RepositoryBuilder find bare reposChristian Halstrick2014-11-121-1/+5
* | | Introduce config parameter core.trustfolderstatChristian Halstrick2014-11-121-0/+6
* | | Fix javadoc formatting in ConfigConstantsMatthias Sohn2014-11-121-23/+15
* | | Fix possible NPE in IndexDiff when not all submodules are clonedChristian Halstrick2014-11-091-20/+22
* | | Add missing @since tagsChristian Halstrick2014-11-091-0/+1
* | | Merge "Implement atomic refs update, if possible by database"Shawn Pearce2014-11-071-0/+8
|\ \ \
| * | | Implement atomic refs update, if possible by databaseStefan Beller2014-11-071-0/+8
* | | | Do not swallow exception if IndexDiff hits invalid ignore paramMatthias Sohn2014-11-061-1/+3
* | | | Fix non-externalized string warnings in IndexDiffMatthias Sohn2014-11-061-2/+2
* | | | Add new method IndexDiff#getPathsWithIndexModeAxel Richard2014-11-061-0/+32
|/ / /
* | | Add missing @since tagsMatthias Sohn2014-11-032-1/+7
* | | Support for Submodule configuration submodule.<name>.ignoreChristian Halstrick2014-11-032-12/+109
* | | Fixed API violation errors for 3.6 in ConfigConstantsAndrey Loskutov2014-09-241-2/+10
* | | Add "aggressive" option to GCChristian Halstrick2014-09-191-0/+6
|/ /
* | Windows: Hide the .git directory if hidedotfiles is set to non-falseRobin Rosenberg2014-09-042-0/+20
* | Strip "<", ">", and "\n" from name/email in UserConfigRobin Stocker2014-08-211-2/+6
* | Fix minor spelling error in commentRobin Rosenberg2014-08-191-1/+1
* | Add a method to ObjectInserter to read back inserted objectsDave Borowitz2014-08-131-0/+24
* | Add isRebase to API of BranchConfigRobin Stocker2014-08-031-3/+11
* | Enhance BranchConfig API to expose branch.* optionsRobin Stocker2014-08-031-18/+47
* | Preserve merges during pull if configured to do soKonrad Kügler2014-07-151-0/+7
* | Repository.writeMergeHeads to accept a list with subtypes of ObjectIdKonrad Kügler2014-07-141-2/+2
|/
* Handle the revision attribute in repo manifest.Yuxuan 'fishy' Wang2014-05-091-0/+22
* Add methods to Repository to handle remote namesRobin Rosenberg2014-04-271-0/+43
* Fix ObjectChecker when normalization is enabledShawn Pearce2014-04-031-1/+1
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-296-15/+15
* Check for duplicate names after folding case in ObjectCheckerShawn Pearce2014-03-121-1/+69
* Change DirCacheCheckout to verify path using ObjectCheckerShawn Pearce2014-03-121-22/+45
* Reject mixed case .git on Mac OS in ObjectCheckerShawn Pearce2014-03-121-1/+17
* Reject special Windows device names in ObjectCheckerShawn Pearce2014-03-121-4/+66
* Allow an ObjectChecker to reject special characters for WindowsShawn Pearce2014-03-121-2/+55
* Reject '.git' as a tree name in ObjectCheckerShawn Pearce2014-03-121-4/+17