]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2013-12-27 Dave BorowitzMerge "archive: Use an empty directory for submodules"
2013-12-27 Dave BorowitzMerge "archive: Include entries for directories"
2013-12-27 Jonathan Niederarchive: Use an empty directory for submodules 49/17949/7
2013-12-27 Jonathan Niederarchive: Include entries for directories 66/20166/3
2013-12-27 Matthias Sohn[CLI] Add option --millis / -m to debug-show-dir-cache... 13/20113/2
2013-12-19 Matthias SohnMerge branch 'stable-3.2' 87/20087/1
2013-12-18 Matthias SohnPrepare post 3.2.0 builds 09/20009/1 stable-3.2
2013-12-18 Matthias SohnJGit v3.2.0.201312181205-r 97/19997/1 v3.2.0.201312181205-r
2013-12-18 Matthias SohnRevert "Fix for core.autocrlf=input resulting in modifi... 77/19977/1
2013-12-17 Robin RosenbergFix for core.autocrlf=input resulting in modified file... 97/19397/16
2013-12-17 Jonathan Niederarchive: Prepend a specified prefix to all entry filenames 87/19887/3
2013-12-13 Matthias SohnMerge branch 'stable-3.2' 62/19762/1
2013-12-12 Robin StockerCanonicalize worktree path in BaseRepositoryBuilder... 46/19546/2
2013-12-11 Matthias SohnAdd missing @since tags for new public methods in Config 73/19673/2
2013-12-11 Christian HalstrickDon't use API exception in RebaseTodoLine 98/19598/3
2013-12-10 Robin RosenbergMerge "Fix aborting rebase with detached head" into...
2013-12-10 Stefan LayFix aborting rebase with detached head 86/19586/1
2013-12-06 Matthias SohnAdd recursive variant of Config.getNames() methods 29/19429/1
2013-12-05 Matthias SohnPrepare 3.3.0-SNAPSHOT builds 09/19409/1
2013-12-04 Matthias SohnMerge branch 'master' into stable-3.2 49/19349/1
2013-12-04 Stefan LayImplement rebase.autostash 09/19209/4
2013-12-04 Matthias SohnMerge "CLI status should support --porcelain"
2013-12-04 Kaloyan RaevCLI status should support --porcelain 90/17590/3
2013-12-04 Christian HalstrickMerge "More helpful InvalidPathException messages ...
2013-12-03 Robin StockerMore helpful InvalidPathException messages (include... 12/15312/3
2013-12-03 Robin StockerFix IgnoreRule#isMatch returning wrong result due to... 71/19271/1
2013-12-03 Robin StockerFix exception on conflicts with recursive merge 36/17436/3
2013-12-02 Axel RichardAdd pgm test for checkout of existing branch with check... 59/19059/8
2013-12-02 John RossFix broken symbolic links on Cygwin. 91/18691/2
2013-12-02 Stefan LayDo not allow non-ff-rebase if there are uncommitted... 77/18977/7
2013-11-29 Axel RichardManage CheckoutConflictException in pgm 00/19100/3
2013-11-29 Christian HalstrickFix handling of file/folder conflicts during a checkout 78/19078/3
2013-11-29 Robin StockerMention null return in Javadoc of Config#getString 31/19131/1
2013-11-29 Stefan LayFix applying stash on other commit 80/18980/3
2013-11-29 Stefan LayUse static factory methods instead of overloaded constr... 53/19053/2
2013-11-24 Shawn PearceBreak up GCTest to run in parallel 93/17993/2
2013-11-24 Shawn PearceModify T0004_PackReaderTest to use existing pack 92/17992/2
2013-11-24 Shawn PearceMove SampleDataRepositoryTestCase to org.eclipse.jgit... 91/17991/2
2013-11-24 Shawn PearceSupport running from JARs in JGitTestUtil 90/17990/2
2013-11-24 Matthias SohnCache SimpleDateFormat in GitDateParser per locale 93/18093/3
2013-11-22 Stefan LayFix FIXUP error for blank lines in interactive rebase 66/18666/3
2013-11-21 Stefan LayFix parsing Rebase todo lines when commit message is... 69/18669/1
2013-11-19 Christian HalstrickAdd close() method to API 60/18560/4
2013-11-18 Matthias SohnUpdate Jetty to 7.6.14.v20131031 12/18512/1
2013-11-18 Robin RosenbergMerge "Don't delete .idx file if .pack file can't be...
2013-11-15 Robin StockerDocument that path parameters should use '/' as separator 45/18445/1
2013-11-14 Robin StockerImprove Javadoc for typeHint parameter 70/18370/1
2013-11-13 Colby RangerDo not update the ref hot bit when checking isIndexLoaded 62/18362/1
2013-11-13 Matthias SohnPrepare post 3.2.0-m3 builds 57/18357/1
2013-11-13 Matthias SohnJGit v3.2.0.201311130903-m3 39/18339/1 v3.2.0.201311130903-m3
2013-11-13 Christian HalstrickDon't delete .idx file if .pack file can't be deleted 64/18264/2
2013-11-12 Matthias SohnUpdate to Ant 1.9.2 12/18212/2
2013-11-12 Matthias SohnMerge "Add missing @since tags"
2013-11-12 Matthias SohnAdd uses directives to ensure OSGi wires jgit bundles... 01/18301/2
2013-11-12 Matthias SohnIntroduce Kepler and Luna target platform 99/18299/3
2013-11-11 Matthias SohnUpdate build to use Tycho 0.19 59/18259/1
2013-11-10 Matthias Sohn[findBugs] Remove nonsense call 51/18251/2
2013-11-10 Matthias SohnRemove unnecessary @SuppressWarnings("null") 50/18250/2
2013-11-10 Matthias SohnGrant access to internal jgit package to org.eclipse... 49/18249/2
2013-11-10 Matthias SohnRemove duplicate package export 48/18248/2
2013-11-09 Matthias SohnDon't import non-existing package org.eclipse.jgit... 47/18247/1
2013-11-09 Matthias SohnAdd missing @since tags 11/18211/2
2013-11-08 Stefan LayInteractive Rebase: Do actions if there were conflicts 18/18118/5
2013-11-06 Stefan LayRebase interactive should finish if last step is edit 16/18116/1
2013-11-05 Matthias SohnMerge changes I40f2311c,I3c419094
2013-11-05 Shawn PearceMerge changes I85470d1d,I43711486,Ie6ade781,Ic9ab2b6e...
2013-11-05 Stefan LayAdd additional RebaseResult for editing commits 43/17643/5
2013-11-05 Tobias PfeiferAdd Squash/Fixup support for rebase interactive in... 93/15293/11
2013-11-05 Matthias SohnMerge "Declare that org.eclipse.jgit.transport uses...
2013-11-05 Matthias SohnDeclare that org.eclipse.jgit.transport uses com.jcraft... 70/18070/1
2013-11-05 Matthias SohnAlso use MockSystemReader in GitDateParserBadlyFormatte... 66/18066/1
2013-11-04 Christian HalstrickMerge "testMaliciousPathEmpty fails on Windows"
2013-11-02 Dave BorowitzMerge "Revert "Close unfinished archive entries on...
2013-11-02 Shawn PearceUse absolute paths for file:// URIs in tests 89/17989/1
2013-11-02 Shawn PearceUse getPath() in FileResolverTest 88/17988/1
2013-11-02 Shawn PearceExtract protocol constants to a common class 87/17987/1
2013-11-02 Shawn PearceMove repeat() to utility class for tests 86/17986/1
2013-11-02 Shawn PearceRemove hardcoded target/trash from test cases 85/17985/1
2013-11-02 Shawn PearceRemove dependency on StatusCommandTest 84/17984/1
2013-11-02 Shawn PearceRemove dependency on DiffFormatterReflowTest 83/17983/1
2013-11-02 Shawn PearceRemove unnecessary import of BaseConnection in MessageW... 82/17982/1
2013-11-01 Tobias PfeiferEnable to prepare interactive rebase and then start... 55/16755/6
2013-11-01 Robin RosenbergtestMaliciousPathEmpty fails on Windows 63/17963/1
2013-10-31 Tobias PfeiferParse commitId and shortMessage of a commented out... 29/15129/4
2013-10-31 Christian HalstrickEnhance reading of git-rebase-todo formatted files 07/15007/10
2013-10-31 Matthias SohnEnhance RepositoryTestCase.commitFile() to work on... 18/17618/2
2013-10-30 Matthias SohnMerge "Add missing resources from source.. in build...
2013-10-30 Matthias SohnRemove protobuf from target platform 87/17887/2
2013-10-30 Tomasz ZarnaAdd missing resources from source.. in build.properties 43/12543/5
2013-10-26 Michael NelsonSupport extension of TransportHttp 58/15858/2
2013-10-26 Kaloyan RaevCLI fetch command should support --tags 33/17433/2
2013-10-24 RĂ¼diger HerrmannAdd missing JUnit dependency in MANFEST.MF 33/17633/2
2013-10-24 Matthias SohnAdd / fix @since tags 19/17719/1
2013-10-21 Robin StockerMake sure SystemReader is reset after test is run 16/17616/1
2013-10-20 Robin RosenbergMerge "Add describe command to JGit command line interface"
2013-10-19 Matthias SohnMerge "Fix failed tests when the tmp directory is a...
2013-10-19 Robin RosenbergFix failed tests when the tmp directory is a symlink 45/17145/3
2013-10-19 Robin RosenbergMerge changes I5a5a2387,I04805ce2
2013-10-17 Matthias SohnScripts to publish jgit artifacts on Maven central 66/14466/3
2013-10-12 Kaloyan RaevCLI version command falls back to Bundle-Version 37/17237/4
next