]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2015-09-30 David PursehouseFix compiler warnings in DiffFormatter.writeGitLinkText 50/57050/1
2015-09-28 Matthias SohnPrepare 4.1.1-SNAPSHOT builds 40/56840/1
2015-09-28 Matthias SohnJGit v4.1.0.201509280440-r 17/56817/1 v4.1.0.201509280440-r
2015-09-27 Matthias SohnUse java.nio.file consistently in FS 90/56390/3
2015-09-27 Andrey LoskutovDeprecate FileUtil and move the code to FileUtils 92/55592/4
2015-09-27 Andrey Loskutov[performance] Cache platform name in SystemReader 95/55595/4
2015-09-26 Andrey Loskutov[ignore rules] fix for backslash handling 78/56678/3
2015-09-26 Andrey Loskutov[ignore rules] Fix for character group matcher 60/56760/1
2015-09-25 Matthias SohnMerge "Show submodule difference as a hunk"
2015-09-24 Jacob KellerShow submodule difference as a hunk 63/56263/3
2015-09-24 Andrey LoskutovProperly support special regex characters in ignore... 37/56437/4
2015-09-23 Hugo ArèsRemove unneeded @SuppressWarnings("boxing") 78/56278/3
2015-09-17 Christian HalstrickFix endless loop in ObjectChecker for MacOS 77/56177/2
2015-09-17 Hugo ArèsFix warnings about missing serialVersionUID 20/56120/2
2015-09-17 Hugo ArèsFix integer boxing eclipse warning 16/56116/2
2015-09-16 Hugo ArèsFix integer boxing eclipse warning 15/56115/1
2015-09-14 Matthias SohnMerge branch 'stable-4.0' 30/55930/2
2015-09-14 Matthias SohnPrepare 4.0.3-SNAPSHOT builds 27/55927/1
2015-09-14 Shawn PearceUploadPack: Verify clients send only commits for shallo... 03/55903/3
2015-09-14 Matthias SohnJGit v4.0.2.201509141540-r 07/55907/1 v4.0.2.201509141540-r
2015-09-10 Shawn PearceS3 transport: Fix check for tmpdir 92/55692/1
2015-09-10 Patrick SteinhardtURIish: fall back to host as humanish name 53/51253/4
2015-09-03 Matthias SohnUpdate build to final R20150821153341 Orbit repository... 47/55247/1
2015-09-03 Matthias SohnUpdate org.apache.httpcomponents 46/55246/1
2015-09-02 Dave BorowitzPushCertificateStore: Don't add no-op command to batch 28/55128/2
2015-08-31 Matthias SohnRestore lazy Bundle-ActivationPolicy removed in 3a4a5a4e 36/54936/1
2015-08-31 Matthias SohnUpdate uses-clauses in OSGi manifests 72/54872/2
2015-08-28 Matthias SohnUse java.io.File to check existence of loose objects... 57/54757/1
2015-08-26 Matthias SohnFix warnings on FileUtils.isStaleFileHandle() 32/54632/1
2015-08-26 Andrey LoskutovDeprecate redundant FileUtil.delete(File), use FileUtil... 37/53837/7
2015-08-26 Martin FickHandle stale file handles on packed-refs file 50/54350/4
2015-08-26 Matthias SohnMerge "Add public isStaleFileHandle() API, improve...
2015-08-25 Martin FickAdd public isStaleFileHandle() API, improve detection. 89/54489/1
2015-08-22 Andrey LoskutovSet "potentialNullReference" to "error" level and fixed... 75/52575/5
2015-08-20 Andrey LoskutovEnable annotation based NPE analysis in jgit 80/50580/7
2015-08-19 Matthias SohnUpdate Jetty to 9.2.13.v20150730 77/54177/1
2015-08-19 Matthias SohnUpdate com.jcraft.jsch to 0.1.53 17/54117/1
2015-08-18 Andrey LoskutovRestored obsoleted createSymLink/readSymLink in FileUtil 18/54018/1
2015-08-17 Matthias SohnUse NIO2 to implement FileUtils.rename() and expose... 68/46468/5
2015-08-17 Andrey LoskutovMove createSymLink/readSymLink to FileUtils 36/53836/2
2015-08-17 Christian HalstrickMerge "Change FS not to throw NPE when facing InMemory...
2015-08-16 Shawn PearceExpose the set of root commits in PackStatistics 42/53842/1
2015-08-16 Christian HalstrickChange FS not to throw NPE when facing InMemory databases 43/53843/1
2015-08-14 Shawn PearceFix NPE in DfsGarbageCollector and further reduce memory 43/53743/2
2015-08-13 Andrey LoskutovCleanup Attributes and remove obsoleted Java7BasicAttri... 51/53451/2
2015-08-13 Shawn PearceMerge "Remove "experimental" from the description of...
2015-08-13 Shawn PearcePackWriter: shed memory while creating bitmaps 78/53678/2
2015-08-13 Shawn PearceMerge "Do not retain commit body during bitmap generation"
2015-08-13 Shawn PearceMerge "Bitmap builder: actually compress EWAH bitmaps...
2015-08-13 Shawn PearceBitmap builder: actually compress EWAH bitmaps in memory 79/53679/1
2015-08-13 Shawn PearceDo not retain commit body during bitmap generation 77/53677/1
2015-08-12 Andrey LoskutovConsider original file mode while checking parent ignor... 47/52547/4
2015-08-11 Andrey LoskutovChanged default log4j log level from "WARNING" to ... 32/53532/1
2015-08-04 Andrey LoskutovClone should create Git instances which are able to... 94/53094/2
2015-08-04 Christian HalstrickMerge "Clone should close repository after errors in...
2015-08-03 Andrey LoskutovcontainsGitModulesFile() should not crash on bare repos... 05/53005/3
2015-08-02 Andrey LoskutovClone should close repository after errors in fetch... 27/53027/1
2015-07-29 Andrey LoskutovFixed javadoc: the getBranch() and getFullBranch()... 15/51015/5
2015-07-28 Dave BorowitzPushCertificate: Omit null pushee from text representation 37/52737/1
2015-07-24 Matthias SohnFix non-externalized string warning in Main.execute() 30/52530/1
2015-07-24 Christian HalstrickHonor also https_proxy environment variable 86/52486/3
2015-07-23 Christian HalstrickFix ResolveMerger when files should be replaced by... 13/52213/3
2015-07-21 Matthias SohnMerge "Fix typos in javadoc of ObjectId.equals()"
2015-07-20 Andrey LoskutovDon't keep empty ignore rules in the ignore node list 19/52019/2
2015-07-20 Andrey LoskutovAllow leading/trailing spaces in ignore rules 03/52003/3
2015-07-20 Andrey LoskutovDon't crash while parsing ignore patterns 40/51940/3
2015-07-20 Andrey LoskutovAllow leading literal '#' and '!' in ignore rules if... 90/51890/4
2015-07-20 Andrey LoskutovDon't trim trailing space if it is escaped with backslash 89/51889/4
2015-07-20 Andrey LoskutovConsider only escaping backslash for regular expression... 88/51888/4
2015-07-20 Terry ParkerRemove "experimental" from the description of the pack... 57/52257/1
2015-07-20 Matthias SohnFix typos in javadoc of ObjectId.equals() 75/52175/2
2015-07-16 Jonathan NiederDFS: Remove now-redundant getOneRef 16/52116/1
2015-07-16 Shawn PearceDFS: Override exactRef() with optimal version 15/52115/1
2015-07-16 Dave BorowitzPushCertificate: Add toTextWithSignature() method 23/52023/2
2015-07-16 Dave BorowitzPushCertificateParser: Add fromString method 22/52022/1
2015-07-16 Dave BorowitzBaseReceivePack: Add method to override the push cert 21/52021/1
2015-07-16 Dave BorowitzBaseReceivePack: Don't throw from getPushCertificate() 20/52020/1
2015-07-16 Dave BorowitzPushCertificateStore: Return boolean from batch save... 16/52016/2
2015-07-16 Dave BorowitzAllow saving push certs on a subset of refs 74/51874/4
2015-07-13 Matthias SohnUpdate org.apache.httpcomponents 94/51894/1
2015-07-13 Matthias SohnAccess static member LocalDiskRepositoryTestCase.CONTEN... 60/51860/2
2015-07-13 Dave BorowitzPushCertificateStore: Add method to save in batch 66/51866/2
2015-07-12 Andrey LoskutovFixed @since tags on new API 01/51801/1
2015-07-10 Dave BorowitzStore push certificates in refs/meta/push-certs 28/51128/13
2015-07-10 Yuxuan 'fishy... Add setTargetBranch in RepoCommand. 96/51696/3
2015-07-09 Chris PriceMove `RepositoryTestCase.indexState` to parent class 15/51615/2
2015-07-09 Chris PriceChange `indexState` to static method 14/51614/2
2015-07-09 Christian HalstrickMerge "Use local variable in RepositoryTestCase.indexState"
2015-07-09 Dave BorowitzPushCertificateParser: Move reader parsing to instance... 30/51630/3
2015-07-09 Dave BorowitzPushCertificateParser: Make constructor public 29/51629/3
2015-07-09 Dave BorowitzReport PackProtocolExceptions to client during receive... 09/51209/6
2015-07-09 Dave BorowitzPushCertificate: implement hashCode/equals/toString 04/51204/7
2015-07-09 Dave BorowitzPushCertificateParser: Make pushee optional 08/51208/9
2015-07-09 Dave BorowitzPushCertificateParser: Change error string for invalid... 07/51207/8
2015-07-09 Dave BorowitzPushCertificateParser: Add method for parsing from... 27/51127/11
2015-07-08 Dave BorowitzIO: Add a method for reading lines 26/51126/8
2015-07-07 Dave BorowitzBaseReceivePack: Treat all LFs as optional 36/51436/3
2015-07-07 Dave BorowitzBaseReceivePack: More validation during parseCommand 73/51073/5
2015-07-07 Chris PriceUse local variable in RepositoryTestCase.indexState 75/51475/1
2015-07-07 Matthias SohnFix non-escaped quotes in JGitText.properties 66/51366/3
next