aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/AddCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* AddCommand: implement --all/--no-allThomas Wolf2025-02-261-4/+14
* [errorprone] Fix pattern UseCorrectAssertInTestsMatthias Sohn2024-04-291-3/+5
* [errorprone] Fix pattern see UnusedVariableMatthias Sohn2024-04-291-8/+9
* [errorprone] Fix UnnecessaryParentheses errorsMatthias Sohn2024-04-281-2/+2
* AddCommand: ability to switch off renormalizationThomas Wolf2023-04-281-1/+71
* Fix adding symlinks to the index when core.symlinks=falseThomas Wolf2022-08-131-0/+41
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Close some Repository instances in testsThomas Wolf2019-10-211-33/+35
* Close ObjectInserters in testsThomas Wolf2019-10-211-15/+15
* Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-081-1/+1
|\
| * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-081-1/+1
| |\
| | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-1/+1
* | | Fix core.autocrlf for non-normalized indexThomas Wolf2019-02-261-6/+5
|/ /
* | Fix IndexDiffs for git linksThomas Wolf2018-11-261-1/+2
* | Explicitly specify charset when constructing PrintWriterDavid Pursehouse2018-09-301-32/+33
|/
* AddCommandTest: Open PrintWriter in try-with-resourceDavid Pursehouse2018-03-051-99/+100
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-031-4/+2
* Basic submodule merge handlingDavid Turner2018-02-041-2/+2
* Ensure EOL stream type is DIRECT when -text attribute is presentThomas Wolf2017-08-111-0/+15
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+7
* Add built-in LFS smudge filter for local caseChristian Halstrick2016-09-201-6/+75
* Add built-in LFS clean filterChristian Halstrick2016-09-201-2/+78
* Enhance test coverage when core.filemode is falseChristian Halstrick2016-07-011-48/+30
* Fix TreeWalk to reset attributes cache for each entryChristian Halstrick2016-06-231-0/+23
* Implement DIR_NO_GITLINKSPreben Ingvaldsen2016-04-051-6/+110
* Merge branch 'stable-4.2'Matthias Sohn2016-01-211-299/+320
|\
| * AddCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-306/+327
* | AddCommand: Use NameConflictTreeWalk to identify file-dir changesShawn Pearce2015-12-291-1/+97
|/
* Add support for clean filtersChristian Halstrick2015-11-271-0/+188
* Split discoverGitPrefix() code out into discoverGitExe()Sebastian Schuberth2015-05-211-2/+2
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+1
* Allow detection of case insensitive file systemsMatthias Sohn2012-08-061-0/+10
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-8/+11
* Handle content length in WorkingTreeIteratorRobin Rosenberg2012-03-271-38/+30
* Revert "Quickfix for AutoCRLF handling"Shawn O. Pearce2012-03-151-30/+1
* Keep submodules in index that are missing in working directoryKevin Sawicki2012-03-101-0/+37
* Quickfix for AutoCRLF handlingRobin Rosenberg2012-03-031-1/+30
* Support more of AutoCRLFRobin Rosenberg2012-01-101-0/+48
* Retain executable mode of existing files on WindowsKevin Sawicki2012-01-031-0/+98
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-29/+29
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+20
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-071-4/+5
* Check assume unchanged flag in Add commandStefan Lay2010-11-291-0/+42
* Refactor Git API exceptions to a new packageChris Aniszczyk2010-09-011-0/+1
* Add blob-data to utility method indexState()Christian Halstrick2010-08-181-43/+43
* Add the parameter "update" to the Add commandStefan Lay2010-08-041-72/+172
* Merge branch 'delta'Shawn O. Pearce2010-07-221-22/+22
* Allow for filepattern "." in AddCommandStefan Lay2010-07-221-0/+20
* Do not add ignored files in Add commandStefan Lay2010-07-221-0/+28