summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
| * | Change Repository.getConfig() to return non-file ConfigsShawn O. Pearce2010-06-251-1/+1
| * | Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce2010-06-255-337/+530
| * | Consistently fail work tree methods on bare repositoriesShawn O. Pearce2010-06-251-0/+12
| * | Consistently use getDirectory() for work tree stateShawn O. Pearce2010-06-251-5/+5
| * | Add RepositoryState.BAREShawn O. Pearce2010-06-252-0/+11
| * | Rename Repository 'config' as 'repoConfig'Shawn O. Pearce2010-06-251-8/+8
| * | Remove RepositoryConfig and use FileBasedConfig insteadShawn O. Pearce2010-06-253-140/+5
| * | Delegate repository access to refs, objectsShawn O. Pearce2010-06-251-15/+22
| * | Cleanup Repository.create()Shawn O. Pearce2010-06-251-4/+5
| * | Move additional have enumeration to RepositoryShawn O. Pearce2010-06-252-16/+28
| * | Refactor amazon-s3:// property file loading to support no directoryShawn O. Pearce2010-06-251-17/+28
| * | Download pack-*.idx to /tmp if not on local filesystemShawn O. Pearce2010-06-251-7/+16
| * | DirCache must use getIndexFileShawn O. Pearce2010-06-251-2/+6
| * | Disable topological sorting in PackWriterShawn O. Pearce2010-06-231-2/+1
| * | UploadPack: Permit flushing progress messages under smart HTTPShawn O. Pearce2010-06-231-1/+18
| * | Rewrite resolve in terms of RevWalkShawn O. Pearce2010-06-231-119/+83
| * | Replace manual peel loops with RevWalk.peelShawn O. Pearce2010-06-234-23/+35
| * | Use RevTag/RevCommit to sort in a PlotWalkShawn O. Pearce2010-06-231-9/+14
| * | Use CoreConfig, UserConfig and TransferConfig directlyShawn O. Pearce2010-06-235-6/+10
| * | Use higher level Config types when possibleShawn O. Pearce2010-06-231-1/+1
* | | Allow client of Add command to set a WorkingTreeIteratorStefan Lay2010-07-221-3/+17
* | | Allow for filepattern "." in AddCommandStefan Lay2010-07-221-1/+5
* | | Do not add ignored files in Add commandStefan Lay2010-07-221-2/+6
* | | Move ignore node handling into WorkingTreeIteratorShawn O. Pearce2010-07-217-451/+220
* | | Merge "Fix concurrent read / write issue in GitIndex on Windows"Shawn Pearce2010-07-215-4/+48
|\ \ \
| * | | Fix concurrent read / write issue in GitIndex on WindowsJens Baumgart2010-07-215-4/+48
* | | | Check for racy git in WorkingTreeIteratorChristian Halstrick2010-07-201-11/+55
* | | | Smudge racily clean index entries by truncating length (like git.git)Christian Halstrick2010-07-202-18/+30
* | | | Use proper constants for .gitignore and .git directoryShawn O. Pearce2010-07-201-3/+3
* | | | Remove gitIgnoreTimestamp from abstract iterator APIShawn O. Pearce2010-07-203-61/+11
| |_|/ |/| |
* | | Fix NPE in RenameDetectorShawn O. Pearce2010-07-201-1/+3
* | | IndexPack: Fix spurious pack file corruption errorsShawn O. Pearce2010-07-201-3/+3
|/ /
* | Merge branch 'js/rename'Shawn O. Pearce2010-07-1620-223/+2303
|\ \
| * | Implemented file path based tie breaking to exact rename detectionJeff Schumacher2010-07-163-47/+199
| * | Added very small optimization to exact rename detectionJeff Schumacher2010-07-121-1/+3
| * | Fixed Misleading JavadocJeff Schumacher2010-07-121-1/+3
| * | Added file path similarity to scoring metric in rename detectionJeff Schumacher2010-07-122-4/+58
| * | Fixed potential div by zero bugJeff Schumacher2010-07-121-0/+2
| * | Added file size based rename detection optimizationJeff Schumacher2010-07-121-0/+32
| * | Create FileHeader from DiffEntryJeff Schumacher2010-07-085-97/+210
| * | log: Implement --followShawn O. Pearce2010-07-033-2/+171
| * | Cache the diff configuration sectionShawn O. Pearce2010-07-032-3/+70
| * | log: Add whitespace ignore optionsShawn O. Pearce2010-07-038-28/+90
| * | Format submodule links during differencesShawn O. Pearce2010-07-031-8/+20
| * | Redo DiffFormatter API to be easier to useShawn O. Pearce2010-07-033-86/+131
| * | log, diff: Add rename detection supportShawn O. Pearce2010-07-031-0/+160
| * | Implement similarity based rename detectionShawn O. Pearce2010-07-037-134/+1014
| * | Added a preliminary version of rename detectionJeff Schumacher2010-07-014-0/+275
| * | Refactored code out of FileHeader to facilitate rename detectionJeff Schumacher2010-06-302-123/+176
* | | Fix infinite loop in IndexPackShawn O. Pearce2010-07-163-146/+104