summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add percent-encoding of reserved characters in URIish"Shawn Pearce2011-12-021-12/+218
|\
| * Add percent-encoding of reserved characters in URIishRobin Rosenberg2011-12-021-12/+218
* | Always checkout master when it matches the advertised HEADKevin Sawicki2011-11-281-0/+16
* | Adapt merge message to C Git for remote-tracking branchRobin Stocker2011-11-231-2/+2
* | Guard against null branch in PullCommandKevin Sawicki2011-11-221-0/+12
* | Support adding all refs to LogCommandKevin Sawicki2011-11-221-0/+91
* | maxObjectSizeLimit for receive-pack.Sasa Zivkov2011-11-221-0/+95
* | Add missing '' characters around quoted variablesKevin Sawicki2011-11-181-1/+1
* | Clean up tab usage in Directory/File conflict tableRobin Rosenberg2011-11-101-9/+9
* | Add detection of untracked folders to IndexDiffFilterJens Baumgart2011-11-101-0/+66
* | [blame] Fix blame following renames in non-toplevel directoriesCarsten Pfeiffer2011-11-102-11/+101
* | Do not use the deprecated Tree class internallyRobin Rosenberg2011-11-091-31/+47
* | Deprecate GitIndex more by using only DirCache internally.Robin Rosenberg2011-11-094-846/+808
|/
* Don't throw away the stack trace when tests failRobin Rosenberg2011-11-062-120/+82
* Merge "Allow '\' in user names in URI-ish"Shawn Pearce2011-11-041-0/+66
|\
| * Allow '\' in user names in URI-ishRobin Rosenberg2011-11-041-0/+66
* | Provide an id for submodule entries.Kevin Sawicki2011-11-041-0/+171
|/
* Merge "Close the repo in CloneCommandTest"Christian Halstrick2011-10-271-0/+1
|\
| * Close the repo in CloneCommandTestRobin Rosenberg2011-10-261-0/+1
* | Merge changes I488e9c97,I30f1049f,I1c088dceMatthias Sohn2011-10-262-2/+128
|\ \
| * | Cosmetic adjustment of relative date format, do not display "0 months"Robin Rosenberg2011-10-261-2/+2
| * | Define a utility class for handling Git date formatsRobin Rosenberg2011-10-231-0/+126
| |/
* | Merge "Allow detecting which files were renamed during a revwalk"Matthias Sohn2011-10-262-0/+179
|\ \ | |/ |/|
| * Allow detecting which files were renamed during a revwalkCarsten Pfeiffer2011-10-252-0/+179
* | Use the SystemReader to get system timeRobin Rosenberg2011-10-201-1/+9
|/
* Fix bad checkout behaviour when a file is removedRobin Rosenberg2011-10-181-0/+30
* Merge changes I7cdb563b,I7f60ae68,I7bd1e769,I92683805,I0e51a8e6Shawn O. Pearce2011-10-071-9/+19
|\
| * Fix smart HTTP client stream alignment errorsShawn O. Pearce2011-09-141-9/+19
* | Merge "Fix DirCacheEdtor.DeleteTree for empty string argument"Christian Halstrick2011-10-051-0/+117
|\ \
| * | Fix DirCacheEdtor.DeleteTree for empty string argumentRobin Rosenberg2011-10-011-0/+117
* | | Do not attempt to resolve describe-labels with less than four digitsRobin Rosenberg2011-10-031-0/+4
* | | Add blame unit test for file that is renamed twice.Kevin Sawicki2011-09-301-0/+42
* | | Fire IndexChangedEvent on DirCache.commit()Matthias Sohn2011-09-301-0/+72
* | | Fix status in index entries after checkout of pathsChristian Halstrick2011-09-281-0/+52
* | | Merge "Fix DirCache,getEntriesWithin for empty string arguemnt"Christian Halstrick2011-09-261-0/+7
|\| |
| * | Fix DirCache,getEntriesWithin for empty string arguemntRobin Rosenberg2011-09-251-0/+7
| |/
* / Test the reflog message for commit, cherry-pick, revert and mergeRobin Rosenberg2011-09-214-1/+61
|/
* Add a helper for parsing branch switch info out of a reflog entryRobin Rosenberg2011-09-051-0/+18
* Fix boxing warnings in PushProcessTestTomasz Zarna2011-08-241-7/+7
* Throw JGit exception when ResetCommand got wrong refChristian Halstrick2011-08-211-0/+17
* Fix ClassCastException in MergeCommandDenys Digtiar2011-08-211-0/+31
* Add ListTagCommand to JGit APIKetan Padegaonkar2011-08-211-0/+36
* Merge "Add DeleteTagCommand to JGit API"Chris Aniszczyk2011-08-211-0/+69
|\
| * Add DeleteTagCommand to JGit APITomasz Zarna2011-08-211-0/+69
* | Merge "PackWriter: Make want/have actual sets"Christian Halstrick2011-08-181-15/+15
|\ \
| * | PackWriter: Make want/have actual setsShawn O. Pearce2011-08-161-15/+15
* | | Use HEAD as default ref for RefLogCommand.Kevin Sawicki2011-08-171-6/+37
| |/ |/|
* | Adds DiffEntry.scan(TreeWalk, boolean) methodDariusz Luksza2011-08-171-0/+298
|/
* Merge "Add DiffCommand to JGit API"Christian Halstrick2011-08-161-0/+97
|\
| * Add DiffCommand to JGit APITomasz Zarna2011-08-161-0/+97