650 Commits (cfa3f365d6e526a10aa80004c7291cf1c89fbb0e)

Author SHA1 Message Date
Matthias Sohn 2d3a806271 Backout RevObject's object-identity based equals implementation 14 years ago
Matthias Sohn 35b01dac4c Fix RevCommitList to work with subclasses of RevWalk 14 years ago
Jens Baumgart cd1141cd45 Improve IndexDiff performance 14 years ago
Mathias Kinzler fe76b41038 TransportHttp does not honor timeout setting 14 years ago
Jens Baumgart 9a6a433576 Fix NPE on commit in empty Repository 14 years ago
Robin Rosenberg db4c516f67 Hide Maven target directories from Eclipse 14 years ago
Shawn O. Pearce e2f5716c94 Fix ArrayIndexOutOfBounds on non-square exact rename matrix 14 years ago
Stefan Lay 4b464ed458 Allow to replace existing Change-Id 14 years ago
Shawn O. Pearce 60c5939b23 Rename getOldName,getNewName to getOldPath,getNewPath 14 years ago
Jeff Schumacher e64cb03065 Fixed bug in scoring mechanism for rename detection 14 years ago
Jens Baumgart 3ba1c7c068 Add gitignore support to IndexDiff and use TreeWalk 14 years ago
Stefan Lay ab57af08e8 Add "all" parameter to the commit Command 14 years ago
Stefan Lay fa7d9ac5b8 Add the parameter "update" to the Add command 14 years ago
Christian Halstrick 94207f0a43 Make use of Repository.writeMerge...() 14 years ago
Shawn O. Pearce 5f5da8b1d4 Enable configuration of non-standard pack settings 14 years ago
Shawn O. Pearce 9fbce904e6 Pass PackConfig down to PackWriter when packing 14 years ago
Shawn O. Pearce bb99ec0aa0 Simplify UploadPack use of options during writing 14 years ago
Shawn O. Pearce 1a06179ea7 Move PackWriter configuration to PackConfig 14 years ago
Mathias Kinzler 6e59e6dab9 Meaningful error message when trying to check-out submodules 14 years ago
Christian Halstrick 08c0c5d938 Fix unit tests under windows 14 years ago
Shawn O. Pearce d0f8d1e819 Fix tag sorting in PlotWalk 14 years ago
Shawn O. Pearce 21f76c2a69 Remove static progress task names from PackWriter 14 years ago
Shawn O. Pearce 1b783d0370 Allow PackWriter callers to manage the thread pool 14 years ago
Christian Halstrick 74d279fbf0 Teach NameConflictTreeWalk to report DF conflicts 14 years ago
Mathias Kinzler 51c6f513b0 Stack Overflow in EGit History View 14 years ago
Jeff Schumacher 396fe6da45 Break dissimilar file pairs during diff 14 years ago
Christian Halstrick f56a459966 Add methods which write MERGE_HEAD and MERGE_MSG 14 years ago
Jens Baumgart db82b8d7eb Fix concurrent read / write issue in LockFile on Windows 14 years ago
Robin Stocker a00377a7e2 Fix Javadoc warnings 14 years ago
Shawn O. Pearce 80fe789690 Make forPath(ObjectReader) variant in TreeWalk 14 years ago
Shawn O. Pearce 7ff18f3ec9 Make StoredConfig an abstraction above FileBasedConfig 14 years ago
Stefan Lay ab062caa22 Allow client of Add command to set a WorkingTreeIterator 14 years ago
Stefan Lay 88957f6c5a Allow for filepattern "." in AddCommand 14 years ago
Stefan Lay aa86cfc339 Do not add ignored files in Add command 14 years ago
Shawn O. Pearce 09910ffa32 Move ignore node handling into WorkingTreeIterator 14 years ago
Jens Baumgart e99c48a61a Fix concurrent read / write issue in GitIndex on Windows 14 years ago
Christian Halstrick 5c94321b47 Check for racy git in WorkingTreeIterator 14 years ago
Christian Halstrick c98d97731b Smudge racily clean index entries by truncating length (like git.git) 14 years ago
Shawn O. Pearce 938943d674 Use proper constants for .gitignore and .git directory 14 years ago
Shawn O. Pearce c59db09bc5 Remove gitIgnoreTimestamp from abstract iterator API 14 years ago
Shawn O. Pearce 395d236058 Fix NPE in RenameDetector 14 years ago
Shawn O. Pearce b518189b5c IndexPack: Fix spurious pack file corruption errors 14 years ago
Shawn O. Pearce 12fe0f2d1e Discard the uncompressed delta as soon as its compressed 14 years ago
Shawn O. Pearce 0b46e70155 Fix infinite loop in IndexPack 14 years ago
Jeff Schumacher 31311cacfd Implemented file path based tie breaking to exact rename detection 14 years ago
Christian Halstrick b840ed0121 Added dirty-detection to WorkingTreeIterator 14 years ago
Robin Rosenberg 845714158a Handle the tilde notation (~user) of git url 14 years ago
Stefan Lay 233e0130b5 Git Porcelain API: Add Command 14 years ago
Charley Wang b878cdcf6b Add compatibility with gitignore specifications 14 years ago
Jeff Schumacher bc08fafb41 Added very small optimization to exact rename detection 14 years ago