summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* CloneCommand: add a test to ensure we fetch all tagsChris Aniszczyk2011-03-141-0/+12
* CommitCommand: set correct Reflog message when amendingJens Baumgart2011-03-141-4/+10
* Fix dumb transport pushShawn O. Pearce2011-03-141-6/+8
* ObjectIdOwnerMap: More lightweight map for ObjectIdsShawn O. Pearce2011-03-131-0/+217
* Make the supported Transports extensible and discoverableShawn O. Pearce2011-03-132-3/+3
* Add -o option to commit commandPhilipp Thun2011-03-111-0/+1245
* PackWriter: Reduce GC during enumerationShawn O. Pearce2011-03-071-0/+336
* Remove deprecated TreeIteratorShawn O. Pearce2011-03-073-456/+0
* Remove deprecated IndexTreeVisitorShawn O. Pearce2011-03-071-162/+0
* Remove deprecated WorkDirCheckoutShawn O. Pearce2011-03-073-225/+1
* Remove deprecated Treeish interfaceShawn O. Pearce2011-03-072-4/+2
* Allow to amend a commit with CommitCommandTomasz Zarna2011-03-071-0/+17
* Enable test methods in CommitAndLogCommandTestsTomasz Zarna2011-03-071-0/+7
* Merge "PushCommand: Test for update of tracking branch"Shawn Pearce2011-03-041-0/+53
|\
| * PushCommand: Test for update of tracking branchRobin Stocker2011-03-041-0/+53
* | resolve(): Fix wrong parsing of branch "foo-gbed2-dev"Shawn O. Pearce2011-03-031-0/+19
* | RemoteRefUpdate: Accept Ref and ObjectId arguments for sourceShawn O. Pearce2011-03-031-5/+5
|/
* Fix NPE on checkout of remote tracking branchMatthias Sohn2011-03-012-6/+84
* Create empty GIT_DIR/hooks directoryShawn O. Pearce2011-02-221-0/+2
* Merge "Changed TreeWalk.forPath(...) to work with recursive paths."Shawn Pearce2011-02-181-0/+147
|\
| * Changed TreeWalk.forPath(...) to work with recursive paths.Jesse Greenwald2011-02-171-0/+147
* | Add git-reset to the Git APIChris Aniszczyk2011-02-171-0/+207
|/
* RevWalk: Avoid unnecessary re-parsing of commit bodiesShawn O. Pearce2011-02-132-0/+9
* Adapt expected commit message in testsRobin Stocker2011-02-021-2/+2
* Don't print "into HEAD" when merging refs/heads/masterRobin Stocker2011-02-011-0/+10
* PackWriter: Make thin packs more efficientShawn O. Pearce2011-02-011-0/+74
* Merge "Add git-clone to the Git API"Chris Aniszczyk2011-02-011-0/+129
|\
| * Add git-clone to the Git APIChris Aniszczyk2011-01-311-0/+129
* | Proper handling of rebase during pullMathias Kinzler2011-01-311-4/+5
|/
* Merge changes I3a74cc84,I219f864fRobin Rosenberg2011-01-291-6/+4
|\
| * [findbugs] Do not ignore exceptional return value of createNewFile()Matthias Sohn2011-01-281-6/+4
* | Merge "ObjectIdSubclassMap: Support duplicate additions"Chris Aniszczyk2011-01-281-0/+221
|\ \
| * | ObjectIdSubclassMap: Support duplicate additionsShawn O. Pearce2011-01-281-0/+221
* | | Make PullCommand work with RebaseMathias Kinzler2011-01-282-0/+265
|/ /
* / RebaseCommand: detect and handle fast-forward properlyMathias Kinzler2011-01-281-2/+33
|/
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-2812-60/+60
* Hard reset should not report conflict on untracked fileMatthias Sohn2011-01-271-2/+5
* Make sure not to overwrite untracked not-ignored filesChristian Halstrick2011-01-262-10/+31
* Remove unneeded interface from test classChristian Halstrick2011-01-261-12/+0
* Refactor IndexPack to not require local filesystemShawn O. Pearce2011-01-254-55/+109
* Parse RevCommit bodies before calling RevFilter.include()Jesse Greenwald2011-01-251-0/+117
* Exposed the constructor of Note classSasa Zivkov2011-01-251-58/+58
* Merge "File utility for creating a new empty file"Matthias Sohn2011-01-161-0/+15
|\
| * File utility for creating a new empty fileMatthias Sohn2011-01-141-0/+15
* | Fix API ListBranchCommand for listmode 'all'Roberto Tyley2011-01-121-0/+6
* | Merge "Using java.util.concurrent in NLSTest instead of handling threads dire...Shawn Pearce2011-01-101-30/+28
|\ \ | |/ |/|
| * Using java.util.concurrent in NLSTest instead of handling threads directly.Sasa Zivkov2011-01-101-30/+28
* | Merge "Config: Preserve existing case of names in sections"Shawn O. Pearce2011-01-091-2/+15
|\ \
| * | Config: Preserve existing case of names in sectionsShawn O. Pearce2011-01-061-2/+15
* | | Merging Git notesSasa Zivkov2011-01-092-0/+658