summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* InMemoryRepository: Remove unused RevWalk from batch method signatureDavid Pursehouse2016-02-151-2/+2
* Merge branch 'stable-4.1' into stable-4.2Matthias Sohn2016-02-101-0/+3
|\
| * Fix diff for added and removed submoduleHugo Arès2016-02-041-0/+3
* | RepoProject: Fix warnings about variable hidingDavid Pursehouse2016-02-051-6/+6
* | CommitCommand: Remove declaration of unthrown exceptionDavid Pursehouse2016-02-021-1/+1
* | Prepare 4.2.1-SNAPSHOT buildsMatthias Sohn2016-01-223-42/+42
* | JGit v4.2.0.201601211800-rv4.2.0.201601211800-rMatthias Sohn2016-01-213-4/+4
* | Add progress monitor to MergerLaurent Delaigue2016-01-215-0/+58
* | Fix TransportException when reading bundleChris Gavin2016-01-211-10/+17
* | Merge "TreeWalk: Remove CorruptObjectException from addTree(AbstractTreeItera...Shawn Pearce2016-01-201-10/+5
|\ \
| * | TreeWalk: Remove CorruptObjectException from addTree(AbstractTreeIterator)Shawn Pearce2016-01-201-10/+5
* | | Fix ResetCommand to return the resulting refChristian Halstrick2016-01-201-3/+1
* | | Add option to allow empty commits to CommitCommandChristian Halstrick2016-01-202-0/+104
|/ /
* | Merge branch 'stable-4.2'David Pursehouse2016-01-202-2/+2
|\ \
| * | Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse2016-01-191-1/+1
| * | Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2016-01-193-4/+4
| * | CommitCommand: Remove redundant null checkDavid Pursehouse2016-01-141-1/+1
| * | JGit v4.2.0.201512141825-rc1v4.2.0.201512141825-rc1Matthias Sohn2015-12-153-4/+4
* | | ChangeIdUtil: Don't throw IOExceptionDave Borowitz2016-01-191-6/+2
* | | Merge "Transport: Implement AutoCloseable"Shawn Pearce2016-01-194-44/+38
|\ \ \
| * | | Transport: Implement AutoCloseableShawn Pearce2016-01-194-44/+38
* | | | Merge changes from topic 'deadtree'Shawn Pearce2016-01-196-1154/+40
|\ \ \ \
| * | | | Ignore API errors about Tree, TreeEntry, FileTreeEntry and friends beingShawn Pearce2016-01-191-0/+40
| * | | | Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry andAndrey Loskutov2016-01-195-1154/+0
* | | | | Merge "ReceiveCommand.abort(): Utility to mark batch of commands as failed"Shawn Pearce2016-01-196-57/+63
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | ReceiveCommand.abort(): Utility to mark batch of commands as failedShawn Pearce2016-01-186-57/+63
* | | | Annotated to be removed Tree API with @noreference and @noextendAndrey Loskutov2016-01-195-0/+10
|/ / /
* | | Merge "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends""Shawn Pearce2016-01-155-0/+1144
|\ \ \
| * | | Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends"Shawn Pearce2016-01-155-0/+1144
* | | | Merge "PackWriter: Declare preparePack object sets as @NonNull"Shawn Pearce2016-01-123-28/+27
|\ \ \ \
| * | | | PackWriter: Declare preparePack object sets as @NonNullShawn Pearce2016-01-123-28/+27
* | | | | Merge "GC: Pack RefTrees in their own pack"Shawn Pearce2016-01-124-33/+197
|\| | | |
| * | | | GC: Pack RefTrees in their own packShawn Pearce2016-01-124-33/+197
* | | | | Change to extensions.refsStorageShawn Pearce2016-01-111-1/+1
|/ / / /
* | | | RefTree: Change peel suffix to " ^" (space carrot)Shawn Pearce2016-01-112-6/+6
* | | | FileRepository: Support extensions.refsBackendType = RefTreeShawn Pearce2016-01-112-5/+41
* | | | RefTreeDatabase: Ref database using refs/txn/committedShawn Pearce2016-01-119-4/+1252
* | | | Merge "RevCommit: Better support invalid encoding headers"Shawn Pearce2016-01-113-56/+139
|\ \ \ \ | |/ / / |/| | |
| * | | RevCommit: Better support invalid encoding headersShawn Pearce2016-01-113-56/+139
* | | | Remove deprecated Tree, TreeEntry, FileTreeEntry and friendsShawn Pearce2016-01-095-1144/+0
* | | | Paths.pathCompare: Utility to sort paths from byte[]Shawn Pearce2016-01-097-111/+137
* | | | Add Paths utility classShawn Pearce2016-01-081-0/+77
* | | | RefTree: Store references in a Git treeShawn Pearce2016-01-075-1/+721
|/ / /
* | | Merge "InMemoryRepository: Abort BatchRefUpdate if a command previously failed"Shawn Pearce2016-01-061-0/+5
|\ \ \
| * | | InMemoryRepository: Abort BatchRefUpdate if a command previously failedShawn Pearce2016-01-061-0/+5
* | | | DFS: Allow other RefDatabase implementationsShawn Pearce2016-01-063-9/+13
|/ / /
* | | Merge changes Idaed9310,I62bd7c0bMatthias Sohn2016-01-038-168/+705
|\ \ \
| * | | ObjectChecker: honor some git-core fsck.* optionsShawn Pearce2015-12-306-175/+476
| * | | ObjectChecker: allow some objects to skip errorsShawn Pearce2015-12-305-55/+291
* | | | Merge changes from topic 'add-df'Shawn Pearce2016-01-0111-18/+435
|\ \ \ \