]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2012-09-23 Robin RosenbergRemove unnecessary @SuppressWarnings 88/7888/1
2012-09-23 Robin RosenbergRemove uses of TextBuiltin.out in favor of outw 87/7887/1
2012-09-23 Robin RosenbergMerge "The constructor CmdLineException(String) is...
2012-09-23 Tomasz ZarnaThe constructor CmdLineException(String) is deprecated 35/5135/3
2012-09-22 Shawn O. PearceMerge changes Ic2b78ba9,Ia13e63ed
2012-09-21 Robin RosenbergSuppress boxing warnings where we know they are ok 71/7771/5
2012-09-20 Matthias SohnMerge "Fixed instability in some GC tests."
2012-09-20 Sasa ZivkovFixed instability in some GC tests. 51/7851/1
2012-09-20 Sasa ZivkovFix the javadoc for GC.setExpire 50/7850/1
2012-09-20 Shawn O. PearceUse '406 Not Acceptable' when info/refs is disabled 47/7847/1
2012-09-20 Shawn O. PearceCompress large /info/refs responses on HTTP 46/7846/1
2012-09-19 Robin RosenbergUse x-friends instead of x-internal to expose jgit... 91/7791/4
2012-09-19 Matthias SohnPrepare 2.2.0 builds 19/7819/1
2012-09-19 Matthias SohnMerge branch 'stable-2.1' 18/7818/1
2012-09-19 Matthias SohnPrepare for 2.1 maintenance changes 14/7814/1 stable-2.1
2012-09-19 Matthias SohnJGit v2.1.0.201209190230-r 13/7813/1 v2.1.0.201209190230-r
2012-09-18 Robin RosenbergMerge "Fix resolving expression with ~ and ^ than exten...
2012-09-18 Dave BorowitzFix resolving expression with ~ and ^ than extends... 35/7735/3
2012-09-18 Robin RosenbergIntroduce "never" as parseable date 95/7795/4
2012-09-17 Christian HalstrickIntroduce ParseExceptions for GitDateParser 94/7794/1
2012-09-17 Christian HalstrickSupport config param "gc.pruneexpire" 93/7793/1
2012-09-17 Tomasz ZarnaAdd tests for output result of merging -- org.eclipse... 62/7762/2
2012-09-17 Shawn PearceMerge "Suppress two resource warnings"
2012-09-16 Sasa ZivkovAdditional unit tests for the GC 83/7783/3
2012-09-16 Robin RosenbergCheck for write errors in standard out and exit with... 31/7631/9
2012-09-16 Shawn PearceMerge changes I8449695e,Idecd8018
2012-09-15 Robin RosenbergUse assertEquals instead of == for literal primitives 70/7770/3
2012-09-15 Robin RosenbergUse assertTrue/False instead of equals with boolean... 69/7769/2
2012-09-14 Robin RosenbergMerge "Ignore non-commit refs when in RevWalkUtils...
2012-09-13 Robin Stocker[findBugs] Silence warning about Transport initialization 85/6785/2
2012-09-12 Tommi SiivolaFix ResolveMerger issue with submodule conflict 23/7723/2
2012-09-11 Matthias SohnMerge "Added new Status CLI command 'jgit status'"
2012-09-11 Shawn O. PearceRemove protobuf from top-level pom.xml 09/7709/1
2012-09-10 Matthias SohnMerge "README: Convert to Markdown and rename to README.md"
2012-09-10 Jason PyeronIgnore attempts to set the timeout to -1 80/7680/4
2012-09-09 Robin RosenbergAdded new Status CLI command 'jgit status' 82/3682/8
2012-09-08 Robin StockerREADME: Convert to Markdown and rename to README.md 92/7692/1
2012-09-08 Robin RosenbergIgnore non-commit refs when in RevWalkUtils.findBranche... 87/7687/3
2012-09-05 Shawn O. PearceMark fields of BaseReceivePack private 85/7285/2
2012-09-05 Shawn O. PearceDelete checkObjectCollisions from PackParser 84/7284/2
2012-09-05 Shawn O. PearceDelete storage.dht package 83/7283/2
2012-09-05 Tomasz ZarnaOutput result of switching branch -- o.e.jgit.pgm.Checkout 64/5764/8
2012-09-05 Robin RosenbergFix NPE when notes are present 47/7347/3
2012-09-03 Robin Rosenbergcleanup: use assertArrayEquals for assertion on arrays 67/7567/5
2012-09-03 Robin Rosenbergcleanup: Prefer assertEquals over assertTrue(....equals... 66/7566/4
2012-09-03 Christian HalstrickMerge "Support branches with name 'config'"
2012-09-03 Matthias SohnMerge "Add tests for more coverage of CheckoutCommand"
2012-09-03 Robin StockerAdd tests for more coverage of CheckoutCommand 00/7200/2
2012-09-01 Robin StockerDirCacheCheckout: Fix handling of files not in index 59/7259/2
2012-09-01 Robin RosenbergCreate an input stream that transforms LF to CRLF 75/7275/4
2012-08-31 Christian HalstrickEnhance statistics for repo by sizes and ref-counts 20/7520/2
2012-08-28 Christian HalstrickImplement a parser for dates 90/7390/3
2012-08-28 Stefan LayMerge "Fix gc's usage of progress monitor"
2012-08-27 Matthias SohnFix Jetty's p2 repository URL 29/7429/1
2012-08-27 Matthias SohnUpdate last jgit release version used in clirr API... 95/7195/2
2012-08-27 Matthias SohnUpdate maven plugin versions 94/7194/2
2012-08-26 Robin RosenbergEnable rebase to continue for all rebase stages 24/5524/3
2012-08-26 Matthias SohnMerge "Refactor detection of Windows platform to System...
2012-08-26 Matthias SohnMerge "Set core.precomposeunicode to true when creating...
2012-08-26 Matthias SohnMerge "Refactor detection of OS X to SystemReader"
2012-08-25 Matthias SohnFix gc's usage of progress monitor 23/7423/1
2012-08-21 Robin RosenbergRefactor detection of Windows platform to SystemReader 17/7117/3
2012-08-21 Robin RosenbergSet core.precomposeunicode to true when creating reposi... 16/7116/3
2012-08-21 Robin RosenbergRefactor detection of OS X to SystemReader 15/7115/4
2012-08-21 Robin RosenbergMerge changes I98df46ce,Ifb815a12,I051a1724
2012-08-21 Robin RosenbergMerge "Refactored method to find branches from which...
2012-08-21 Matthias SohnMerge changes I4f73487b,I1d1ed122
2012-08-21 Robin RosenbergThe Git API's only likes /, not \ in paths 28/7328/1
2012-08-21 Robin RosenbergSkip a test that cannot be verified on Windows 27/7327/1
2012-08-21 Christian HalstrickSupport branches with name 'config' 68/7268/3
2012-08-21 Robin RosenbergRefactored method to find branches from which a commit... 39/5839/3
2012-08-17 Matthias SohnTeach BranchTrackingStatus to handle tracking of local... 91/7191/4
2012-08-17 Robin StockerImprove ours/theirs conflict markers for rebase, cherry... 22/7222/3
2012-08-17 Robin RosenbergSuppress two resource warnings 30/7230/2
2012-08-15 Shawn PearceMerge changes Ie949f321,I403de522
2012-08-15 Robin RosenbergFix idOffset when the working tree iterator matches... 31/7231/4
2012-08-13 Colby RangerImplement wasDeltaAttempted() in DfsObjectRepresentation. 13/7213/1
2012-08-13 Colby RangerDo not delta compress objects that have already tried... 11/7211/2
2012-08-13 Christian HalstrickMerge "Allow JGit to read C Git rebase state"
2012-08-08 Markus DuftMake CheckoutCommand pass modified files through result 37/5337/9
2012-08-07 Robin RosenbergAllow JGit to read C Git rebase state 18/7118/2
2012-08-06 Matthias SohnAllow detection of case insensitive file systems 28/6028/3
2012-08-06 Jevgeni ZelenkovEnsure a directory exists before trying to create/merge... 96/7096/5
2012-08-05 Robin RosenbergMerge "Fix PlotCommit for commits with duplicate parents"
2012-08-05 Robin RosenbergFix PlotCommit for commits with duplicate parents 92/6592/3
2012-08-01 Shawn PearceMerge "Update the README file to refer to the EDL rathe...
2012-08-01 Robin RosenbergUpdate the README file to refer to the EDL rather than... 39/7039/1
2012-07-29 Robin RosenbergMerge "Fix resolving of relative file URIs in Transport...
2012-07-29 Robin RosenbergMerge "Garbage collector for FileRepositories"
2012-07-29 Christian HalstrickGarbage collector for FileRepositories 05/4705/21
2012-07-29 Shawn O. PearceMerge "Expose some DFS APIs as public or protected"
2012-07-27 Shawn O. PearceExpose some DFS APIs as public or protected 79/6979/2
2012-07-27 Robin StockerFix resolving of relative file URIs in TransportLocal 96/6996/1
2012-07-26 Robin RosenbergMerge "[findBugs] Make ChunkKey serializable"
2012-07-26 Christian HalstrickAgain teach ResolveMerger to create more correct DirCac... 78/6978/1
2012-07-25 Shawn PearceMerge "Revert "Teach ResolveMerger to create more corre...
2012-07-25 Shawn PearceRevert "Teach ResolveMerger to create more correct... 53/6953/1
2012-07-20 Robin RosenbergSupport [<ref>]@{upstream} revision syntax 78/6878/2
2012-07-20 Robin RosenbergSupport parsing previous checkout as a revision expresion. 76/6776/6
2012-07-19 Robin RosenbergMerge "Teach ResolveMerger to create more correct DirCa...
next