summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | Expose RefWriter constructor taking RefListShawn O. Pearce2010-06-231-2/+7
* | Expose RefUpdate constructor to any subclassShawn O. Pearce2010-06-231-1/+10
* | Expose repository change event constructorsShawn O. Pearce2010-06-232-2/+14
* | isValidRefName: Inline the forbidden ref suffix of ".lock"Shawn O. Pearce2010-06-231-1/+1
|/
* Merge "Fix line endings"Shawn Pearce2010-06-181-3/+3
|\
| * Fix line endingsMatthias Sohn2010-06-181-3/+3
* | Merge ""Bare" Repository should not return working directory."Shawn Pearce2010-06-164-26/+155
|\ \
| * | "Bare" Repository should not return working directory.Mathias Kinzler2010-06-164-26/+155
| |/
* / Make ObjectId, RefSpec, RemoteConfig, URIish serializableAndrew Bayer2010-06-164-6/+37
|/
* Merge "Add missing @Override tags in AlternateRepositoryDatabase"Chris Aniszczyk2010-06-151-0/+3
|\
| * Add missing @Override tags in AlternateRepositoryDatabaseShawn O. Pearce2010-06-141-0/+3
* | Allow to read configured keysMathias Kinzler2010-06-151-0/+101
* | Merge changes I53f71dc0,I3a899a3a,I3e8bd245,Ie7c9db83,If396326e,I6f4cf8da,I3b...Shawn Pearce2010-06-145-21/+92
|\ \ | |/ |/|
| * Cache filemode in GitIndex Robin Rosenberg2010-06-131-1/+2
| * Remove unused parent field in PlotLaneRobin Rosenberg2010-06-132-4/+0
| * Removed unused repo field in WorkDirCheckoutRobin Rosenberg2010-06-131-4/+0
| * Extend DiffFormatter API to simplify stylingRobin Rosenberg2010-06-121-12/+90
* | Merge branch 'stable-0.8'Shawn O. Pearce2010-06-141-2/+3
|\ \
| * | Qualify post-0.8.4 buildsstable-0.8Shawn O. Pearce2010-06-142-20/+20
| * | JGit 0.8.4v0.8.4Matthias Sohn2010-06-142-20/+20
| * | JGit 0.8.3Matthias Sohn2010-06-142-20/+20
| * | Include about.html in org.eclipse.jgit artifactMatthias Sohn2010-06-081-0/+1
| * | Add "resources/" as a source folderMatthias Sohn2010-06-051-2/+3
* | | Start 0.9 developmentShawn O. Pearce2010-06-142-20/+20
| |/ |/|
* | Repository can be configured with FSMarc Strapetz2010-06-0418-140/+217
* | Add support for computing a Change-Id à la GerritRobin Rosenberg2010-06-042-0/+208
* | Provide a public entry method to determine whether a URI protocol is supportedAlex Blewitt2010-06-041-0/+32
|/
* Qualify post-0.8.1 buildsShawn O. Pearce2010-06-022-20/+20
* JGit 0.8.1v0.8.1Shawn O. Pearce2010-06-022-20/+20
* Don't use interruptable pread() to access pack filesShawn O. Pearce2010-05-272-68/+49