summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | ObjectWalk: Fix reset for non-commit objectsShawn O. Pearce2011-01-311-0/+11
* | | Merge "Revert Ie48d6556"Chris Aniszczyk2011-01-311-1/+1
|\ \ \
| * | | Revert Ie48d6556Chris Aniszczyk2011-01-311-1/+1
| | |/ | |/|
* | | Merge "Proper handling of rebase during pull"Chris Aniszczyk2011-01-315-43/+56
|\ \ \ | |/ / |/| |
| * | Proper handling of rebase during pullMathias Kinzler2011-01-315-43/+56
| |/
* / Fix incorrect review url in IP log fileRobert Munteanu2011-01-311-1/+1
|/
* Merge changes I3a74cc84,I219f864fRobin Rosenberg2011-01-293-10/+6
|\
| * [findbugs] Do not ignore exceptional return value of createNewFile()Matthias Sohn2011-01-282-9/+6
| * Do not create files to be updated before checkout of DirCache entryMatthias Sohn2011-01-281-1/+0
* | Add setCredentialsProvider to PullCommandTomasz Zarna2011-01-281-0/+17
* | Merge "ObjectIdSubclassMap: Support duplicate additions"Chris Aniszczyk2011-01-283-5/+266
|\ \
| * | ObjectIdSubclassMap: Support duplicate additionsShawn O. Pearce2011-01-283-5/+266
* | | Merge "Make PullCommand work with Rebase"Chris Aniszczyk2011-01-284-51/+359
|\ \ \ | |/ / |/| |
| * | Make PullCommand work with RebaseMathias Kinzler2011-01-284-51/+359
* | | Merge "RebaseCommand: detect and handle fast-forward properly"Chris Aniszczyk2011-01-283-7/+139
|\| |
| * | RebaseCommand: detect and handle fast-forward properlyMathias Kinzler2011-01-283-7/+139
* | | Revert "Teach PackWriter how to reuse an existing object list"Shawn O. Pearce2011-01-283-271/+21
|/ /
* / TransportHttp wrongly uses JDK 6 constructor of IOExceptionMathias Kinzler2011-01-281-2/+2
|/
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-2823-82/+96
* 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-272-8/+7
* | 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-263-12/+56
* | Fixed several NPEs in the Fetch CLISasa Zivkov2011-01-261-5/+10
* | Fixed NLS in JGit command line interfaceSasa Zivkov2011-01-261-2/+2
* | 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
* | | Merge "Make setCredentialsProvider more convenient to use"Chris Aniszczyk2011-01-262-2/+10
|\ \ \
| * | | Make setCredentialsProvider more convenient to useMathias Kinzler2011-01-262-2/+10
| |/ /
* / / Remove unneeded interface from test classChristian Halstrick2011-01-261-12/+0
|/ /
* | 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-2519-1506/+2224
* | Parse RevCommit bodies before calling RevFilter.include()Jesse Greenwald2011-01-252-1/+120
* | Allow to set a CredentialsProvider on relevant API commandsMathias Kinzler2011-01-252-0/+22
* | Exposed the constructor of Note classSasa Zivkov2011-01-256-67/+83
|/
* Merge "Build http.server source JAR"Chris Aniszczyk2011-01-211-0/+20
|\
| * Build http.server source JARShawn O. Pearce2011-01-201-0/+20
* | Introduce metaData compare between working tree and index entriesChristian Halstrick2011-01-213-32/+81