aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow client of Add command to set a WorkingTreeIteratorStefan Lay2010-07-221-3/+17
* Allow for filepattern "." in AddCommandStefan Lay2010-07-222-1/+25
* Do not add ignored files in Add commandStefan Lay2010-07-222-2/+34
* Move ignore node handling into WorkingTreeIteratorShawn O. Pearce2010-07-2119-860/+405
* 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-202-1/+22
* | IndexPack: Fix spurious pack file corruption errorsShawn O. Pearce2010-07-201-3/+3
|/
* Fully implement Logger interfaceJonathan Gossage2010-07-171-4/+44
* Merge branch 'js/rename'Shawn O. Pearce2010-07-1630-307/+3341
|\
| * Implemented file path based tie breaking to exact rename detectionJeff Schumacher2010-07-164-47/+257
| * Added more test cases for RenameDetectorJeff Schumacher2010-07-121-9/+108
| * 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-124-14/+68
| * 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-086-97/+396
| * log: Implement --followShawn O. Pearce2010-07-035-13/+233
| * Cache the diff configuration sectionShawn O. Pearce2010-07-032-3/+70
| * log: Add whitespace ignore optionsShawn O. Pearce2010-07-0311-58/+181
| * Format submodule links during differencesShawn O. Pearce2010-07-031-8/+20
| * Redo DiffFormatter API to be easier to useShawn O. Pearce2010-07-036-97/+143
| * log, diff: Add rename detection supportShawn O. Pearce2010-07-035-70/+300
| * Implement similarity based rename detectionShawn O. Pearce2010-07-0311-258/+1362
| * Added a preliminary version of rename detectionJeff Schumacher2010-07-015-0/+479
| * 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
* | Added dirty-detection to WorkingTreeIteratorChristian Halstrick2010-07-161-0/+70
* | Merge "Remove an unused File reference in test code"Shawn Pearce2010-07-151-1/+0
|\ \
| * | Remove an unused File reference in test codeRobin Rosenberg2010-07-161-1/+0
* | | Merge "Handle the tilde notation (~user) of git url"Shawn Pearce2010-07-152-0/+50
|\| |
| * | Handle the tilde notation (~user) of git urlRobin Rosenberg2010-07-152-0/+50
* | | Git Porcelain API: Add CommandStefan Lay2010-07-146-1/+572
|/ /
* | Merge changes I104cd62f,I1d0238b4Shawn Pearce2010-07-133-11/+30
|\ \
| * | Internationalize RepositoryState descriptionsRobin Rosenberg2010-07-103-9/+28
| * | Say that commit is allowed during bisectRobin Rosenberg2010-07-101-2/+2
* | | Fix ReadTreeTestChristian Halstrick2010-07-131-17/+5
* | | Add compatibility with gitignore specificationsCharley Wang2010-07-1321-3/+1616
|/ /
* | Merge "Allow ReadTreeTest to test arbitrary Checkouts"Christian Halstrick2010-07-092-117/+244
|\ \
| * | Allow ReadTreeTest to test arbitrary CheckoutsChristian Halstrick2010-07-092-117/+244
* | | Add support for updateNeeded flag in DirCacheEntryMatthias Sohn2010-07-091-0/+22
|/ /
* | Fix javadoc typos in JGit APIStefan Lay2010-07-083-7/+7
* | Deprecate all of the older Tree related codeShawn O. Pearce2010-07-0721-7/+152
* | Fix comparison of nanosecondsStefan Lay2010-07-061-1/+1
* | Clean up LICENSE fileShawn O. Pearce2010-07-022-41/+78
|/