]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2010-01-12 Shawn O. Pearceclient side smart HTTP 50/50/11
2010-01-12 Shawn O. Pearceserver side: smart fetch over HTTP 49/49/10
2010-01-12 Shawn O. Pearceserver side: smart push over HTTP 46/46/11
2010-01-12 Shawn O. PearceSimple dumb HTTP server for Git 41/41/12
2010-01-12 Shawn O. PearceExpose PacketLineOut for reuse outside of the transport... 45/45/9
2010-01-12 Shawn O. PearceExpose RefAdvertiser for reuse outside of the transport... 44/44/9
2010-01-12 Shawn O. PearceTeach UploadPack how to use an RPC style interface 48/48/7
2010-01-12 Shawn O. PearceTeach ReceivePack how to use an RPC style interface 43/43/7
2010-01-12 Shawn O. PearceRefactor TemporaryBuffer to support reuse in other... 52/152/5
2010-01-12 Shawn O. PearceImplement multi_ack_detailed protocol extension 51/151/5
2010-01-12 Shawn O. PearceAbstract out utility functions for creating test commits 76/176/3
2010-01-12 Shawn O. PearceFix PersonIdent to always use SystemReader 83/183/2
2010-01-12 Shawn O. PearceFix RefWriter creation of info/refs to omit HEAD 75/175/3
2010-01-12 Shawn O. PearceMove TestRng to our JUnit helper package 77/177/3
2010-01-12 Shawn O. PearceCorrect spelling error in StringUtils javadoc 85/185/5
2010-01-12 Shawn O. PearceFinish removing Apache Felix maven-bundle-plugin 02/202/1
2010-01-12 Robin RosenbergFix merge for "Partial revert "Switch build to Apache... 01/201/2
2010-01-12 Robin RosenbergMerge "Partial revert "Switch build to Apache Felix...
2010-01-10 Robin RosenbergPartial revert "Switch build to Apache Felix maven... 00/200/1
2010-01-07 Robin RosenbergRead core.worktree regardless of whether .git was disco... 70/170/2
2010-01-07 Igor FedorenkoExplicitly release resources used by java.util.zip... 84/184/2
2010-01-07 Igor FedorenkoUse build timestamp as OSGi version qualifier for SNAPS... 82/182/3
2010-01-06 Shawn O. PearceRemove unnecessary semicolon in MergeChunk 81/181/1
2010-01-06 Shawn O. PearceMerge branch 'cq-diff' 80/180/1
2010-01-06 Christian HalstrickAdd file content merge algorithm 40/140/6
2010-01-05 Shawn O. PearceFix code formatter style references 74/174/1
2010-01-04 Shawn O. PearceUnionInputStream: combines sequential InputStreams... 53/153/3
2010-01-04 Shawn O. PearceAdd getPacks to ObjectDirectory 40/40/6
2009-12-29 Code ReviewMerge change I67d3ed54
2009-12-28 Shawn O. PearceSwitch build to Apache Felix maven-bundle-plugin 59/159/4
2009-12-28 Robin RosenbergRecognize Git repository environment variables 32/132/4
2009-12-28 Robin RosenbergAdd support for creating detached heads 46/146/3
2009-12-28 Shawn O. PearceUse Constants.OBJECT_ID_STRING_LENGTH instead of LEN * 2 64/164/1
2009-12-28 Robin RosenbergGet rid of a duplicate constant for SHA-1 length 49/149/10
2009-12-27 Constantine... Added -crfl attribute for DiffFormatterReflowTest test... 63/163/1
2009-12-22 Code ReviewMerge change I5b232f67
2009-12-22 Nico SallembienFix typo in ReceivePack.java 55/155/1
2009-12-22 Robin RosenbergDon't crash if we try to load the config for a MockSyst... 47/147/3
2009-12-20 Igor FedorenkoUse Tycho version 0.6.0 48/148/2
2009-12-18 Mykola NikishovMethod to get a 'humanish' name from a path 15/115/5
2009-12-12 Mykola NikishovIgnore target/ folder and compile.org.eclipse.jgit.xml 36/136/4
2009-12-08 Igor FedorenkoFlipped jgit.core to manifest-first maven-3/tycho build 25/125/3
2009-11-29 Mykola NikishovReplace a hard-coded default remote's name with a constant 13/113/2
2009-11-17 Shawn O. Pearcetools/version.sh: Update embedded version numbers in... 11/111/1
2009-11-04 Christian HalstrickAdd performance tests for MyersDiff 87/87/5
2009-11-04 Shawn O. PearceUse a more specific Bugzilla URL 07/107/1
2009-11-04 Shawn O. PearceUse JUnit 3.8.2 under CQ 3589 06/106/1
2009-11-04 Matthias SohnRemove reference to branding plugin 04/104/1
2009-11-03 Code ReviewMerge changes I057c782c,Idff096ce,Ic9be0280,I07014d1b...
2009-11-03 Code ReviewMerge change Ic1c8969b
2009-11-03 Shawn O. PearcePrompt for passwords from the console in jgit command... 36/36/3
2009-11-03 Shawn O. PearceMove AWT based SSH authenticator to ui bundle 34/34/3
2009-11-03 Shawn O. PearceRefactor the cached Authenticator data out of AwtAuthen... 35/35/3
2009-11-03 Shawn O. PearceOnly import the sample data packs on tests that need... 22/22/3
2009-11-03 Shawn O. PearceMove T0007_Index to exttst 20/20/3
2009-11-03 Shawn O. PearceRefactor RepositoryTestCase to use LocalDiskRepository... 21/21/3
2009-11-03 Shawn O. PearceCreate JUnit test utilities for JGit derived sources 19/19/3
2009-11-03 Shawn O. PearceDelete obsolete JarLinkUtil 14/14/3
2009-11-03 Shawn O. PearceRefactor our Maven build to be modular 03/103/2
2009-11-03 Shawn O. PearceSwitch pgm, test to proper plugin projects 02/102/2
2009-11-01 Shawn O. PearceCorrect location of AmazonS3 command line client 01/101/1
2009-10-31 Mykola NikishovMove AWT UI code to new org.eclipse.jgit.ui bundle 73/73/2
2009-10-31 Sasa ZivkovDon't create .git/remotes folders on init 98/98/2
2009-10-31 Robin RosenbergMove pure IO utility functions to a utility class of... 96/96/3
2009-10-31 Shawn O. PearceEclipse IDE: Automatically remove trailing whitespace... 99/99/1
2009-10-31 Alex BlewittRemove trailing whitespace at end of line 86/86/2
2009-10-28 Matthias SohnCorrecting explanation of EDL 97/97/1
2009-10-19 Matthias SohnUse org.eclipse.egit branding plugin 90/90/1
2009-10-16 Mykola NikishovAdd gitignore to constants 67/67/2
2009-10-16 Chris AniszczykRefactor org.eclipse.jgit.test to be a bundle 64/64/2
2009-10-12 Matthias SohnFix classpath to use jsch and args4j from orbit 61/61/2
2009-10-09 Christian HalstrickAdd javadoc comments, remove unused code, shift comment... 53/53/1
2009-10-08 Code ReviewMerge change Iacb9082e into cq-diff
2009-10-08 Christian HalstrickFixed MyersDiff to be able to handle more than 100k 37/37/4
2009-10-08 Constantine... Make the default encoding when reading commits UTF-8
2009-10-07 Robin RosenbergRemove a duplicate test from T0003_Basic 51/51/1
2009-10-07 Christian HalstrickFix some warnings regarding unnecessary imports and... 39/39/2
2009-10-06 Johannes SchindelinAdd the "jgit diff" command 10/10/2
2009-10-06 Johannes SchindelinPrepare RawText for diff-index and diff-files 09/9/2
2009-10-06 Johannes SchindelinAdd a test class for Myers' diff algorithm 08/8/2
2009-10-06 Johannes SchindelinAdd Myers' algorithm to generate diff scripts 07/7/2
2009-10-06 Johannes SchindelinAdd set to IntList 06/6/2
2009-10-05 Code ReviewMerge changes I282ee1c6,I5700ca48,Ic243544a,Ia2cce34d...
2009-10-05 Shawn O. PearceMark JGit plugin as 0.6
2009-10-05 Mykola NikishovAdd org.eclipse.jgit-feature
2009-10-05 Shawn O. PearceMove HttpSupport's configureHttpProxy to jgit-pgm 33/33/3
2009-10-05 Shawn O. PearceMove AmazonS3 command line utility to jgit-pgm 32/32/3
2009-10-05 Shawn O. PearceMove setupReflog test function to only test that cares 18/18/3
2009-10-05 Shawn O. PearceRemove useless test005_todopack test 17/17/3
2009-10-05 Shawn O. PearceStandardize the source code formatter for Eclipse 23/23/3
2009-10-05 Code ReviewMerge change I11dc6200
2009-10-05 Shawn O. PearceMark the next version as 0.6 24/24/2
2009-10-05 Code ReviewMerge change I908e4c77
2009-10-02 Christian HalstrickAdd support for logAllRefUpdates configuration parameter 03/3/2
2009-10-02 Shawn O. PearceRemove TODO file and move to bugzilla
2009-10-02 Shawn O. PearceFix SUBMITTING_PATCHES to follow the Eclipse IP process
2009-10-02 Shawn O. PearceFix tabs-to-spaces in SUBMITTING_PATCHES
2009-10-02 Shawn O. PearceUpdate SUBMITTING_PATCHES to point to Contributor Guide
2009-10-02 Shawn O. PearceDocument protected members of RevObjectList
2009-10-01 Jonas FonsecaMake it possible to clear a PlotCommitList 05/5/2
next