aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into stable-7.0Matthias Sohn2024-08-301-26/+0
|\
| * RepoCommand.RemoteReader: Remove @Deprecated methodIvan Frade2024-08-291-26/+0
* | Suppress non-externalized string warningsMatthias Sohn2024-08-282-2/+3
|/
* Merge branch 'stable-6.10'Matthias Sohn2024-08-201-4/+4
|\
| * RepoProject: read the 'dest-branch' attribute of a projectKaushik Lingarkar2024-07-082-0/+28
| * Make RepoProject#setUpstream publicKaushik Lingarkar2024-07-081-1/+1
| * RepoCommand: Add error to ManifestErrorExceptionIvan Frade2024-07-081-1/+1
| * RepoCommand: Copy manifest upstream into .gitmodules ref fieldIvan Frade2024-07-082-0/+4
| * RepoProject: read the "upstream" attribute of a projectIvan Frade2024-07-082-0/+28
* | RepoProject: read the 'dest-branch' attribute of a projectKaushik Lingarkar2024-07-022-0/+28
* | Make RepoProject#setUpstream publicKaushik Lingarkar2024-07-011-1/+1
* | RepoProject: Fix @since tag of new methodsMatthias Sohn2024-06-091-3/+4
* | RepoCommand: Add error to ManifestErrorExceptionIvan Frade2024-06-061-1/+1
* | RepoCommand: Copy manifest upstream into .gitmodules ref fieldIvan Frade2024-05-302-0/+4
* | RepoProject: read the "upstream" attribute of a projectIvan Frade2024-05-302-0/+28
|/
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+2
* [errorprone] Suppress MissingSummary for translation bundlesMatthias Sohn2023-09-251-0/+1
* [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-222-3/+3
* Remove redundant specification of type argumentsMatthias Sohn2023-07-161-1/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-163-7/+8
* BaseSuperprojectWriter: report invalid paths as manifest errorsIvan Frade2022-08-231-1/+2
* RepoCommand: Offer to set extra files in the destination repositoryIvan Frade2022-01-312-3/+46
* RepoCommand: Move bare/regular superproject writing to their own classesIvan Frade2022-01-313-273/+416
* RepoCommand: Do not wrap GitApiExceptions in GitApiExceptionsIvan Frade2021-11-231-4/+3
* Replace XMLReaderFactory deprecated since Java 9Matthias Sohn2021-09-291-3/+5
* RepoCommand: Move building the index for base repos to its own methodIvan Frade2021-08-311-112/+120
* RepoCommand: Retry commit on LockFailureIvan Frade2021-05-261-43/+67
* RepoCommand: Do not set 'branch' if the revision is a tagIvan Frade2021-05-261-2/+6
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-272-2/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-044-152/+20
* Replace chain of if statements with switchCarsten Hammer2019-12-141-41/+53
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-173-18/+16
* Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-09-081-1/+0
|\
| * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-071-1/+0
| |\
| | * RepoText: Remove unused externalized stringDavid Pursehouse2019-09-071-1/+0
| | * Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-191-4/+4
* | | Avoid double wordsMincong HUANG2018-12-211-2/+2
|/ /
* | RepoCommand: Preserve executable bit in <copyfile>Ivan Frade2018-10-312-3/+5
* | RepoCommand.RemoteReader: Add method to read contents and mode of fileIvan Frade2018-10-311-27/+103
* | Format @NonNull on return value as method annotationJonathan Nieder2018-10-091-1/+2
* | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-4/+4
|/
* Merge "Support remove-project node in the manifest parser"Jonathan Nieder2018-08-201-0/+3
|\
| * Support remove-project node in the manifest parserMasaya Suzuki2018-08-201-0/+3
* | Use a TreeMap to construct the list of renamed projectsHan-Wen Nienhuys2018-08-131-2/+2
* | Use project names instead of paths for the submodule nameMasaya Suzuki2018-07-271-34/+57
|/
* RepoCommand: record remote branch, group, shallow bit by defaultJonathan Nieder2018-07-201-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-3/+3
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-12/+4
* RepoCommand: generate relative submodule URLs from absolute URLs.Han-Wen Nienhuys2018-02-211-6/+2
* RepoCommand: don't record new commit if tree did not changeHan-Wen Nienhuys2018-02-191-0/+5