Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-26Fix DescribeCommand with multiple match optionsMatthias Sohn1-10/+8
2018-11-09Fix git-describe tie-breakersHÃ¥vard Wall1-1/+22
2018-10-06Merge branch 'stable-4.10' into stable-4.11Matthias Sohn1-0/+9
2018-10-05Merge branch 'stable-4.9' into stable-4.10Matthias Sohn1-0/+9
2018-10-05Merge branch 'stable-4.8' into stable-4.9Matthias Sohn1-0/+9
2018-10-05Merge branch 'stable-4.7' into stable-4.8Matthias Sohn1-0/+9
2018-10-05SubmoduleAddCommand: Reject submodule URIs that look like cli optionsIvan Frade1-0/+9
2018-03-07MergeCommand: Open RevWalk in try-with-resourceDavid Pursehouse1-6/+1
2018-03-06DiffCommand: Open DiffFormatter in try-with-resourceDavid Pursehouse1-10/+9
2018-03-06CommitCommand: Open InputStream in try-with-resourceDavid Pursehouse1-5/+2
2018-03-05ArchiveCommand: Create archive output stream in try-with-resourceDavid Pursehouse1-3/+3
2018-03-05ApplyCommand: Open FileWriter in try-with-resourceDavid Pursehouse1-3/+3
2018-03-03Add|RemoveNoteComand: Reduce duplicated codeDavid Pursehouse2-33/+7
2018-02-14InitCommand: Don't leave Repository open after Git is closedDavid Pursehouse1-1/+4
2018-02-08Fix CleanCommand not to throw FileNotFoundExceptionsChristian Halstrick1-14/+14
2018-01-22Progress reporting for checkoutMarkus Duft8-0/+96
2018-01-04Fix file handle leak in FetchCommand#fetchSubmodulesTim Hosey1-30/+34
2017-12-29CloneCommand: option to set FS to be usedMarc Strapetz1-0/+20
2017-12-29InitCommand: option to set FS to be usedMarc Strapetz1-0/+20
2017-12-27Add a command to deinitialize submodulesDavid Turner3-1/+436
2017-12-27Use submodule name instead of path as key in configDavid Turner1-2/+3
2017-12-21Fix remaining javadoc errors raised by doclintMatthias Sohn1-2/+1
2017-12-19Fix javadoc leftovers in org.eclipse.jgit api packageMatthias Sohn2-4/+3
2017-12-18EmtpyCommitException: Add TODO to fix misspelled class name in 5.0David Pursehouse1-1/+1
2017-12-18Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn92-722/+1387
2017-12-13Merge branch 'stable-4.9'David Pursehouse1-1/+1
2017-12-12TransportCommand#setTimeout: Specify units for timeout in JavadocDavid Turner1-1/+1
2017-12-08CloneCommand: Refactor listing of files in deleteChildrenDavid Pursehouse1-3/+3
2017-11-15TreeWalk: Make getEolStreamType(OperationType) publicDavid Pursehouse2-3/+10
2017-09-30ReflogWriter: Align auto-creation defaults with C gitDave Borowitz2-0/+2
2017-09-30Ensure ReflogWriter only works with a RefDirectoryDave Borowitz1-3/+12
2017-09-20SubmoduleUpdateCommand: Add fetch callbackDavid Pursehouse1-4/+18
2017-09-20Fetch submodule repo before resolving commitsMichael FIG1-1/+28
2017-09-07Add FetchCommand#setRefSpecs(String...) variantDave Borowitz1-5/+16
2017-08-29Cleanup: Remove trailing whitespaceMatthias Sohn2-4/+4
2017-08-27FetchCommand: pass on CredentialsProvider to submodule fetchesThomas Wolf1-0/+1
2017-08-27Fix path pattern matching to work also for gitattributesThomas Wolf1-1/+2
2017-08-25Fix default directory set when setDirectory wasn't called.Joan Goyeau1-2/+13
2017-08-15Send a detailed event on working tree modificationsThomas Wolf6-13/+89
2017-07-28Fix committing empty commitsChristian Halstrick1-1/+1
2017-07-25Add missing newlines at ends of Java filesDavid Pursehouse2-2/+2
2017-06-21Fix bug in multiple tag handling on DescribeCommandOliver Lockwood1-23/+37
2017-06-19Support --match functionality in DescribeCommandOliver Lockwood1-4/+43
2017-06-16Allow to programmatically set FastForwardMode for PullCommandMatthias Sohn1-5/+29
2017-06-16Add support for config "pull.ffMattias Neuling1-0/+11
2017-06-16Fetch/PullCommand: Improve Javadoc of setRecurseSubmodulesDavid Pursehouse2-2/+13
2017-06-15Improve javadoc for MergeCommand.setFastForward()Matthias Sohn1-3/+7
2017-06-11Fetch: Add --recurse-submodules and --no-recurse-submodules optionsDavid Pursehouse1-0/+34
2017-06-09SubmoduleUpdateCommand#setCallback should return 'this'Matthias Sohn1-1/+3
2017-06-08CloneCommand#setCallback should return 'this'David Pursehouse1-1/+3

Back to the top