aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* Read .gitmodules config from the tree in SubmoduleWalkDave Borowitz2012-06-152-7/+143
* Add a release() method to SubmoduleWalkDave Borowitz2012-06-151-12/+29
* Add "--squash" option to MergeCommandTomasz Zarna2012-06-1510-54/+334
* Remove unused import of ObjectInserter in ResolveMergerTomasz Zarna2012-06-151-2/+1
* Merge "Add Transport URI constructor without a repository"Shawn Pearce2012-06-155-0/+90
|\
| * Add Transport URI constructor without a repositoryIan Wetherbee2012-06-145-0/+90
* | Merge "Fix UnionInputStream.read to be more Java-like"Shawn Pearce2012-06-151-13/+8
|\ \
| * | Fix UnionInputStream.read to be more Java-likeIan Wetherbee2012-06-141-13/+8
| |/
* | Use only a single ObjectInserter in ResolveMergerShawn O. Pearce2012-06-141-5/+3
* | Define ObjectInserter.Filter to wrap another ObjectInserterShawn O. Pearce2012-06-141-0/+54
* | Allow applications to pass ObjectInserter to MergerShawn O. Pearce2012-06-141-0/+19
|/
* Merge branch 'stable-2.0'Matthias Sohn2012-06-141-2/+0
|\
| * Do not set core.autocrlf when creating repoRobin Rosenberg2012-06-121-2/+0
* | Fix GitDateFormatter javadoc.Tomasz Zarna2012-06-141-1/+3
* | Merge branch 'stable-2.0'Shawn O. Pearce2012-06-0728-138/+232
|\|
| * Merge "Use working tree iterator to compare file modes" into stable-2.0Christian Halstrick2012-06-062-24/+41
| |\
| | * Use working tree iterator to compare file modesKevin Sawicki2012-06-052-24/+41
| * | Get rid of warnings about empty statmentsRobin Rosenberg2012-06-062-5/+8
| * | Removed unused parameters from private methodsRobin Rosenberg2012-06-062-8/+7
| * | cleanup: Remove unused declarationsRobin Rosenberg2012-06-061-1/+0
| * | Make FS OS X detection work for OpenJDKRobin Rosenberg2012-06-062-5/+4
| |/
| * Further cleanup of exceptions in Git APIRobin Rosenberg2012-06-0517-65/+129
| * Throw formal CheckoutConflictException on hard resetKevin Sawicki2012-06-051-3/+10
| * Support gitdir: refs in BaseRepositoryBuilder.findGitDirKevin Sawicki2012-06-041-25/+32
| * Merge "Relax RevisionSyntaxException to an IllegalArgumentException" into sta...Christian Halstrick2012-06-041-2/+1
| |\
| | * Relax RevisionSyntaxException to an IllegalArgumentExceptionRobin Rosenberg2012-06-041-2/+1
* | | Make DirCacheCheckout update timestamps in the index.Markus Duft2012-06-061-2/+8
* | | Merge changes Iee9af8d5,I8e1674f0,If5a6fcc5,I3bb28e4dShawn O. Pearce2012-06-057-111/+604
|\ \ \
| * | | Use BatchRefUpdate for tracking refs in FetchProcessShawn O. Pearce2012-05-223-96/+193
| * | | Batch reference updates together for storageShawn O. Pearce2012-05-224-8/+355
| * | | Expose ReceiveCommand.updateType to check for UPDATE_NONFASTFORWARDShawn O. Pearce2012-05-222-5/+46
| * | | Reject non-fast-forwards earlier in BaseReceivePackShawn O. Pearce2012-05-221-2/+10
* | | | fix PackWriter excluded objects handlingChristian Halstrick2012-06-041-1/+2
| |/ / |/| |
* | | Merge "Only increment mod count if packed-refs file changes" into stable-2.0Shawn Pearce2012-06-041-10/+20
|\ \ \
| * | | Only increment mod count if packed-refs file changesKevin Sawicki2012-05-281-10/+20
* | | | Add lazy loading of body for tags to PlotWalkStefan Lay2012-06-041-0/+5
| |_|/ |/| |
* | | Remove obsolete GitlinksNotSupportedExceptionRobin Rosenberg2012-05-311-65/+0
* | | Update ORIG_HEAD when resettingKevin Sawicki2012-05-313-2/+40
* | | Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-3042-136/+151
* | | Merge "Retain file length and mod time when doing a mixed reset" into stable-2.0Robin Rosenberg2012-05-301-6/+43
|\ \ \
| * | | Retain file length and mod time when doing a mixed resetKevin Sawicki2012-05-281-6/+43
* | | | Merge "Update smudged entries when writing index" into stable-2.0Robin Rosenberg2012-05-302-3/+102
|\| | |
| * | | Update smudged entries when writing indexKevin Sawicki2012-05-282-3/+102
| |/ /
* / / Enable loading history until a given commitMatthias Sohn2012-05-301-0/+66
|/ /
* / Ensure resetting on commit idDariusz Luksza2012-05-231-1/+1
|/
* Smudge index entries on first write (too), as well when readingRobin Rosenberg2012-05-213-18/+44
* Don't swallow JSchException "Auth fail" exceptionDariusz Luksza2012-05-161-1/+2
* Enable call chaining on LsRemoteCommand methodsDave Borowitz2012-05-141-4/+10
* Factor a base class out of ReceivePackDave Borowitz2012-05-146-1132/+1322
* Cleanup MergeResult constructorsTomasz Zarna2012-05-101-6/+8