summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* GitConstructionTest: Remove unnecessary calls to Repository.close()David Pursehouse2017-01-281-10/+0
* Record the estimated size of the pack files.Thirumala Reddy Mutchukota2017-01-262-0/+385
* gc: loosen unreferenced objectsDavid Turner2017-01-241-4/+19
* gc: Add options to preserve and prune old pack filesJames Melvin2017-01-191-1/+42
* Normalizer creating a valid branch name from a stringWim Jongman2017-01-181-0/+82
* Merge "Fix StashApplyCommand for stashes containing untracked changes."Christian Halstrick2017-01-161-0/+17
|\
| * Fix StashApplyCommand for stashes containing untracked changes.Thomas Wolf2017-01-151-0/+17
* | Fix possible InvalidObjectIdException in ObjectDirectoryMarc Strapetz2017-01-151-0/+44
|/
* Pack refs/tags/ with refs/heads/Shawn Pearce2017-01-031-9/+5
* [findBugs] Fix potential NPE in ObjectDirectoryTestMatthias Sohn2016-12-291-1/+1
* [findBugs] Fix potential NPE in GcPackRefsTestMatthias Sohn2016-12-291-1/+2
* [findBugs] Fix potential NPE in DirCacheCheckoutTestMatthias Sohn2016-12-291-1/+2
* Fix keep pack filenameJames Melvin2016-12-271-1/+4
* Prepare 4.7.0-SNAPSHOT buildsMatthias Sohn2016-12-272-43/+43
* Prepare 4.6.1-SNAPSHOT buildsMatthias Sohn2016-12-242-43/+43
* JGit v4.6.0.201612231935-rv4.6.0.201612231935-rMatthias Sohn2016-12-242-2/+2
* Fix FileSnapshot.isModifiedChristian Halstrick2016-12-132-17/+103
* Fix merge-base calculationChristian Halstrick2016-11-281-1/+26
* Update JavaEWAH to 1.1.6Dave Borowitz2016-11-171-3/+3
* Deprecate SafeBufferedOutputStreamShawn Pearce2016-11-143-21/+13
* Organize importsDavid Pursehouse2016-11-1424-41/+27
* Add {get,set}GitwebDescription to RepositoryShawn Pearce2016-11-141-0/+86
* Check that DfsBlockCache#blockSize is a power of 2Philipp Marx2016-11-111-0/+88
* Fix loop in auto gcMatthias Sohn2016-11-073-2/+142
* Make streamFileThreshold configurableKevin Corcoran2016-10-241-0/+21
* TreeFormatter: disallow empty filenames in treesDavid Turner2016-10-192-1/+18
* DiffCommandTest: Don't call toString on String instancesDavid Pursehouse2016-10-191-5/+5
* FileNameMatcherTest: Use Character.valueOf rather than new CharacterDavid Pursehouse2016-10-191-1/+1
* Use valueOf rather than constructor for Integer and BooleanDavid Pursehouse2016-10-181-1/+1
* Upgrade buck to 7b7817c48f30687781040b2b82ac9218d5c4eaa4David Pursehouse2016-10-181-1/+0
* Merge branch 'stable-4.5'Matthias Sohn2016-10-141-0/+21
|\
| * Fix eviction of repositories with negative usage countHugo Arès2016-10-121-0/+21
* | Fix symlink content comparison on MacOS in tree walkThomas Wolf2016-10-112-0/+264
* | Fix CheckoutCommand to return updated files even on NONDELETED statusChristian Halstrick2016-09-271-0/+33
* | Merge branch 'stable-4.5'Matthias Sohn2016-09-241-0/+146
|\|
| * Merge "Fix carrying over flags during a RevWalk" into stable-4.5Shawn Pearce2016-09-241-0/+146
| |\
| | * Fix carrying over flags during a RevWalkChristian Halstrick2016-09-231-0/+146
| * | Prepare 4.5.1-SNAPSHOT buildsMatthias Sohn2016-09-212-42/+42
| * | JGit v4.5.0.201609210915-rv4.5.0.201609210915-rMatthias Sohn2016-09-212-2/+2
| |/
* | pgm, test: Add missing dependency for buck buildDavid Pursehouse2016-09-221-0/+1
* | Change JGit minimum execution environment to JavaSE-1.8Matthias Sohn2016-09-208-125/+5
* | Add built-in LFS smudge filter for local caseChristian Halstrick2016-09-202-28/+102
* | Add built-in LFS clean filterChristian Halstrick2016-09-202-2/+79
* | Add support for built-in smudge filtersChristian Halstrick2016-09-201-0/+94
* | Add support for built-in clean filtersChristian Halstrick2016-09-201-0/+157
* | Prepare 4.6.0-SNAPSHOT buildsMatthias Sohn2016-09-192-42/+42
|/
* Handle all values of branch.[name].rebaseThomas Wolf2016-09-152-37/+58
* Ignore trailing spaces in directory rule patternsAndrey Loskutov2016-09-143-1/+43
* Add support for post-commit hooksMartin Goellnitz2016-09-131-0/+62
* Don't log error if system git config does not existMatthias Sohn2016-09-051-0/+13