]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2017-10-05 Matthias SohnAdd photon target platform jgit-4.8.target 57/106057/3
2017-10-01 Ned TwiggCheckout now reports failures through exceptions. 92/105592/3
2017-09-30 Dmitry NeverovTerminate StreamCopy threads in case of errors 03/92903/4
2017-09-30 Dave BorowitzReflogWriter: Align auto-creation defaults with C git 97/102397/5
2017-09-30 Dave BorowitzSupport force writing reflog on a per-update basis 96/102396/5
2017-09-30 Dave BorowitzEnsure ReflogWriter only works with a RefDirectory 95/102395/5
2017-09-30 David PursehouseChangeIdUtilTest: Remove unused notestCommitDashV 49/106049/2
2017-09-30 Pepper Lebeck... Add the args4j jar 45/106045/2
2017-09-26 Thomas WolfHttpConfig: load user config before reading values... 10/105810/1
2017-09-23 Thomas WolfLoad the user config before modifying it 52/105652/1
2017-09-21 Ned TwiggAdded API to TextBuiltin for piped usage. 50/104050/4
2017-09-20 David PursehouseSubmoduleUpdateCommand: Add fetch callback 69/105169/2
2017-09-20 Michael FIGFetch submodule repo before resolving commits 07/100307/5
2017-09-13 Thomas WolfHandle SSL handshake failures in TransportHttp 22/104222/7
2017-09-10 Thomas WolfSupport http.<url>.* configs 93/103993/5
2017-09-09 David PursehouseAdd PushConfig class with PushRecurseSubmodulesMode 76/103676/11
2017-09-07 Matthias SohnImplement CommandRef.toString() to help debugging 85/104685/1
2017-09-07 Thomas WolfFix missing RefsChangedEvent when packed refs are used 30/104330/3
2017-09-07 Dave BorowitzAdd FetchCommand#setRefSpecs(String...) variant 44/104644/1
2017-09-07 Shawn PearceReceivePack: clear advertised .haves if application... 18/104618/2
2017-09-06 Shawn PearceDfsGarbageCollector: support disabling conversion to... 17/104617/1
2017-09-06 Shawn PearceRemove dead warning about minUpdaeIndex and maxUpdateIn... 97/104597/1
2017-09-06 David PursehouseMerge "Remove no longer needed API problem filters"
2017-09-05 Matthias SohnRemove no longer needed API problem filters 05/104405/1
2017-09-05 David PursehouseStop using deprecated CmdLineException constructors 45/104345/2
2017-09-05 David PursehouseUntrackedFilesHandler: Fix non-localized string 44/104344/2
2017-09-05 David PursehouseMain: Replace deprecated ExampleMode with OptionHandler... 15/104315/2
2017-09-05 David PursehouseObjectCheckerTest: Factor duplicate instances out to... 31/104131/3
2017-09-05 David PursehouseSubmoduleConfigTest: Add additional tests in fetchRecur... 34/104234/3
2017-09-05 David PursehouseSubmoduleConfig: Simplify #toConfigValue 44/103744/6
2017-09-05 Shawn PearceMerge changes from topic 'dfs-reftable'
2017-09-05 Shawn Pearcedfs: write reftable from DfsGarbageCollector 72/101472/18
2017-09-05 Shawn Pearcedfs: compact reftables during DfsPackCompactor 08/102608/10
2017-09-04 Matthias SohnRemove final modifier on args4j option or argument... 04/104304/2
2017-09-04 Thomas WolfFix Daemon.stop() to actually stop the listener thread 64/104264/3
2017-09-04 Shawn PearceMerge "Remove workaround for bug in Java's ReferenceQueue"
2017-09-04 Matthias SohnRemove workaround for bug in Java's ReferenceQueue 45/104245/2
2017-09-04 Thomas WolfUse Config.getEnum() to read the IgnoreSubmoduleMode 18/103818/7
2017-09-04 Thomas WolfDon't assume name = path in .gitmodules 58/62358/6
2017-09-02 David PursehouseUpgrade Maven compiler plugins 30/104130/2
2017-09-01 David PursehouseUpgrade args4j to 2.33 in the bazel build 29/104129/1
2017-09-01 Matthias SohnAdd org.apache.commons.codec 1.9.0 to target platform 21/103921/3
2017-09-01 David PursehouseMerge "Fix some tests for running in bazel"
2017-09-01 David PursehouseMerge "Update args4j to 2.33"
2017-08-31 David PursehouseFsckPackParser: Fix warning about int being boxed to... 73/104073/3
2017-08-31 Thomas WolfFix some tests for running in bazel 90/104090/1
2017-08-31 David PursehouseFsckPackParser: Fix "Empty block should be documented... 71/104071/2
2017-08-31 David PursehouseFsckPackParser: Fix warnings about variable hiding 70/104070/2
2017-08-31 David PursehouseSilence API errors caused by adding enum constants... 69/104069/2
2017-08-31 Thomas WolfAdd dependency to jsch for OpenSshConfigTest to bazel... 78/104078/1
2017-08-31 Shawn PearceMerge changes from topic 'dfs-reftable'
2017-08-30 Shawn PearceMerge changes from topic 'fsck'
2017-08-30 Shawn PearceDfsFsck: reduce memory usage during verifyIndex 14/103914/2
2017-08-30 Shawn PearceDfsFsck: refactor pack verify into its own method 13/103913/2
2017-08-30 Shawn PearceDfsFsck: run connectivity check pass exactly once 11/103911/1
2017-08-30 Matthias SohnUpdate args4j to 2.33 45/85445/6
2017-08-30 Robin StockerFix compilation errors with args4j 2.0.23 and later 62/14662/3
2017-08-30 Matthias SohnCleanup: Remove redundant type arguments 06/103906/3
2017-08-30 Matthias SohnCleanup: Remove unnecessary $NON-NLS$ tags 05/103905/3
2017-08-30 Matthias SohnCleanup: Organize imports 04/103904/2
2017-08-30 Matthias SohnPartially revert c0ad77d8 "Enhance Eclipse save actions" 10/103910/1
2017-08-29 Matthias SohnCleanup: Remove trailing whitespace 03/103903/1
2017-08-29 Matthias SohnPartially revert c0ad77d8 "Enhance Eclipse save actions" 02/103902/1
2017-08-29 Thomas WolfPass along the original exception when an ssh connectio... 70/103870/2
2017-08-28 Shawn Pearcedfs: helper to open multiple reftables 07/102607/8
2017-08-28 Shawn Pearcedfs: expose DfsReftable from DfsObjDatabase 51/101851/10
2017-08-28 Shawn Pearcedfs: support reading reftables through DfsBlockCache 66/101366/17
2017-08-28 Shawn PearceMerge "reftable: explicitly store update_index per...
2017-08-28 David PursehouseMerge "Enhance Eclipse save actions"
2017-08-28 Terry ParkerMerge "Add BlobObjectChecker"
2017-08-28 Matthias SohnEnhance Eclipse save actions 35/103735/2
2017-08-28 Masaya SuzukiAdd BlobObjectChecker 30/102830/4
2017-08-27 Thomas WolfFetchCommand: pass on CredentialsProvider to submodule... 37/103737/2
2017-08-27 Thomas WolfExclude file matching: fix backtracking on match failur... 27/103027/6
2017-08-27 Thomas WolfFix path pattern matching to work also for gitattributes 21/103021/9
2017-08-27 Thomas WolfAdd new tests for gitignore/gitattribute pattern matching 36/103036/3
2017-08-26 Thomas WolfIgnore invalid TagOpt values 47/103447/4
2017-08-26 Thomas WolfAdd a getter for a list of RefSpecs to Config 23/103423/3
2017-08-26 Thomas WolfImprove getting typed values from a Config 02/103102/4
2017-08-26 Matthias SohnFix unthrown exception errors in CloneCommandTest 28/103728/1
2017-08-26 David PursehouseMerge "Fix JGit set core.fileMode to false by default...
2017-08-26 David PursehouseMerge "Fix default directory set when setDirectory...
2017-08-26 David PursehouseFileMode: Remove unnecessary @SuppressWarnings("synthet... 78/103678/2
2017-08-25 Matthias SohnAdd toString() methods to OpenSshConfig to help debugging 26/103726/2
2017-08-25 Thomas WolfDo most %-token substitutions in OpenSshConfig 68/99068/4
2017-08-25 Thomas WolfLet Jsch know about ~/.ssh/config 67/99067/4
2017-08-25 Jonathan NiederMerge "Consume request body before flushing the buffer"
2017-08-25 Masaya SuzukiShow error message for non-git clients 22/103722/1
2017-08-25 Masaya SuzukiConsume request body before flushing the buffer 21/103721/2
2017-08-25 Joan GoyeauFix default directory set when setDirectory wasn't... 81/101581/11
2017-08-24 David PursehouseObjectToPack: Add missing @Override annotation 94/103594/1
2017-08-23 Thomas WolfCleanup: message reporting for HTTP redirect handling 14/103514/1
2017-08-22 Thomas WolfDo authentication re-tries on HTTP POST 42/99442/10
2017-08-21 Shawn Pearcereftable: explicitly store update_index per ref 31/103331/2
2017-08-18 David PursehouseMerge changes Id3994e2d,I5e2a2868,I255af794
2017-08-18 David PursehouseLongObjectIdTest: Add back self comparison test 65/103265/2
2017-08-18 David PursehouseFormat BUILD files with buildifier 64/103264/2
2017-08-18 David PursehouseBazel: Add missing dependency in org.eclipse.jgit.http... 63/103263/2
2017-08-17 Shawn Pearcereftable: reserve standard PackExt 65/101365/26
2017-08-17 Shawn Pearcereftable: resolve symbolic references 50/101850/21
next