aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/AddCommand.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Use ArrayList instead of LinkedListMatthias Sohn2023-09-221-2/+2
* [errorprone] AddCommand#filepattern: use a more specific typeMatthias Sohn2023-09-221-2/+2
* AddCommand: ability to switch off renormalizationThomas Wolf2023-04-281-2/+56
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-2/+3
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-8/+16
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Add built-in LFS smudge filter for local caseChristian Halstrick2016-09-201-0/+5
* Implement DIR_NO_GITLINKSPreben Ingvaldsen2016-04-051-1/+5
* AddCommand: Use NameConflictTreeWalk to identify file-dir changesShawn Pearce2015-12-291-5/+18
* AddCommand: Avoid unnecessary string conversionsShawn Pearce2015-12-231-11/+17
* AddCommand: Cleanup conditional logicShawn Pearce2015-12-231-49/+54
* Add support for clean filtersChristian Halstrick2015-11-271-0/+4
* Adds the git attributes computation on the treewalkArthur Daussy2015-11-181-0/+3
* Use try-with-resources to fix warnings in AddCommandMatthias Sohn2015-04-021-4/+2
* Document that path parameters should use '/' as separatorRobin Stocker2013-11-151-4/+8
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-1/+2
* Handle content length in WorkingTreeIteratorRobin Rosenberg2012-03-271-1/+3
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Use object id provided by working tree iterator for submodulesKevin Sawicki2012-03-101-16/+4
* Keep submodules in index that are missing in working directoryKevin Sawicki2012-03-101-2/+3
* Retain executable mode of existing files on WindowsKevin Sawicki2012-01-031-1/+1
* Add comand support for git-submoduleKevin Sawicki2011-12-281-13/+30
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-071-1/+0
* Check assume unchanged flag in Add commandStefan Lay2010-11-291-13/+19
* Refactor Git API exceptions to a new packageChris Aniszczyk2010-09-011-0/+2
* Add openEntryStream to WorkingTreeIteratorShawn O. Pearce2010-08-231-6/+16
* Add the parameter "update" to the Add commandStefan Lay2010-08-041-12/+41
* Merge branch 'delta'Shawn O. Pearce2010-07-221-2/+2
* Allow client of Add command to set a WorkingTreeIteratorStefan Lay2010-07-221-3/+17
* Allow for filepattern "." in AddCommandStefan Lay2010-07-221-1/+5
* Do not add ignored files in Add commandStefan Lay2010-07-221-2/+6
* Move ignore node handling into WorkingTreeIteratorShawn O. Pearce2010-07-211-2/+1
* Git Porcelain API: Add CommandStefan Lay2010-07-141-0/+168