]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2010-12-06 Chris AniszczykAdd InitCommand 14/2014/3
2010-12-03 Chris AniszczykMerge "Fixed Merge Algorithm regarding concurrent file...
2010-12-02 Christian HalstrickFixed Merge Algorithm regarding concurrent file creations 39/1939/3
2010-12-01 Shawn O. PearceAvoid unnecessary decoding of length in PackFile 92/1992/1
2010-12-01 Shawn O. PearceRemove unused 'shift' variable from PackFile 91/1991/1
2010-11-30 Stefan LayInclude list of assume unchanged files in IndexDiff 68/1968/4
2010-11-30 Stefan LayUse the Set interface in declarations and as return... 71/1971/1
2010-11-29 Shawn PearceMerge "Check assume unchanged flag in Add command"
2010-11-29 Shawn PearceMerge "Fix DiffConfig to understand "copy" resp. "copie...
2010-11-29 Stefan LayCheck assume unchanged flag in Add command 70/1970/2
2010-11-29 Marc StrapetzFix DiffConfig to understand "copy" resp. "copies"... 48/1948/3
2010-11-26 Mathias KinzlerRebaseCommand: trim line endings when reading files 40/1940/4
2010-11-26 Chris AniszczykMerge "Change default diff algorithm to histogram and...
2010-11-26 Chris AniszczykMerge "Do some more tests for rebase --abort"
2010-11-25 Christian HalstrickChange default diff algorithm to histogram and add... 58/1958/2
2010-11-25 Christian HalstrickMake diff algorithm configurable 57/1957/2
2010-11-25 Stefan LayDo some more tests for rebase --abort 53/1953/2
2010-11-24 Christian HalstrickAdd more tests for rebase and externalized missing... 38/1938/2
2010-11-23 Chris AniszczykAdd the Checkout command to the Git CLI 37/1937/1
2010-11-22 Chris AniszczykAdd CheckoutCommand 32/1832/5
2010-11-22 Matthias SohnMerge "Fix bug regarding handling of non-versioned...
2010-11-22 Christian HalstrickFix bug regarding handling of non-versioned files durin... 29/1929/2
2010-11-22 Chris AniszczykUpdate Rm in the JGit CLI 10/1910/2
2010-11-22 Chris AniszczykAdd RmCommand to Git API 09/1909/3
2010-11-22 Mathias KinzlerInitial implementation of a Rebase command 64/1864/10
2010-11-19 Shawn O. PearceMove WorkingTreeIterator inherited state into an object 26/1926/1
2010-11-19 Shawn O. PearceName TreeFilter and MergeFilter implementations 25/1925/1
2010-11-15 Chris AniszczykAdd core.filemode to CoreConfig 06/1906/1
2010-11-13 Christian HalstrickFixed checkouts when HEAD is ignored 88/1888/3
2010-11-13 Chris AniszczykMerge "Add simple unit tests for Base64"
2010-11-13 Chris AniszczykMerge "Base64: Reformat to match JGit style"
2010-11-13 Chris AniszczykMerge "Base64: Strip out code JGit doesn't use"
2010-11-13 Chris AniszczykMerge "Remove unnecessary note fanout when removing...
2010-11-13 Chris AniszczykMerge "Split note leaf buckets at 256 elements"
2010-11-13 Chris AniszczykMerge "Add internal API for note iteration"
2010-11-13 Chris AniszczykMerge "Allow writing a NoteMap back to the repository"
2010-11-13 Chris AniszczykMerge "Add in-memory updating support to NoteMap"
2010-11-13 Chris AniszczykMerge "Remember non-note tree entries when reading"
2010-11-13 Shawn O. PearceMerge branch 'rename-detection' 04/1904/1
2010-11-13 Shawn O. PearceMerge branch 'fs-fsync' 03/1903/1
2010-11-13 Shawn O. PearceAdd simple unit tests for Base64 02/1902/1
2010-11-13 Shawn O. PearceBase64: Reformat to match JGit style 01/1901/1
2010-11-13 Shawn O. PearceBase64: Strip out code JGit doesn't use 00/1900/1
2010-11-12 Christian HalstrickAdded one-tree constructor to DirCacheCheckout 99/1899/1
2010-11-12 Shawn O. PearceRemove unnecessary note fanout when removing notes 55/1855/4
2010-11-12 Shawn O. PearceSplit note leaf buckets at 256 elements 54/1854/4
2010-11-12 Shawn O. PearceAdd internal API for note iteration 53/1853/4
2010-11-12 Shawn O. PearceAllow writing a NoteMap back to the repository 52/1852/5
2010-11-12 Shawn O. PearceAdd in-memory updating support to NoteMap 51/1851/5
2010-11-12 Shawn O. PearceRemove unnecessary flush calls from LockFile 86/1886/2
2010-11-12 Shawn O. PearceRemove unnecessary region locking from LockFile 85/1885/2
2010-11-12 Shawn O. PearceSupport core.fsyncRefFiles option 84/1884/2
2010-11-12 Shawn O. PearceSupport core.fsyncObjectFiles option 83/1883/3
2010-11-12 Shawn O. PearceRenameDetector: Only scan deletes if adds exist 93/1893/2
2010-11-12 Shawn O. PearceSimilarityRenameDetector: Initialize sizes to 0 92/1892/2
2010-11-12 Shawn O. PearceSimilarityRenameDetector: Avoid allocating source index 91/1891/2
2010-11-12 Shawn O. PearceSimilarityRenameDetector: Only attempt to index large... 90/1890/2
2010-11-12 Shawn O. PearceSimilarityIndex: Don't overflow internal counter fields 98/1898/1
2010-11-12 Shawn O. PearceSimilarityIndex: Accept files larger than 8 MB 89/1889/2
2010-11-12 Shawn O. PearceSimilarityIndex: Correct comment explaining the logic 97/1897/1
2010-11-12 Shawn PearceMerge "Fix null ref exception in DirCacheCheckout"
2010-11-12 Robin RosenbergUse capital L for long constants 95/1895/1
2010-11-11 Shawn O. PearceRemember non-note tree entries when reading 50/1850/4
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 Lluis SanchezFix null ref exception in DirCacheCheckout 77/1877/1
2010-11-10 Stefan LayFix WWW-Authenticate auth-scheme comparison 76/1876/2
2010-11-10 Shawn O. PearceSimplify LockFile write(ObjectId) case 82/1882/1
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"
next