]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2011-05-31 Shawn O. PearceMerge 'Fix usage of FileSnapshot in RefDirectory' into... 84/3584/1
2011-05-30 Christian HalstrickFix usage of FileSnapshot in RefDirectory 81/3581/1
2011-05-25 Matthias SohnUpdate Eclipse IP log for 1.0 33/3533/1
2011-05-25 Matthias SohnMerge "Use the stored password instead of prompting...
2011-05-25 Shawn O. PearceDHT: Add sequence RefData 21/3521/3
2011-05-25 Shawn O. PearceDHT: Replace TinyProtobuf with Google Protocol Buffers 45/3345/7
2011-05-25 Shawn O. PearceDHT: Remove per-process ChunkCache 41/3341/4
2011-05-25 Chris AniszczykMerge "Let RefDirectory use FileSnapShot to handle...
2011-05-24 Stefan LayAdd a DiffFormatter which calculates a patch-id 86/3486/4
2011-05-24 Abhishek BhatnagarAdd CleanCommandTest and fix CleanCommand 17/3517/5
2011-05-24 Abhishek BhatnagarAdd CleanCommand to JGit API 84/3484/6
2011-05-23 Carsten PfeifferUse the stored password instead of prompting for it... 22/2722/4
2011-05-23 Christian HalstrickLet RefDirectory use FileSnapShot to handle fast updates 81/3481/3
2011-05-23 Kevin SawickiAdd shortening of note ref names to NoteMap 04/3504/3
2011-05-23 Shawn PearceMerge "Remove rebase temporary files on checkout failure"
2011-05-23 Ketan PadegaonkarAdd GitAddTask 79/3479/2
2011-05-23 Bernard LeachRemove rebase temporary files on checkout failure 99/3499/2
2011-05-19 Chris AniszczykAdd LsRemoteCommandTest 74/3474/3
2011-05-19 Christoph BrillAdd LsRemoteCommand to JGit API 46/3346/4
2011-05-19 Chris AniszczykAdd org.eclipse.jgit.ant.test to parent pom.xml 71/3471/3
2011-05-19 Ketan PadegaonkarAdd GitCloneTaskTest 68/3468/2
2011-05-19 Bernard LeachCreate a MergeResult for deleted/modified files 09/3409/3
2011-05-19 Bernard LeachAdd reset with paths support to ResetCommand 53/3453/3
2011-05-19 Ketan PadegaonkarFix NPE in URIish when parsing an empty URI 66/3466/2
2011-05-19 Ketan PadegaonkarAdd org.eclipse.jgit.ant.test 65/3465/2
2011-05-18 Bernard LeachAdd tests for change If203ce5 56/3456/2
2011-05-18 Chris AniszczykImplement rebase ff for upstream branches with merge... 36/3336/8
2011-05-18 Piotr JanikFix path filtering in LogCommand 55/3455/3
2011-05-17 Robin RosenbergMerge "Optimize MergeAlgorithm if ours or theirs is...
2011-05-17 Christian HalstrickOptimize MergeAlgorithm if ours or theirs is empty 10/3410/3
2011-05-17 Stefan LayMerge "Fix diff bug on inserted line"
2011-05-16 Shawn O. PearceFix diff bug on inserted line 35/3435/1
2011-05-16 Piotr JanikAdd getConflicting() method in Status API 33/3433/2
2011-05-15 Shawn PearceMerge "Fix diff when first text is the start of the...
2011-05-15 Robin RosenbergFix diff when first text is the start of the other 56/3356/6
2011-05-13 Chris AniszczykMerge "Add test for reflog part of ResetCommand"
2011-05-13 Robin RosenbergAdd test for reflog part of ResetCommand 14/3414/2
2011-05-13 Chris AniszczykAdd RebaseResult.FAST_FORWARD_RESULT 13/3413/1
2011-05-13 Robin StockerRevertCommand: Add "." after reverted commit id 11/3411/1
2011-05-12 Chris AniszczykUpdate tycho version to 0.12 74/3374/3
2011-05-10 Chris AniszczykUpdate findbugs-maven-plugin to the official 2.3.2... 76/3376/1
2011-05-09 Christian HalstrickMerge "Formatter for relative dates"
2011-05-09 Matthias SohnFormatter for relative dates 61/3361/4
2011-05-09 Kevin SawickiRemove unused serialVersionUID from non-serializable... 65/3365/1
2011-05-06 Stefan LayFix getHumanishName broken for windows paths 98/3198/6
2011-05-05 Chris AniszczykMerge "IndexDiff: conflicting files aren't properly...
2011-05-05 Shawn O. PearceCorrect tabs in top-level pom.xml 42/3342/2
2011-05-05 Bernard LeachIndexDiff: conflicting files aren't properly shown 95/3295/3
2011-05-05 Shawn O. PearceUpdate IP log to include Ant 1.8.2 (CQ 5111) 40/3340/1
2011-05-05 Robin RosenbergIgnore submodule commits during checkout 03/3303/3
2011-05-05 Shawn PearceMerge "Fix "into" part of merge message for HEAD"
2011-05-05 Shawn O. PearceStore Git on any DHT 95/2295/24
2011-05-05 Chris AniszczykAdd org.eclipse.jgit.ant to parent pom.xml 37/3337/3
2011-05-05 Robin StockerFix "into" part of merge message for HEAD 38/3338/2
2011-05-05 Chris AniszczykMerge "Fix error handling in RepositoryFilter"
2011-05-05 Chris AniszczykAdd pom.xml to org.eclipse.jgit.ant 73/3273/4
2011-05-04 Shawn O. PearceFix error handling in RepositoryFilter 35/3335/1
2011-05-03 Robin RosenbergPresent reset in the reflog like C Git does nowadays 28/3328/1
2011-05-03 Bernard LeachImplemented merge for parallel delete/modification 94/3294/2
2011-05-03 Ketan PadegaonkarAdd better exception handling for the git-init ant... 13/3313/2
2011-05-03 Chris AniszczykMerge "Attempt to make git prefix detection more reliable"
2011-05-03 Stefan LayMerge "Add path support to checkout command."
2011-05-03 Kevin SawickiAdd path support to checkout command. 80/3280/18
2011-05-02 Matthias SohnQualify post-0.12 builds 17/3317/1
2011-05-02 Matthias SohnMerge branch 'stable-0.12' 16/3316/1
2011-05-02 Robin RosenbergAttempt to make git prefix detection more reliable 61/3261/4
2011-05-02 Ketan PadegaonkarAdd better javadoc to the git-init ant task 12/3312/2
2011-05-02 Matthias SohnJGit 0.12.1 10/3310/1 stable-0.12 v0.12.1
2011-05-02 Ketan PadegaonkarAdd GitCheckoutTask to org.eclipse.jgit.ant 78/3278/4
2011-05-02 Ketan PadegaonkarAdd GitCloneTask to org.eclipse.jgit.ant 77/3277/3
2011-05-02 Ketan PadegaonkarAdd org.eclipse.jgit.ant 06/3306/3
2011-04-21 Shawn O. PearceMerge branch 'stable-0.12' 15/3215/1
2011-04-21 Shawn O. PearceImplement the no-done capability 16/2716/9
2011-04-21 Shawn O. PearceMerge branch 'stable-0.12' 12/3212/1
2011-04-21 Shawn O. PearceFix sorting of names in RefDirectory 08/3208/1
2011-04-21 Christian HalstrickEnabled unit tests in HttpClientTests 96/3196/1
2011-04-19 Bernard LeachAdded support to IndexDiff to return information on... 05/3105/4
2011-04-18 Shawn PearceMerge "Make running static checks configurable in maven...
2011-04-18 Matthias SohnMake running static checks configurable in maven build 47/3147/2
2011-04-14 Stefan LayAdd constants for gerrit change id configuration 19/3119/1
2011-04-12 Matthias SohnUpdate eclipse IP log for 0.12 82/3082/2
2011-04-11 Leonard BromanHande latin-1 encoding 44/3044/7
2011-04-11 Chris AniszczykAdd NotesCommand to the JGit API 70/2970/6
2011-04-09 Chris AniszczykMerge "Create all test data in trash folder"
2011-04-09 Matthias SohnCreate all test data in trash folder 34/3034/2
2011-04-09 Matthias SohnUpdate to use Tycho 0.11 32/3032/1
2011-04-06 Robin StockerAdd "Conflicts" section to merge message on conflict 14/3014/1
2011-04-06 Robin StockerRefactor reading and writing heads in Repository 13/3013/2
2011-04-06 Robin StockerAdd CHERRY_PICK_HEAD for cherry-pick conflicts 96/2996/3
2011-04-06 Stefan LayAdd parameters for timeout and branches to clone 09/3009/2
2011-04-06 Stefan LayTry to checkout branch after cloning 08/3008/2
2011-04-04 Philipp ThunFix DirCache.isModified() 02/3002/1
2011-04-04 Matthias Sohn[findbugs] Use explicit initialization 98/2998/2
2011-04-02 Matthias Sohn[findbugs] Make mutable static field final 95/2995/1
2011-04-02 Chris AniszczykMerge "Make DeltaBaseCache per-ObjectReader"
2011-04-02 Chris AniszczykMerge "Fix ReceivePack connectivity validation with...
2011-04-02 Christian HalstrickMerge "Add open(File) and wrap(Repository) to Git"
2011-04-02 Christian HalstrickAdd open(File) and wrap(Repository) to Git 69/2969/3
2011-04-02 Carsten PfeifferSupport reading first SHA-1 from large FETCH_HEAD files 39/2739/3
2011-04-02 Shawn PearceMerge "Let LockFile.unlock use FileUtils.delete()"
next