summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* RebaseCommand: detect and handle fast-forward properlyMathias Kinzler2011-01-282-5/+106
* TransportHttp wrongly uses JDK 6 constructor of IOExceptionMathias Kinzler2011-01-281-2/+2
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-287-17/+23
* Teach PackWriter how to reuse an existing object listShawn O. Pearce2011-01-273-21/+271
* Allow ObjectReuseAsIs to resort objects during writingShawn O. Pearce2011-01-272-3/+6
* PackWriter: Use TOPO order only for incremental packsShawn O. Pearce2011-01-271-1/+4
* Remove getObjectsDirectory, openPack from base APIShawn O. Pearce2011-01-271-18/+0
* Merge "Support for self signed certificate (HTTPS)"Shawn Pearce2011-01-271-1/+47
|\
| * Support for self signed certificate (HTTPS)Per Salomonsson2011-01-261-1/+47
* | Hard reset should not report conflict on untracked fileMatthias Sohn2011-01-271-6/+2
* | Rename PlotWalk.getTags() to getRefs()Roberto Tyley2011-01-261-2/+2
* | Provide access to the Refs of a PlotCommitRoberto Tyley2011-01-261-0/+23
* | Fix tests broken by fix for adding files in a network shareRobin Rosenberg2011-01-261-1/+2
* | FetchCommand: allow to set "TagOpt"Mathias Kinzler2011-01-261-0/+16
* | Make sure not to overwrite untracked not-ignored filesChristian Halstrick2011-01-261-2/+25
* | Fix adding files in a network shareRobin Rosenberg2011-01-261-2/+1
* | Merge "Refactor and comment complicated if statements"Chris Aniszczyk2011-01-261-8/+35
|\ \
| * | Refactor and comment complicated if statementsChristian Halstrick2011-01-261-8/+35
* | | Merge "MergeCommand should create missing branches"Chris Aniszczyk2011-01-261-2/+25
|\| |
| * | MergeCommand should create missing branchesChristian Halstrick2011-01-261-2/+25
* | | Make setCredentialsProvider more convenient to useMathias Kinzler2011-01-262-2/+10
|/ /
* | Permit disabling birthday attack checks in PackParserShawn O. Pearce2011-01-251-11/+46
* | Ensure all deltas were resolved in a packShawn O. Pearce2011-01-251-0/+6
* | Refactor IndexPack to not require local filesystemShawn O. Pearce2011-01-2514-1434/+2097
* | Parse RevCommit bodies before calling RevFilter.include()Jesse Greenwald2011-01-251-1/+3
* | Allow to set a CredentialsProvider on relevant API commandsMathias Kinzler2011-01-252-0/+22
* | Exposed the constructor of Note classSasa Zivkov2011-01-255-9/+25
|/
* Introduce metaData compare between working tree and index entriesChristian Halstrick2011-01-212-32/+80
* Add progress reporting to IndexDiffRobin Rosenberg2011-01-211-1/+94
* Fix misc spelling errors in comments and method namesRobin Rosenberg2011-01-174-17/+17
* Merge "File utility for creating a new empty file"Matthias Sohn2011-01-162-0/+24
|\
| * File utility for creating a new empty fileMatthias Sohn2011-01-142-0/+24
* | Merge "ConfigConstants: expose some constants for user name and email."Shawn Pearce2011-01-121-0/+9
|\ \
| * | ConfigConstants: expose some constants for user name and email.Mathias Kinzler2011-01-121-0/+9
| |/
* | Merge "CheckoutCommand: fix reflog message"Shawn Pearce2011-01-121-1/+1
|\ \
| * | CheckoutCommand: fix reflog messageMathias Kinzler2011-01-121-1/+1
* | | Merge "Locate $HOME like C Git does on Windows"Shawn Pearce2011-01-121-0/+18
|\ \ \
| * | | Locate $HOME like C Git does on WindowsRobin Rosenberg2011-01-121-0/+18
| |/ /
* / / Fix API ListBranchCommand for listmode 'all'Roberto Tyley2011-01-121-1/+3
|/ /
* | Merge "Do not cherry-pick or revert commit more than once"Matthias Sohn2011-01-102-0/+10
|\ \ | |/ |/|
| * Do not cherry-pick or revert commit more than onceRobin Rosenberg2011-01-102-0/+10
* | Merge "Use heap based stack for PackFile deltas"Shawn O. Pearce2011-01-091-98/+167
|\ \
| * | Use heap based stack for PackFile deltasShawn O. Pearce2011-01-061-98/+167
* | | Merge "Config: Preserve existing case of names in sections"Shawn O. Pearce2011-01-091-14/+49
|\ \ \
| * | | Config: Preserve existing case of names in sectionsShawn O. Pearce2011-01-061-14/+49
| | |/ | |/|
* | | Merging Git notesSasa Zivkov2011-01-0912-20/+779
* | | Fix IgnoreRule for directory-only patternsMarc Strapetz2011-01-071-10/+29
|/ /
* / NoteMap implements Iterable<Note>Sasa Zivkov2011-01-052-3/+18
|/
* Implement a revert commandRobin Rosenberg2011-01-023-1/+223
* Merge "[findbugs] Make CheckoutResult constants final"Shawn Pearce2010-12-311-3/+4
|\