]> source.dussan.org Git - jgit.git/shortlog
jgit.git
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-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-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-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-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...
2012-07-19 Markus DuftTeach ResolveMerger to create more correct DirCacheEntry's 46/6646/8
2012-07-17 Shawn O. Pearceshow: Implement command line show for any object 57/1557/4
2012-07-16 Tomasz ZarnaFix "description" in o.e.jgit.source.feature/feature... 12/6112/3
2012-07-16 Robin RosenbergAllow a @ without branch in revision syntax 74/6774/2
2012-07-16 Markus DuftMake ApplyCommand create missing parent directories... 73/6673/3
2012-07-16 Christian HalstrickMerge "Rename local variables in Repository.resolve"
2012-07-15 Robin Stocker[findBugs] Make ChunkKey serializable 86/6786/1
2012-07-14 Tomasz ZarnaTypo in CLIText#unknownMergeStratey, should be #unknown... 40/6040/2
2012-07-13 Robin RosenbergRename local variables in Repository.resolve 72/6772/1
2012-07-13 Robin RosenbergGet rid of warning about possible NullPointerException 41/6441/3
2012-07-11 Shawn O. PearceMerge "Work around smart HTTP bugs in C Git"
2012-07-08 Robin StockerCreate parent dir if necessary on checkout 66/6666/1
2012-07-02 Matthias SohnMerge branch 'stable-2.0' 88/6588/1
2012-06-28 Christian HalstrickImprove performance of persisting an index by magnitudes 35/6535/2 stable-2.0
2012-06-27 Shawn O. PearceWork around smart HTTP bugs in C Git 31/6531/4
2012-06-27 Dave BorowitzMake InMemoryRepository pack names globally unique 32/6532/1
2012-06-27 Shawn PearceMerge "Disable PackParser EOF check if more data expected"
2012-06-26 Ian WetherbeeDisable PackParser EOF check if more data expected 23/6523/1
2012-06-25 Dave BorowitzUse the working tree's .gitmodules in SubmoduleWalk... 02/6502/4
2012-06-25 Christian HalstrickMerge changes I6b2ce96b,I499f518f
2012-06-23 Matthias SohnAdd toString() to simplify debugging rebase steps 77/6477/1
2012-06-23 Robin StockerIgnore empty lines when parsing git-rebase-todo 37/6237/2
2012-06-23 Robin StockerFix order of deletion for files/dirs in ResolveMerger 27/6327/2
2012-06-23 Robin StockerDon't return success on failing paths in ResolveMerger 26/6326/2
2012-06-21 Shawn PearceMerge "Serve 403 from RepositoryFilter on ServiceMayNot...
2012-06-20 Robin RosenbergMake clear method on StoredConfig public 40/6440/2
2012-06-20 Dave BorowitzServe 403 from RepositoryFilter on ServiceMayNotContinu... 60/6460/1
2012-06-18 Shawn PearceMerge "Fix boxing warnings in org.eclipse.jgit.lib...
2012-06-18 Tomasz ZarnaFix boxing warnings in org.eclipse.jgit.lib.ConfigTest 07/6107/2
2012-06-16 Shawn PearceMerge "Refactor TransportHttp for long-polling"
next