summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst-rsrc
Commit message (Expand)AuthorAgeFilesLines
* PatchApplier: Add test for conflict markers on a deleted filePatrick Hiesel2024-05-271-0/+10
* Allow applying a patch with conflictsPatrick Hiesel2024-05-146-0/+66
* PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStreamNitzan Gur-Furman2023-11-163-0/+2000007
* Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-09-034-0/+28
|\
| * Checkout: better directory handlingThomas Wolf2023-09-034-0/+28
* | PackReverseIndex: open file if present otherwise computeAnna Papitto2023-07-182-0/+0
|/
* PatchApplierTest: Remove test data with Apache licenseIvan Frade2023-03-283-739/+0
* Fix PatchApplier error handling.Nitzan Gur-Furman2023-03-283-0/+10
* PatchApplier fix - init cache with provided treeNitzan Gur-Furman2023-02-023-0/+36
* PatchApplier: fix handling of last newline in text patchThomas Wolf2022-12-2636-0/+1073
* CommitGraph: implement commit-graph readkylezhao2022-12-161-0/+0
* AmazonS3: Add support for AWS API signature version 4eric.steele2022-06-131-0/+9
* Use slf4j-simple instead of log4j for loggingMatthias Sohn2021-12-312-20/+6
* ApplyCommand: fix "no newline at end" detectionThomas Wolf2021-05-263-0/+18
* ApplyCommand: handle completely empty context lines in text patchesThomas Wolf2021-05-263-0/+18
* ApplyCommand: use byte arrays for text patches, not stringsThomas Wolf2021-05-263-0/+9
* ApplyCommand: support binary patchesThomas Wolf2021-05-269-0/+176
* ApplyCommand: add a stream to apply a delta patchThomas Wolf2021-05-262-0/+2
* ApplyCommand: convert to git internal format before applying patchThomas Wolf2021-05-1814-0/+68
* HTTP: cookie file stores expiration in secondsThomas Wolf2021-03-034-6/+8
* Fix possible NegativeArraySizeException in PackIndexV1Marc Strapetz2020-08-252-0/+0
* DirCache: support index V4Thomas Wolf2020-08-151-0/+0
* ApplyCommand: use context lines to determine hunk locationThomas Wolf2020-06-0412-0/+494
* Attributes: fix handling of text=auto in combination with eolThomas Wolf2020-05-221-0/+0
* Apply hunks when renaming or copying from patch filesJack Wickham2020-05-066-0/+42
* Create parent directories when renaming a file in ApplyCommandJack Wickham2020-05-063-0/+12
* Merge branch 'stable-5.4'Matthias Sohn2019-08-202-2/+11
|\
| * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-202-2/+11
| |\
| | * Disable debug log for FS in org.eclipse.jgit.testMatthias Sohn2019-08-101-1/+1
| | * Bazel: enable logging for tests in org.eclipse.jgit.testMatthias Sohn2019-08-102-3/+12
* | | Fix ApplyCommand which doesn't work if patch adds empty fileAnton Khodos2019-08-192-0/+3
|/ /
* | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-0/+5
|\|
| * Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-061-1/+4
| * Add debug trace for FileSnapshotMatthias Sohn2019-07-171-0/+2
* | Support reading and writing cookies.Konrad Windszus2019-06-064-0/+13
* | Apache MINA sshd clientThomas Wolf2018-11-1336-381/+0
* | Add more ssh tests: pushing, known_host file handling, etc.Thomas Wolf2018-11-1338-16/+381
* | Ssh tests with an Apache MINA sshd test git serverThomas Wolf2018-11-062-0/+16
|/
* Support -merge attribute in binary macroMathieu Cartaud2017-06-272-0/+0
* SHA-1: collision detection supportShawn Pearce2017-02-282-0/+0
* Fix symlink content comparison on MacOS in tree walkThomas Wolf2016-10-111-0/+30
* Allow setting FileMode to executable when applying patches in ApplyCommandNadav Cohen2016-05-178-0/+40
* Fix ApplyCommand when result of patch is an empty fileJon Schneider2016-04-163-0/+8
* Fix apply patch which did not work with non-ascii charactersXinTong Wang2016-03-0313-0/+48
* Adding JGitV1 and JGitV2 Walk EncryptionAndrei Pozolotin2015-10-183-0/+73
* Adding AES Walk Encryption support in http://www.jets3t.org/ modeAndrei Pozolotin2015-10-184-0/+101
* Fix patch application WRT windows line endings.Markus Duft2013-01-193-0/+18
* Make ApplyCommand create missing parent directories for new filesMarkus Duft2012-07-161-0/+9
* Ignore trailing comments in transport SPI parsingKevin Sawicki2012-03-211-0/+7
* Add ApplyCommand to JGit APITomasz Zarna2012-03-0410-0/+99