]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2010-11-12 Robin RosenbergUse capital L for long constants 95/1895/1
2010-11-11 Shawn O. PearceLazy load note subtrees from fanout levels 49/1849/4
2010-11-11 Shawn O. PearceDefine NoteMap, a simple note tree reader 33/1833/5
2010-11-11 Chris AniszczykMerge "Add MutableObjectId setByte to modify a mutable id"
2010-11-11 Chris AniszczykMerge "Implement command line support for CredentialsPr...
2010-11-11 Chris AniszczykMerge "Support CredentialsProvider for SSH connections"
2010-11-11 Stefan LayMerge "Define a default CredentialsProvider"
2010-11-11 Stefan LayMerge "Enable providing credentials for HTTP authentica...
2010-11-10 Shawn O. PearceImplement command line support for CredentialsProvider 81/1881/1
2010-11-10 Chris AniszczykMerge "Add ObjectId getByte for random access"
2010-11-10 Shawn O. PearceSupport CredentialsProvider for SSH connections 80/1880/1
2010-11-10 Shawn O. PearceDefine a default CredentialsProvider 79/1879/1
2010-11-10 Shawn O. PearceEnable providing credentials for HTTP authentication 71/1671/3
2010-11-10 Chris AniszczykMerge "Refactor tree entry formatting into a common...
2010-11-10 Stefan LayFix WWW-Authenticate auth-scheme comparison 76/1876/2
2010-11-09 Shawn PearceMerge "Fix broken MergeCommandTest"
2010-11-09 Matthias SohnMerge "Revert "[findBugs] Silence DM_STRING_CTOR on...
2010-11-09 Matthias SohnFix broken MergeCommandTest 75/1875/1
2010-11-09 Shawn O. PearceFix URIish parsing of absolute scp-style URIs 74/1874/1
2010-11-09 Shawn PearceMerge "Format merge commit messages like C Git"
2010-11-08 Shawn O. PearceRevert "[findBugs] Silence DM_STRING_CTOR on PacketLineIn" 70/1870/1
2010-11-08 Shawn PearceMerge "IndexDiff: support state [removed, untracked]"
2010-11-08 Jens BaumgartIndexDiff: support state [removed, untracked] 67/1867/2
2010-11-08 Shawn PearceMerge "Make Repository.shortenRefName static"
2010-11-08 Christian HalstrickFixed help of Diff and ShowCommands commands 63/1863/2
2010-11-08 Chris AniszczykMerge "CommitAndLogCommandTests: add a test for LogComm...
2010-11-07 Chris AniszczykMerge "[findBugs] Fix NP_LOAD_OF_KNOWN_NULL_VALUE"
2010-11-07 Chris AniszczykMerge "[findBugs] Silence DM_STRING_CTOR on PacketLineIn"
2010-11-07 Chris AniszczykMerge "Implemented the git add commandline command."
2010-11-07 Sasa ZivkovImplemented the git add commandline command. 57/1857/2
2010-11-07 Matthias Sohn[findBugs] Silence DM_STRING_CTOR on PacketLineIn 61/1861/2
2010-11-07 Matthias Sohn[findBugs] Fix NP_LOAD_OF_KNOWN_NULL_VALUE 62/1862/1
2010-11-07 Christian HalstrickFixed ResolveMerger regarding handling of deletions 46/1846/2
2010-11-06 Robin StockerFormat merge commit messages like C Git 10/1810/3
2010-11-06 Robin StockerMake Repository.shortenRefName static 59/1859/1
2010-11-05 Shawn PearceMerge "Add a test for merging deleted files"
2010-11-05 Shawn PearceMerge changes I8d77cb59,I2beb4db5
2010-11-05 Sasa ZivkovFixed the git init to properly set bare=true 58/1858/1
2010-11-05 Mathias KinzlerCommitAndLogCommandTests: add a test for LogCommand... 65/1865/1
2010-11-05 Shawn O. PearceAdd MutableObjectId setByte to modify a mutable id 48/1848/2
2010-11-05 Shawn O. PearceAdd ObjectId getByte for random access 47/1847/2
2010-11-05 Shawn O. PearceRefactor tree entry formatting into a common class 44/1844/2
2010-11-03 Christian HalstrickAdd a test for merging deleted files 45/1845/1
2010-11-02 Christian HalstrickFixed merge algorithm regarding adjacent modifications 43/1843/1
2010-11-02 Christian HalstrickCleaned up MergeAlgorithmTest 42/1842/1
2010-11-01 Shawn PearceMerge "Exclude FindBugs warning about uninitialized...
2010-11-01 Shawn O. PearceFix ugly diff showing insertion of new method 31/1831/3
2010-11-01 Shawn O. PearceDelete DiffPerformanceTest 30/1830/2
2010-11-01 Shawn O. PearceFix broken HistogramDiff 29/1829/2
2010-10-31 Robin StockerExclude FindBugs warning about uninitialized read 23/1823/2
2010-10-30 Shawn O. PearceCorrect typo in HistogramDiffIndex Javadoc 28/1828/1
2010-10-29 Shawn PearceMerge "Exclude FindBugs warnings about Cloneable"
2010-10-29 Shawn PearceMerge "Remove two "Dead store to local variable" warnings"
2010-10-29 Shawn PearceMerge "Use entrySet() instead of keySet()"
2010-10-29 Shawn PearceMerge "Use readFully() instead of read()"
2010-10-29 Shawn PearceMerge "Use Character.valueOf instead of new Character"
2010-10-29 Shawn PearceMerge "Remove unnecessary null check"
2010-10-29 Robin StockerMake private final field static 24/1824/1
2010-10-29 Robin StockerRemove unnecessary null check 22/1822/1
2010-10-29 Robin StockerUse Character.valueOf instead of new Character 21/1821/1
2010-10-29 Robin StockerUse readFully() instead of read() 20/1820/1
2010-10-29 Robin StockerUse entrySet() instead of keySet() 19/1819/1
2010-10-29 Robin StockerRemove two "Dead store to local variable" warnings 18/1818/1
2010-10-29 Robin StockerExclude FindBugs warnings about Cloneable 17/1817/1
2010-10-28 Shawn PearceMerge "Fix Severe Bug in Merge Algorithm"
2010-10-28 Christian HalstrickFix Severe Bug in Merge Algorithm 09/1809/3
2010-10-28 Mathias KinzlerPullCommand: support upstream configuration for local... 47/1747/4
2010-10-28 Shawn PearceMerge "Fix FQCN of moved classes in FindBugsExcludeFilt...
2010-10-28 Shawn PearceMerge "Make AbbreviatedObjectId serializable"
2010-10-28 Shawn PearceMerge "Fix oddness check in MyersDiff for negative...
2010-10-28 Robin StockerMake AbbreviatedObjectId serializable 12/1812/1
2010-10-28 Robin StockerFix FQCN of moved classes in FindBugsExcludeFilter.xml 11/1811/1
2010-10-28 Robin StockerFix oddness check in MyersDiff for negative numbers 13/1813/1
2010-10-28 Robin StockerFix FindBugs and Eclipse warnings in org.eclipse.jgit.ui 14/1814/1
2010-10-27 Shawn O. PearceMerge "Call ProgressMonitor.update() from main thread"
2010-10-27 Shawn O. PearceCall ProgressMonitor.update() from main thread 07/1707/5
2010-10-27 Christian HalstrickPrevent endless loop of events fired by RefsDirectory 04/1804/1
2010-10-26 Lluis SanchezOptimize DirCacheCheckout 82/1782/4
2010-10-26 Christian HalstrickAdd option to select diff algorithm for diff command 03/1803/1
2010-10-25 Shawn PearceMerge "[findbugs] Respect exclude filter in maven build"
2010-10-25 Christian HalstrickMerge "Allow setting a filter in IndexDiff"
2010-10-25 Jens BaumgartAllow setting a filter in IndexDiff 79/1779/3
2010-10-24 Christian HalstrickAdd support for special symref FETCH_HEAD and MERGE_HEAD 72/1772/3
2010-10-23 Matthias Sohn[findbugs] Fix illegal format specifier 85/1785/2
2010-10-23 Matthias Sohn[findbugs] Respect exclude filter in maven build 86/1786/1
2010-10-23 Matthias Sohn[findbugs] Static comparator made final 84/1784/1
2010-10-23 Chris AniszczykAdd FindBugs and CPD to the build. 70/1770/5
2010-10-19 Shawn O. PearceMake ObjectDirectory getPacks() work the first time 58/1758/3
2010-10-18 Shawn O. PearceUpdate CachedObjectDirectory when inserting objects 60/1760/1
2010-10-18 Shawn O. PearceIndexPack: Make translated progress messages non-static 59/1759/1
2010-10-17 Matthias SohnMerge "Allow pgm Main to be extended"
2010-10-17 Christian HalstrickFix possible NPE in DirCacheCheckout 55/1755/2
2010-10-17 Shawn O. PearceAllow pgm Main to be extended 57/1757/2
2010-10-15 Christian HalstrickAdd Cherry-Pick command 34/1734/3
2010-10-14 Shawn O. PearceAdd getString utility functions to RawText 44/1744/1
2010-10-14 Shawn O. PearceRemove dead RawText(RawTextComparator) constructor 43/1743/1
2010-10-14 Shawn O. PearceFix RawTextComparator reduceCommonStartEnd at empty... 42/1742/1
2010-10-14 Shawn O. PearceCorrect spelling of tests in HistogramDiffTest 41/1741/1
2010-10-13 Shawn O. PearceFix three-word command names 22/1722/2
2010-10-13 Matthias SohnGenerate correct version for jgit source bundle 39/1739/2
next