summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
* | FS: Extend readPipe() to optionally take additional environmentSebastian Schuberth2015-05-211-1/+26
* | FS: Document readpipe()'s encoding parameterSebastian Schuberth2015-05-211-0/+1
* | Split discoverGitPrefix() code out into discoverGitExe()Sebastian Schuberth2015-05-213-35/+38
* | Equalize discoverGitPrefix() implementations between POSIX and Win32Sebastian Schuberth2015-05-212-16/+18
* | Move resolveGrandparentFile() to the base class for wider useSebastian Schuberth2015-05-213-14/+17
|/
* Replace deprecated release() methods by close()Matthias Sohn2015-05-2111-87/+10
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-2140-439/+369
* ReceivePack: support quiet capabilityShawn Pearce2015-05-202-2/+55
* Merge "Fix ObjectReader resources leak"Shawn Pearce2015-05-201-2/+2
|\
| * Fix ObjectReader resources leakHugo Arès2015-05-151-2/+2
* | Fix warnings in ObjectFilterMatthias Sohn2015-05-151-5/+11
* | Fix typo in reflog message written by RebaseCommand.tryFastForward()Matthias Sohn2015-05-151-1/+1
|/
* Correct @since tags for ObjectFilterJonathan Nieder2015-05-152-3/+3
* Fix typo in ObjectWalk#getObjectFilter javadocJonathan Nieder2015-05-151-1/+1
* Allow ObjectWalk to be filtered by an arbitrary predicateJonathan Nieder2015-05-142-3/+136
* Remove SoftReference from dfs.DeltaBaseCacheShawn Pearce2015-05-111-54/+31
* Fix memory leak in dfs.DeltaBaseCaseShawn Pearce2015-05-111-27/+64
* Merge "FS_POSIX: Rework umask detection to make it settable"Shawn Pearce2015-05-111-154/+72
|\
| * FS_POSIX: Rework umask detection to make it settableShawn Pearce2015-05-101-154/+72
* | Merge "Fix possible AIOOB in DirCacheTree.contains()"Christian Halstrick2015-05-111-1/+1
|\ \
| * | Fix possible AIOOB in DirCacheTree.contains()Christian Halstrick2015-05-041-1/+1
* | | Use ANY_DIFF filter in ResolveMerger only for bare repositoriesMatthias Sohn2015-05-101-1/+5
| |/ |/|
* | Merge "Fix IllegalArgumentException in AmazonS3"Shawn Pearce2015-05-101-3/+1
|\ \
| * | Fix IllegalArgumentException in AmazonS3Matthias Sohn2015-04-091-3/+1
* | | Expose disposeBody() on RevCommit and RevTagShawn Pearce2015-05-102-2/+25
* | | ObjectReader: remove the walkAdvice APIShawn Pearce2015-05-105-60/+0
* | | RevWalk: Discard uninteresting commits unless RevSort.BOUNDARYShawn Pearce2015-05-101-1/+1
* | | ObjectWalk: make setRetainBody(false) the defaultShawn Pearce2015-05-109-31/+39
* | | Merge changes I62befa4a,Ia9c3d123,I7fcf6534Shawn Pearce2015-05-093-432/+7
|\ \ \
| * | | Delete deprecated PackWriter.preparePack() methodsMatthias Sohn2015-04-251-87/+7
| * | | Delete deprecated class IgnoreRuleMatthias Sohn2015-04-251-278/+0
| * | | Delete deprecated checkoutEntry() methods in DirCacheCheckoutMatthias Sohn2015-04-251-67/+0
* | | | Do not concatenate strings as arguments to StringBuilder.append()Sebastian Schuberth2015-05-083-11/+21
* | | | IndexDiffFilter: Simplify a boolean expressionSebastian Schuberth2015-05-081-1/+1
* | | | GroupHead: Remove a redundant call to String.format()Sebastian Schuberth2015-05-081-2/+2
* | | | FS_Win32: Avoid an IOException on Windows if bash is not in PATHSebastian Schuberth2015-05-071-11/+13
* | | | Add repository name to failures in HTTP server logShawn Pearce2015-05-061-1/+3
* | | | Merge "Revert "ResolveMerge only needs to visit differing TreeEntries""Matthias Sohn2015-05-041-2/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Revert "ResolveMerge only needs to visit differing TreeEntries"Christian Halstrick2015-04-101-2/+0
| | |/ | |/|
* | | Support agent= capability in wire protocolShawn Pearce2015-04-3016-27/+384
* | | Merge changes I368af61a,I2400fe5fMatthias Sohn2015-04-303-6/+23
|\ \ \
| * | | Remove pack from list when file handle is staleHugo Arès2015-04-303-0/+8
| * | | Lower log level to warn for handled pack errorsHugo Arès2015-04-301-6/+15
* | | | Add fsck.allowInvalidPersonIdent to accept invalid author/committersShawn Pearce2015-04-303-0/+29
|/ / /
* | | Merge branch 'stable-3.7'Matthias Sohn2015-04-271-13/+1
|\ \ \ | |_|/ |/| |
| * | Prepare 3.7.2-SNAPSHOT buildsstable-3.7Matthias Sohn2015-04-273-39/+39
| * | JGit v3.7.1.201504261725-rv3.7.1.201504261725-rMatthias Sohn2015-04-263-4/+4
| * | Merge "Revert "Let ObjectWalk.markUninteresting also mark the root tree as"" ...Matthias Sohn2015-04-261-13/+1
| |\ \
| | * | Revert "Let ObjectWalk.markUninteresting also mark the root tree as"David Ostrovsky2015-04-261-13/+1
* | | | Remove validate support when reusing cached packShawn Pearce2015-04-2412-132/+38