2015-06-18 |
Dave Borowitz | SignedPushConfig: Allow setting a custom nonce generato... 61/50461/1 |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Dave Borowitz | PackCertificateParser: return null if nothing was received 51/50451/2 |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Dave Borowitz | Include push certificates in RefUpdate 47/50447/2 |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Dave Borowitz | Remove redundant @since tags in new signed push classes 46/50446/1 |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Dave Borowitz | Add a separate type for the identity in a push certificate 94/50394/4 |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Dave Borowitz | PushCertificateParser: include begin/end lines in signature 96/50296/6 |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Dave Borowitz | PushCertificateParser: throw PackProtocolException... 95/50295/6 |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Dave Borowitz | Extract a class for signed push configuration 94/50294/6 |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Dave Borowitz | BaseReceivePack: fix reading cert lines in command... 93/50293/4 |
commit | commitdiff | tree | snapshot |
2015-06-17 |
Matthias Sohn | Silence API warnings introduced by a85e817d 95/50395/1 |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Terry Parker | Update comments about PackStatistics 91/50291/1 |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Terry Parker | Add the set of shallow commits to PackStatistics 21/50221/2 |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Dave Borowitz | Add tests for HMACSHA1NonceGenerator 83/50183/2 |
commit | commitdiff | tree | snapshot |
2015-06-12 |
Shawn Pearce | Merge "Introduce PostUploadHook to replace UploadPackLo... |
commit | commitdiff | tree | snapshot |
2015-06-12 |
Terry Parker | Introduce PostUploadHook to replace UploadPackLogger 30/50130/5 |
commit | commitdiff | tree | snapshot |
2015-06-11 |
Jonathan Nieder | Treat CloneCommand.setBranch(null) as setBranch("HEAD") 78/49978/2 |
commit | commitdiff | tree | snapshot |
2015-06-11 |
Jonathan Nieder | Treat CloneCommand.setRemote(null) as setRemote("origin") 77/49977/2 |
commit | commitdiff | tree | snapshot |
2015-06-11 |
Jonathan Nieder | Document CloneCommand.setURI(null) 76/49976/2 |
commit | commitdiff | tree | snapshot |
2015-06-11 |
Jonathan Nieder | Handle null in ProgressMonitor setters 80/49980/2 |
commit | commitdiff | tree | snapshot |
2015-06-11 |
Jonathan Nieder | Document CloneCommand.setDirectory(null) and setGitDir... 79/49979/2 |
commit | commitdiff | tree | snapshot |
2015-06-11 |
Jonathan Nieder | Require all projects to have a name 81/49981/3 |
commit | commitdiff | tree | snapshot |
2015-06-11 |
Dave Borowitz | Merge topic 'push-cert-2' |
commit | commitdiff | tree | snapshot |
2015-06-11 |
Dave Borowitz | Rewrite push certificate parsing 66/49966/7 |
commit | commitdiff | tree | snapshot |
2015-06-11 |
Christian Halstrick | Merge "submodule test: Use config.unset instead of... |
commit | commitdiff | tree | snapshot |
2015-06-11 |
Christian Halstrick | Merge "Add new submodule layout to SubmoduleAddCommand" |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Dave Borowitz | Allow trailing newlines in receive-pack 65/49965/5 |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Christian Halstrick | Add new submodule layout to SubmoduleAddCommand 34/49734/2 |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Jonathan Nieder | Tweak exception Javadoc to be eclipse-clean 75/49975/1 |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Jonathan Nieder | submodule test: Use config.unset instead of setting... 74/49974/1 |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Jonathan Nieder | Merge changes I38e1798e,Id1fe1c20,I945ba188,I2c6be9cb |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Shawn Pearce | Merge "UploadPack: Use reachable-sha1-in-want configura... |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Jonathan Nieder | Add missing imports for javadoc to ObjectCountCallback 81/49881/1 |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Jonathan Nieder | Merge "Fix public API issues introduced in I1baeedcc6946." |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Yuxuan 'fishy... | Fix public API issues introduced in I1baeedcc6946. 72/49872/3 |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Matthias Sohn | Document empty catch block to silence warning 68/49868/2 |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Jonathan Nieder | Merge "Fix imports in BundleWriter" |
commit | commitdiff | tree | snapshot |
2015-06-09 |
Matthias Sohn | Fix imports in BundleWriter 66/49866/2 |
commit | commitdiff | tree | snapshot |
2015-06-09 |
Jonathan Nieder | Merge "Add missing javadoc @param for new method setObj... |
commit | commitdiff | tree | snapshot |
2015-06-09 |
Jonathan Nieder | Merge "Revert "Config: Distinguish between empty and... |
commit | commitdiff | tree | snapshot |
2015-06-09 |
Matthias Sohn | Add missing javadoc @param for new method setObjectCoun... 65/49865/2 |
commit | commitdiff | tree | snapshot |
2015-06-09 |
Matthias Sohn | Remove no longer used API warning filter for FileUtil 64/49864/1 |
commit | commitdiff | tree | snapshot |
2015-06-09 |
Jonathan Nieder | Revert "Config: Distinguish between empty and null... 62/49862/3 |
commit | commitdiff | tree | snapshot |
2015-06-09 |
Yuxuan 'fishy... | Fix a javadoc typo in RepoProject. 56/49856/1 |
commit | commitdiff | tree | snapshot |
2015-06-09 |
Yuxuan 'fishy... | Callback in PackWriter & BundleWriter. 86/49486/6 |
commit | commitdiff | tree | snapshot |
2015-06-09 |
Fredrik Medley | UploadPack: Use reachable-sha1-in-want configuration 52/49652/2 |
commit | commitdiff | tree | snapshot |
2015-06-09 |
Matthias Sohn | Merge branch 'stable-4.0' 02/49802/2 |
commit | commitdiff | tree | snapshot |
2015-06-09 |
Matthias Sohn | Prepare 4.0.1-SNAPSHOT builds 87/49787/1 |
commit | commitdiff | tree | snapshot |
2015-06-09 |
Matthias Sohn | JGit v4.0.0.201506090130-r 29/49729/1 v4.0.0.201506090130-r |
commit | commitdiff | tree | snapshot |
2015-06-08 |
Jonathan Nieder | Add missing # to javadoc comment 90/49690/1 |
commit | commitdiff | tree | snapshot |
2015-06-08 |
Matthias Sohn | Update build to use Tycho 0.23 42/49642/1 |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Jonathan Nieder | Allow lookup of multiple exact refs in one shot 77/49577/2 |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Jonathan Nieder | Introduce exactRef to read a ref whose exact name is... 48/49548/4 |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Shawn Pearce | Merge "Restore checkObjectCollisions flag" |
commit | commitdiff | tree | snapshot |
2015-06-04 |
David Pletcher | Restore checkObjectCollisions flag 72/49472/2 |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Dave Borowitz | Config: Allow ending a file with "=" and no newline 70/49470/1 |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Dave Borowitz | Config: Distinguish between empty and null strings 69/49469/1 |
commit | commitdiff | tree | snapshot |
2015-06-03 |
Jonathan Nieder | Merge branch 'stable-4.0' 06/49406/1 |
commit | commitdiff | tree | snapshot |
2015-06-03 |
Shawn Pearce | Revert "Fix unchecked conversion warning in MergeFormatter" 00/49400/1 |
commit | commitdiff | tree | snapshot |
2015-06-03 |
Matthias Sohn | Delete deprecated TemporaryBuffer.LocalFile constructors 39/49339/1 |
commit | commitdiff | tree | snapshot |
2015-06-03 |
Matthias Sohn | Delete deprecated FileUtils.setExecute(File, boolean) 38/49338/1 |
commit | commitdiff | tree | snapshot |
2015-06-03 |
Matthias Sohn | Delete deprecated WorkingTreeIterator.isModified(DirCac... 37/49337/1 |
commit | commitdiff | tree | snapshot |
2015-06-03 |
Matthias Sohn | Delete deprecated UploadPackMayNotContinueException 36/49336/1 |
commit | commitdiff | tree | snapshot |
2015-06-03 |
Matthias Sohn | Delete deprecated TransferConfig.isFsckObjects() 35/49335/1 |
commit | commitdiff | tree | snapshot |
2015-06-03 |
Matthias Sohn | Delete deprecated TextBuiltin.out 34/49334/1 |
commit | commitdiff | tree | snapshot |
2015-06-03 |
Matthias Sohn | Delete deprecated Merger.getBaseCommit() 33/49333/1 |
commit | commitdiff | tree | snapshot |
2015-06-03 |
Terry Parker | Update PackWriter.Statistics.getBitmapIndexMises() 89/49289/2 |
commit | commitdiff | tree | snapshot |
2015-06-02 |
Jonathan Nieder | Allow setting detail message and cause when constructin... 80/49280/1 |
commit | commitdiff | tree | snapshot |
2015-06-02 |
Jonathan Nieder | Use message from ServiceNotAuthorizedException, Service... 79/49279/1 |
commit | commitdiff | tree | snapshot |
2015-06-02 |
Jonathan Nieder | dumb HTTP: Clarify AsIsFilter by introducing req and... 78/49278/1 |
commit | commitdiff | tree | snapshot |
2015-06-02 |
Jonathan Nieder | Clarify description of ServiceNotAuthorizedException 77/49277/1 |
commit | commitdiff | tree | snapshot |
2015-06-02 |
Matthias Sohn | Prepare 4.1.0-SNAPSHOT builds 68/49268/2 |
commit | commitdiff | tree | snapshot |
2015-06-02 |
Matthias Sohn | Merge branch 'stable-4.0' 67/49267/1 |
commit | commitdiff | tree | snapshot |
2015-06-02 |
Matthias Sohn | Prepare post 4.0-RC3 builds 54/49254/1 |
commit | commitdiff | tree | snapshot |
2015-06-02 |
Matthias Sohn | JGit v4.0.0.201506020755-rc3 98/49198/1 v4.0.0.201506020755-rc3 |
commit | commitdiff | tree | snapshot |
2015-06-01 |
Matthias Sohn | Merge branch 'master' into stable-4.0 46/49146/1 |
commit | commitdiff | tree | snapshot |
2015-06-01 |
Matthias Sohn | Add more reports to maven site 92/49092/3 |
commit | commitdiff | tree | snapshot |
2015-06-01 |
Matthias Sohn | Update project meta-data in pom.xml used for site gener... 91/49091/1 |
commit | commitdiff | tree | snapshot |
2015-06-01 |
Matthias Sohn | Update dependencies to the versions used in target... 90/49090/1 |
commit | commitdiff | tree | snapshot |
2015-06-01 |
Matthias Sohn | Update 4.5 target platform to use final Mars Orbit... 89/49089/1 |
commit | commitdiff | tree | snapshot |
2015-06-01 |
Matthias Sohn | Compare API changes in clirr report against 3.7.0 88/49088/1 |
commit | commitdiff | tree | snapshot |
2015-06-01 |
Christian Halstrick | Fix CommitCommand.setOnly() 75/48075/2 |
commit | commitdiff | tree | snapshot |
2015-05-31 |
Shawn Pearce | Merge changes Ib7d18bb2,I3dc8e0b4,I923b65ef,I9e021ba2... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
Matthias Sohn | Add "src" folder to source folders of org.eclipse.jgit... 24/48924/2 |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Matthias Sohn | Improve exception thrown when pull can't find advertise... 35/45835/7 |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Matthias Sohn | Silence unchecked conversion warning in TransportSftp 10/45710/7 |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Matthias Sohn | Silence deprecation warning in WindowCacheConfig 08/45708/7 |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Matthias Sohn | Silence deprecation warning in DirCacheCheckout 07/45707/7 |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Matthias Sohn | Fix unchecked conversion warning in MergeFormatter 09/45709/7 |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Matthias Sohn | Fix hidden field warnings in bundle org.eclipse.jgit 06/45706/7 |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Hugo Arès | Close WindowCursor using try-with-resources in Unpacked... 08/48908/1 |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Shawn Pearce | Merge changes I7b6d7be4,I63a74651,I39c2ea6b |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Shawn Pearce | Merge "Silence false potential null pointer access... |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Shawn Pearce | Merge "Fix WindowCursor memory leak." |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Shawn Pearce | Merge changes I144a53fe,I2b268e6a |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Hugo Arès | Fix WindowCursor memory leak. 04/48904/1 |
commit | commitdiff | tree | snapshot |
2015-05-27 |
Jonathan Nieder | archive: Drop unnecessary empty comments and 'final... 02/48902/1 |
commit | commitdiff | tree | snapshot |
2015-05-27 |
Jonathan Nieder | Close 'out' consistently in ArchiveCommand.call 01/48901/1 |
commit | commitdiff | tree | snapshot |
2015-05-27 |
Christian Halstrick | Fix that exceptions in ReceivePack cause Invalid Channe... 12/48112/9 |
commit | commitdiff | tree | snapshot |
2015-05-27 |
Christian Halstrick | Better report too large pack-files from PushCommand 48/46348/7 |
commit | commitdiff | tree | snapshot |
2015-05-27 |
Dave Borowitz | FS: Extract GobblerThread into a private static class 08/48808/2 |
commit | commitdiff | tree | snapshot |
next |