aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
...
* | | Make sure to close Repository in testsFabio Ponciroli2022-02-021-2/+2
* | | RebaseCommand: fix commit message in "fixup" caseThomas Wolf2022-02-021-6/+28
* | | [test] Fix EolRepositoryTest for eol=nativeThomas Wolf2022-02-011-70/+44
* | | Merge conflict messages: prefix conflict lines with a hashThomas Wolf2022-01-313-6/+7
* | | CommitCommand: commit message cleanupThomas Wolf2022-01-311-0/+57
* | | [test] Fix closing of test repositoriesNail Samatov2022-01-307-1/+12
* | | [test] Fix a Windows-only test in CheckoutCommandTestThomas Wolf2022-01-301-1/+1
* | | [test] Fix ApplyCommandTest for WindowsThomas Wolf2022-01-301-3/+11
|/ /
* | Merge branch 'stable-5.13' into stable-6.0Thomas Wolf2022-01-051-17/+11
|\|
| * Use slf4j-simple instead of log4j for loggingMatthias Sohn2021-12-311-17/+11
* | Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-311-37/+50
* | Fix checkout of files with mixed line endings on text=auto eol=crlfThomas Wolf2021-10-271-1/+2
* | GarbageCollectCommand: add numberOfBitmaps to statisticskylezhao2021-10-082-3/+3
|/
* ApplyCommand: fix "no newline at end" detectionThomas Wolf2021-05-261-1/+19
* ApplyCommand: handle completely empty context lines in text patchesThomas Wolf2021-05-261-0/+8
* ApplyCommand: use byte arrays for text patches, not stringsThomas Wolf2021-05-261-0/+8
* ApplyCommand: support binary patchesThomas Wolf2021-05-261-0/+41
* ApplyCommand: convert to git internal format before applying patchThomas Wolf2021-05-181-1/+190
* Implement ours/theirs content conflict resolutionThomas Wolf2021-04-194-12/+661
* Fix typo in test method nameThomas Wolf2021-04-091-1/+1
* init: add config option to set default for the initial branch nameMatthias Sohn2021-02-221-0/+52
* init: allow specifying the initial branch name for the new repositoryMatthias Sohn2021-02-221-1/+35
* Fix DateRevQueue tie breaks with more than 2 elementsAdithya Chakilam2021-02-071-0/+47
* Add the "compression-level" option to all ArchiveCommand formatsYoussef Elghareeb2021-01-281-78/+106
* Fix NPE in DirCacheCheckoutThomas Wolf2020-12-301-0/+49
* TagCommand: propagate NO_CHANGE informationThomas Wolf2020-12-081-1/+4
* TagCommand: make -f work with lightweight tags for NO_CHANGEThomas Wolf2020-12-081-0/+23
* TagCommand: support signing annotated tagsThomas Wolf2020-12-071-14/+56
* Add support for reading symrefs from pack capabilitiesLee Worrall2020-11-262-26/+61
* Allow to resolve a conflict by checking out a fileThomas Wolf2020-11-171-1/+12
* Implement git describe --allJason Yeo2020-10-131-1/+46
* IndexDiffFilter: handle path prefixes correctlyThomas Wolf2020-09-211-0/+21
* Keep line endings for text files committed with CR/LF on text=autoThomas Wolf2020-08-171-72/+48
* ApplyCommand: use context lines to determine hunk locationThomas Wolf2020-06-041-1/+41
* Fix error occurring during checkoutNail Samatov2020-05-071-0/+22
* Apply hunks when renaming or copying from patch filesJack Wickham2020-05-061-0/+20
* Create parent directories when renaming a file in ApplyCommandJack Wickham2020-05-061-0/+10
* Merge branch 'stable-5.7'Thomas Wolf2020-04-032-9/+58
|\
| * Merge branch 'stable-5.6' into stable-5.7Thomas Wolf2020-04-032-9/+58
| |\
| | * Handle non-normalized index also for executable filesThomas Wolf2020-03-252-9/+58
* | | tag option for clone commandAlexander Nittka2020-03-151-0/+46
|/ /
* | Revert "RevWalk: stop mixing lines of history in topo sort"Alex Spradlin2020-02-261-2/+2
* | RevWalk: stop mixing lines of history in topo sortAlex Spradlin2020-02-181-2/+2
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-101-0/+55
|\|
| * Restore behavior of CloneCommandThomas Wolf2020-02-041-0/+55
* | FS: Don't use innocuous threads for CompletableFutureAlex Jitianu2020-01-281-0/+132
* | Replace ExpectedException which was deprecated in junit 4.13Matthias Sohn2020-01-241-7/+3
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0450-1900/+250
|/
* Cleanup CommitAndLogCommandTestMatthias Sohn2019-12-051-55/+51
* CLI: Add support for excluding paths from Git log commandJohn Tipper2019-12-052-53/+222