summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
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-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
* | Added dirty-detection to WorkingTreeIteratorChristian Halstrick2010-07-161-0/+70
* | Merge "Handle the tilde notation (~user) of git url"Shawn Pearce2010-07-151-0/+3
|\ \
| * | Handle the tilde notation (~user) of git urlRobin Rosenberg2010-07-151-0/+3
* | | Git Porcelain API: Add CommandStefan Lay2010-07-145-1/+245
|/ /
* | 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
* | | Add compatibility with gitignore specificationsCharley Wang2010-07-137-3/+839
|/ /
* | 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-0720-6/+151
* | Fix comparison of nanosecondsStefan Lay2010-07-061-1/+1
|/
* Fix missing flush in StreamCopyThreadDmitry Neverov2010-06-301-14/+12
* Added check for binary files while diffingJeff Schumacher2010-06-291-0/+21
* Merge changes Ie56301aa,Ic2f79e85Shawn Pearce2010-06-285-0/+566
|\
| * Added further support for whitespace ignoring during diffJeff Schumacher2010-06-283-0/+330
| * Added support for whitespace ignoringJeff Schumacher2010-06-282-0/+236
* | UploadPack: Avoid unnecessary flush in smart HTTPShawn O. Pearce2010-06-231-1/+1
* | Add MutableObjectId.copyFrom(AnyObjectId)Shawn O. Pearce2010-06-232-10/+16
* | Expose AnyObjectId compareTo(byte[]) and compareTo(int[])Shawn O. Pearce2010-06-231-2/+24