summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-1642-228/+439
* Merge changes I8449695e,Idecd8018Shawn Pearce2012-09-1610-76/+80
|\
| * Use assertEquals instead of == for literal primitivesRobin Rosenberg2012-09-167-14/+13
| * Use assertTrue/False instead of equals with boolean literalsRobin Rosenberg2012-09-164-62/+67
* | Merge "Ignore non-commit refs when in RevWalkUtils.findBranchesReachableFrom"Robin Rosenberg2012-09-141-1/+4
|\ \ | |/ |/|
| * Ignore non-commit refs when in RevWalkUtils.findBranchesReachableFromRobin Rosenberg2012-09-081-1/+4
* | [findBugs] Silence warning about Transport initializationRobin Stocker2012-09-141-0/+6
* | Fix ResolveMerger issue with submodule conflictTommi Siivola2012-09-121-0/+13
* | Merge "Added new Status CLI command 'jgit status'"Matthias Sohn2012-09-117-2/+448
|\ \
| * | Added new Status CLI command 'jgit status'Robin Rosenberg2012-09-097-2/+448
| |/
* | Merge "README: Convert to Markdown and rename to README.md"Matthias Sohn2012-09-101-12/+24
|\ \
| * | README: Convert to Markdown and rename to README.mdRobin Stocker2012-09-081-12/+24
| |/
* / Ignore attempts to set the timeout to -1Jason Pyeron2012-09-101-2/+6
|/
* Mark fields of BaseReceivePack privateShawn O. Pearce2012-09-052-19/+36
* Delete checkObjectCollisions from PackParserShawn O. Pearce2012-09-051-46/+11
* Delete storage.dht packageShawn O. Pearce2012-09-05141-31637/+0
* Output result of switching branch -- o.e.jgit.pgm.CheckoutTomasz Zarna2012-09-057-5/+160
* Fix NPE when notes are presentRobin Rosenberg2012-09-051-1/+1
* cleanup: use assertArrayEquals for assertion on arraysRobin Rosenberg2012-09-0310-45/+43
* cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg2012-09-0313-44/+43
* Merge "Support branches with name 'config'"Christian Halstrick2012-09-032-5/+30
|\
| * Support branches with name 'config'Christian Halstrick2012-08-212-5/+30
* | Merge "Add tests for more coverage of CheckoutCommand"Matthias Sohn2012-09-031-0/+65
|\ \
| * | Add tests for more coverage of CheckoutCommandRobin Stocker2012-09-031-0/+65
* | | DirCacheCheckout: Fix handling of files not in indexRobin Stocker2012-09-013-23/+54
|/ /
* | Create an input stream that transforms LF to CRLFRobin Rosenberg2012-09-012-0/+273
* | Enhance statistics for repo by sizes and ref-countsChristian Halstrick2012-08-311-5/+40
* | Implement a parser for datesChristian Halstrick2012-08-283-2/+468
* | Merge "Fix gc's usage of progress monitor"Stefan Lay2012-08-281-22/+27
|\ \
| * | Fix gc's usage of progress monitorMatthias Sohn2012-08-261-22/+27
* | | Fix Jetty's p2 repository URLMatthias Sohn2012-08-271-1/+1
* | | Update last jgit release version used in clirr API checksMatthias Sohn2012-08-271-1/+1
* | | Update maven plugin versionsMatthias Sohn2012-08-271-12/+12
* | | Enable rebase to continue for all rebase stagesRobin Rosenberg2012-08-271-0/+3
* | | Merge "Refactor detection of Windows platform to SystemReader"Matthias Sohn2012-08-265-19/+16
|\ \ \
| * | | Refactor detection of Windows platform to SystemReaderRobin Rosenberg2012-08-225-19/+16
* | | | Merge "Set core.precomposeunicode to true when creating repository on Mac"Matthias Sohn2012-08-263-5/+21
|\| | |
| * | | Set core.precomposeunicode to true when creating repository on MacRobin Rosenberg2012-08-223-5/+21
* | | | Merge "Refactor detection of OS X to SystemReader"Matthias Sohn2012-08-263-18/+18
|\| | | | |/ / |/| |
| * | Refactor detection of OS X to SystemReaderRobin Rosenberg2012-08-223-18/+18
* | | Merge changes I98df46ce,Ifb815a12,I051a1724Robin Rosenberg2012-08-213-37/+238
|\ \ \
| * | | Support [<ref>]@{upstream} revision syntaxRobin Rosenberg2012-07-202-1/+65
| * | | Support parsing previous checkout as a revision expresion.Robin Rosenberg2012-07-203-45/+138
| * | | Allow a @ without branch in revision syntaxRobin Rosenberg2012-07-162-3/+47
* | | | Merge "Refactored method to find branches from which a commit is reachable"Robin Rosenberg2012-08-211-0/+73
|\ \ \ \
| * | | | Refactored method to find branches from which a commit is reachableRobin Rosenberg2012-08-211-0/+73
| | |/ / | |/| |
* | | | Merge changes I4f73487b,I1d1ed122Matthias Sohn2012-08-212-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | The Git API's only likes /, not \ in pathsRobin Rosenberg2012-08-211-1/+1
| * | | Skip a test that cannot be verified on WindowsRobin Rosenberg2012-08-211-0/+2
| |/ /
* | | Teach BranchTrackingStatus to handle tracking of local branchesMatthias Sohn2012-08-183-6/+79