]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2015-04-01 Shawn PearceUse try-with-resources and BufferedOutputStream for... 64/45064/1
2015-04-01 Shawn PearceOptimize EolAwareOutputStream for bulk output 63/45063/1
2015-03-31 Matthias SohnResolveMerge only needs to visit differing TreeEntries 62/44962/1
2015-03-28 André de OliveiraDo not add a newline at the end if neither merged side... 19/33219/6
2015-03-27 Laurent DelaigueMake RepositoryState.REBASING_MERGE reachable again. 32/36832/4
2015-03-25 Christian HalstrickFix RecursiveMerger in case of multiple, independent... 67/44567/1
2015-03-23 Dave BorowitzTestRepository: Add a cherryPick method 22/44122/4
2015-03-23 Matthias SohnInclude slf4j and log4j in jgit command line 88/43488/3
2015-03-23 Matthias SohnMerge bundle org.eclipse.jgit.java7 into org.eclipse... 68/43768/2
2015-03-19 Matthias SohnAdd missing @since tag to DiffInterruptedException 67/44167/1
2015-03-18 Jonathan NiederRevert "CommitBuilder should check for duplicate parents" 36/44136/1
2015-03-18 Dave BorowitzMerge changes I51167503,I794eca3a
2015-03-18 Dave BorowitzTemporaryBuffer: Clear block pointer list instead of... 27/44127/3
2015-03-18 Dave BorowitzTemporaryBuffer: Allow presizing block pointer list 26/44126/3
2015-03-18 Christian HalstrickMerge "Make MyersDiff interruptible"
2015-03-18 Dave BorowitzInMemoryRepository: Use a real Builder class 56/44056/2
2015-03-18 Dave BorowitzTestRepository: Expose a Git instance 51/44051/3
2015-03-18 Dave BorowitzGit: Don't close underlying repo if it came from from... 50/44050/2
2015-03-17 Hugo ArèsMake MyersDiff interruptible 41/44041/1
2015-03-13 Matthias SohnFix string externalization warnings in BaseFormat 59/43759/2
2015-03-13 Matthias SohnAdd missing @since tags for new API methods in archive... 43/43743/2
2015-03-13 Christian HalstrickCommitBuilder should check for duplicate parents 06/6606/5
2015-03-13 Kaloyan RaevCLI status should support --untracked-files 79/41279/4
2015-03-12 Dave BorowitzTestRepository: Allow setting explicit Change-Id 49/43749/1
2015-03-12 Dave BorowitzTestRepository: Ignore existing Change-Id in message 48/43748/1
2015-03-12 Dave BorowitzTestRepository: Support committing to unborn symref 42/43742/2
2015-03-12 Dave BorowitzTestRepository: Expose some getters for CommitBuilder 29/43729/5
2015-03-12 Dave BorowitzTestRepository: Add methods to amend commits or refs 00/43700/8
2015-03-12 Dave BorowitzTestRepository: Add a reset method to move HEAD around 01/43701/7
2015-03-12 Dave BorowitzTestRepository: Optionally insert Change-Id in commit... 99/43699/3
2015-03-12 Shawn PearceMerge topic 'testrepo'
2015-03-12 Markus DuftFix compile error due to missing dependencies and since... 14/43714/3
2015-03-11 Dave BorowitzTestRepository: Allow custom author/committer per-commit 98/43698/1
2015-03-11 Dave BorowitzTestRepository: Use try-with-resources where appropriate 97/43697/1
2015-03-11 Shawn PearceMerge "ArchiveCommand: Allow to pass options to underly...
2015-03-10 Shawn PearceMerge changes I627681be,I334034a2
2015-03-10 Dave BorowitzTreeWalk: Do not close reader passed explicitly to... 17/43617/2
2015-03-10 Dave BorowitzTreeWalk: Stop using deprecated ObjectReader#release() 16/43616/2
2015-03-10 Matthew SpurrierMake s3 domain dynamic to support different s3 regions 00/40600/2
2015-03-10 Dave BorowitzRevWalk: Do not close reader passed explicitly to const... 12/43612/2
2015-03-10 Dave BorowitzRevWalk: Stop using deprecated ObjectReader#release() 15/43615/1
2015-03-10 Dave BorowitzUpdate all standard maven plugins to latest versions 10/43610/1
2015-03-10 Christian HalstrickMerge "Add "--long" option to JGit describe"
2015-03-10 Shawn PearceRemove AutoCloseable from internal PackFile and friends 93/43493/2
2015-03-10 Shawn PearcePushCertificateParser: Fix check for blank line after... 92/43492/1
2015-03-10 Shawn PearceCleanup some push certificate related javadoc 91/43491/1
2015-03-09 David PletcherFix an invalid format string 83/43483/3
2015-03-09 Christian HalstrickAdd "--long" option to JGit describe 42/43142/5
2015-03-02 Matthias SohnMerge "Support for the commit-msg hook."
2015-03-02 Shawn PearceMerge "Allow public access to PackIndex"
2015-03-02 David PletcherAllow public access to PackIndex 36/42936/4
2015-03-02 Laurent DelaigueSupport for the commit-msg hook. 04/43004/2
2015-03-02 Laurent DelaigueRefactored pre-commit hook to make it less invasive. 02/42402/8
2015-02-28 Dave BorowitzAdd an in-process pack transport for use in tests 34/42934/2
2015-02-27 Dave BorowitzExtract classes for transport within a JGit process 33/42933/1
2015-02-27 Matthias SohnAdd missing since tags for new API 64/42864/1
2015-02-27 Matthias SohnMerge branch 'stable-3.7' 61/42861/1
2015-02-27 Matthias SohnPrepare 3.7.1-SNAPSHOT builds 60/42860/1
2015-02-26 Matthias SohnJGit v3.7.0.201502260915-r 68/42768/1 v3.7.0.201502260915-r
2015-02-25 Christian HalstrickMerge "Read user.name and email from environment first...
2015-02-25 Matthias SohnAdd/fix since tags for new API for push certificates 32/42632/1
2015-02-24 Matthias SohnMerge branch 'stable-3.7' 87/42587/1
2015-02-24 Matthias SohnRead user.name and email from environment first 13/42413/3
2015-02-24 Stefan BellerPort push certificates 30/39530/16
2015-02-20 David OstrovskyArchiveCommand: Allow to pass options to underlying... 87/41887/3
2015-02-17 Matthias SohnProvide more details in exceptions thrown when packfile... 45/41545/3
2015-02-17 Matthias SohnAdd log4j and slf4j-log4j bridge to jgit feature 94/41794/2
2015-02-17 Matthias SohnUse slf4j to log instead of printing to System.err 68/41468/3
2015-02-16 Matthias SohnUse Target Platform Definition DSL to generate target... 80/41980/1
2015-02-10 Matthias SohnMove console classes to pgm bundle 26/40426/3
2015-02-09 Matthias SohnImplement AutoClosable interface on classes that used... 63/40463/6
2015-02-09 Matthias SohnImplement AutoClosable interface to support try-with... 38/40438/5
2015-02-09 Matthias SohnSet minimum required Java version to Java 7 25/40425/5
2015-02-04 Matthias SohnMerge branch 'stable-3.7' 71/41071/1
2015-02-04 Rüdiger HerrmannAdd option --orphan for checkout 69/41069/1
2015-02-04 Matthias SohnPrepare post 3.7.0.201502031740-rc1 builds 35/41035/1
2015-02-03 Matthias SohnJGit v3.7.0.201502031740-rc1 29/41029/1 v3.7.0.201502031740-rc1
2015-02-02 Laurent GoubetSupport for the pre-commit hook 06/40506/3
2015-02-02 Matthias SohnFix FileUtils.testRelativize_mixedCase which failed... 37/40937/2
2015-02-02 Matthias SohnAdd a hook test 05/40505/2
2015-02-02 Laurent GoubetIntroduce hook support into the FS implementations 04/40504/2
2015-01-27 Matthias SohnIf a pack isn't found on disk remove it from pack list 03/40503/1
2015-01-27 Dave BorowitzAdd BatchRefUpdate#toString() 87/40387/2
2015-01-27 Matthias SohnPrepare 4.0.0-SNAPSHOT builds 24/40424/1
2015-01-27 Shawn PearceMerge "Fix integer overflow in DiffFormatter when conte...
2015-01-27 Shawn PearceMerge "Make jgit.sh work on windows when JGIT_CLASSPATH...
2015-01-27 Shawn PearceMerge "Handle invalid tree extensions"
2015-01-26 Dave BorowitzInMemoryRepository: Ensure new ref targets exist in... 79/40379/2
2015-01-26 Christian HalstrickHandle invalid tree extensions 39/40339/1
2015-01-23 Christian HalstrickMerge "Ensure GitCommand's "callable" guard is thread...
2015-01-23 Christian HalstrickMerge changes I05be0a5b,Ieee334f4
2015-01-22 Matthias SohnDocument that repo returned by SubmoduleAddCommand... 85/40085/2
2015-01-21 Matthias SohnSilence non-externalized string warnings in RepoCommand 86/40086/1
2015-01-21 Matthias SohnDocument that Git instance returned by CloneCommand... 84/40084/1
2015-01-21 Matthias SohnEnsure GitCommand's "callable" guard is thread-safe 82/40082/1
2015-01-21 Matthias SohnMerge remote-tracking branch 'origin/stable-3.6' 77/40077/1
2015-01-21 Matthias SohnPrepare 3.6.3-SNAPSHOT builds 51/40051/1 stable-3.6
2015-01-21 Matthias SohnJGit v3.6.2.201501210735-r 24/40024/1 v3.6.2.201501210735-r
2015-01-21 Matthias SohnDon't remove pack from pack list for problems which... 85/39685/6
2015-01-17 Frank WagnerFix RawText.getLineDelimiter() for empty first line 97/39597/3
next