aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* TagCommand should be able to create unannotated tags tooRobin Rosenberg2013-05-031-1/+13
* Update tags on fetch if --tags or tag refspec specifiedRobin Stocker2013-05-011-0/+25
* Only fetch tags that do not exist locally with auto-followRobin Stocker2013-05-011-12/+86
* Make the Reflog a public API againRobin Rosenberg2013-04-266-16/+16
* Merge "A deleted work tree file is not a conflict when merge wants to delete it"Robin Rosenberg2013-04-191-0/+15
|\
| * A deleted work tree file is not a conflict when merge wants to delete itRobin Rosenberg2013-04-081-0/+15
* | Merge "Untracked files should not be included in stash"Robin Rosenberg2013-04-191-0/+1
|\ \
| * | Untracked files should not be included in stashRobin Rosenberg2013-04-181-0/+1
* | | Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg2013-04-182-4/+2
|/ /
* | Merge "Consider working tree changes when stashing newly added files"Robin Rosenberg2013-04-111-0/+32
|\ \
| * | Consider working tree changes when stashing newly added filesRobin Rosenberg2013-04-091-0/+32
| |/
* | Merge "LogCommand.all(): filter out refs that do not refer to commit objects"Robin Rosenberg2013-04-101-1/+7
|\ \
| * | LogCommand.all(): filter out refs that do not refer to commit objectsArthur Baars2013-03-311-1/+7
* | | Merge "LogCommand.all(), peel references before using them"Robin Rosenberg2013-04-101-0/+25
|\| | | |/ |/|
| * LogCommand.all(), peel references before using themArthur Baars2013-03-311-0/+25
* | Add the no-commit option to MergeCommandTomasz Zarna2013-04-041-0/+125
* | Indicate initial commit on a branch in the reflogRobin Rosenberg2013-04-022-4/+6
|/
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-188-10/+10
* Support aborting non-interactive rebase started from C GitRobin Stocker2013-03-161-1/+23
* NameRevCommand: Don't use merge cost for first parentDave Borowitz2013-03-151-17/+14
* NameRevCommand: Use ~ notation for first parents of mergesDave Borowitz2013-03-141-1/+15
* Allow adding single refs or all tags to NameRevCommandDave Borowitz2013-03-131-0/+20
* Merge "Add a NameRevCommand for describing IDs in terms of refnames"Shawn Pearce2013-03-111-0/+173
|\
| * Add a NameRevCommand for describing IDs in terms of refnamesDave Borowitz2013-03-111-0/+173
* | Do not cherry-pick merge commits during rebaseRobin Rosenberg2013-03-081-32/+51
|/
* Fix corrupted CloneCommand bare-repo fetch-refspec (#402031)Roberto Tyley2013-03-041-1/+26
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-0438-40/+44
* Fix stash apply using merge logicRobin Rosenberg2013-01-301-9/+67
* Fix Check for FF_ONLY merges againRobin Rosenberg2013-01-291-22/+35
* Check for FF_ONLY merges correctlyRobin Rosenberg2013-01-291-0/+39
* Merge "Improve handling of checkout conflicts"Robin Rosenberg2013-01-201-48/+26
|\
| * Improve handling of checkout conflictsMarkus Duft2013-01-111-48/+26
* | Fix patch application WRT windows line endings.Markus Duft2013-01-191-0/+10
|/
* Update the revert command and things relating to revertRobin Rosenberg2012-12-281-0/+208
* Declare essentially static methods as staticRobin Rosenberg2012-12-278-14/+17
* Support --cached in RmCommandRobin Stocker2012-12-031-1/+15
* Add support for rebase interactive 'edit' commandDariusz Luksza2012-11-191-0/+52
* Add support for rebase interactive 'reword' commandDariusz Luksza2012-11-191-0/+58
* Add GarbageCollectCommand to porcelain APIMatthias Sohn2012-11-181-0/+90
* Add support for pull with --rebase and --no-rebaseMikael Karlsson2012-11-161-0/+70
* Adapt Status and CleanCommand to support cleaning directoriesMarkus Duft2012-11-162-3/+99
* CheckoutCommand: Support checking out ours and theirsRobin Stocker2012-11-161-3/+45
* CommitCommand: Ensure unmerged paths are added correctly with setOnlyRobin Stocker2012-11-121-0/+54
* Add ReflogCommandTest#testAmendReflogTomasz Zarna2012-11-011-0/+32
* ResetCommand: Use DirCacheBuilder in resetIndexRobin Stocker2012-11-011-0/+30
* ResetCommand: Correctly reset unmerged paths in resetIndexForPathsRobin Stocker2012-11-011-0/+32
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-251-1/+2
* StashCreateCommand: Abort in case of unmerged pathsRobin Stocker2012-10-221-0/+11
* CommitCommand: Use original author on amend if author is not setRobin Stocker2012-10-081-0/+44
* CommitCommand: Don't allow amending on initial commitRobin Stocker2012-10-081-0/+7