aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org
Commit message (Expand)AuthorAgeFilesLines
* Move writeTrashFile and deleteFile into JGitTestUtilDariusz Luksza2012-01-251-5/+3
* Add command support for listing stashed commitsKevin Sawicki2012-01-201-0/+136
* Merge "Support relative submodule URLs on init/add/sync"Matthias Sohn2012-01-183-13/+331
|\
| * Support relative submodule URLs on init/add/syncKevin Sawicki2012-01-173-13/+331
* | Add BranchTrackingStatus for getting remote tracking statusRobin Stocker2012-01-161-0/+104
* | Add BranchConfig helper for access to branch config sectionRobin Stocker2012-01-161-0/+116
* | Add RevWalkUtils with count(start, end) methodRobin Stocker2012-01-161-0/+103
|/
* Merge "Support more of AutoCRLF"Christian Halstrick2012-01-165-3/+248
|\
| * Support more of AutoCRLFRobin Rosenberg2012-01-105-3/+248
* | Fix resolution of tree when path is emptyRobin Rosenberg2012-01-151-0/+4
* | Make sure all bytes are written to files on close, or get an error.Robin Rosenberg2012-01-153-7/+7
* | Resolve ~ with no trailing number as the first parent commitKevin Sawicki2012-01-141-0/+5
* | Cannot commit -o file with only file permission changeRobin Rosenberg2012-01-131-0/+31
|/
* Merge "Provide helper for unlocking a file"Matthias Sohn2012-01-101-0/+83
|\
| * Provide helper for unlocking a fileKevin Sawicki2012-01-091-0/+83
* | Add options for setting context lines and prefixes to DiffCommandTomasz Zarna2012-01-091-0/+44
|/
* Retain executable mode of existing files on WindowsKevin Sawicki2012-01-032-0/+253
* Add support for cloning submodules to CloneCommandKevin Sawicki2012-01-021-0/+47
* Skip a number commits before starting to show the commit outputTomasz Zarna2012-01-022-9/+130
* Add constant for default name for the Git repo configurationTomasz Zarna2012-01-023-4/+5
* Add comand support for git-submoduleKevin Sawicki2011-12-286-0/+1161
* Merge "Limit the number of commits in LogCommand output"Robin Rosenberg2011-12-232-0/+110
|\
| * Limit the number of commits in LogCommand outputTomasz Zarna2011-12-232-0/+110
* | DiffFormatter#format(List) fails unless #scan(ATI, ATI) is called firstTomasz Zarna2011-12-231-6/+104
|/
* Support getting specific entry number in reflogKevin Sawicki2011-12-191-0/+36
* Support resolving integer-based reflog revisionsKevin Sawicki2011-12-161-0/+123
* Merge "Report diff entries for files that only change mode"Robin Rosenberg2011-12-161-0/+42
|\
| * Report diff entries for files that only change modeKevin Sawicki2011-12-141-0/+42
* | Merge branch 'stable-1.2'Matthias Sohn2011-12-161-0/+83
|\ \ | |/ |/|
| * Fix MergeCommandTest to pass if File.executable is not supportedRobin Rosenberg2011-12-151-4/+12
| * Fix ResolveMerger not to add paths with FileMode 0Christian Halstrick2011-12-111-0/+75
* | 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