summaryrefslogtreecommitdiff
path: root/docs/checkout-internals.md
Commit message (Collapse)AuthorAgeFilesLines
* checkout: handle dirty submodules correctlyJason Haslam2016-05-261-1/+28
| | | | | Don't generate conflicts when checking out a modified submodule and the submodule is dirty or modified in the workdir.
* Cleaned up some tables in checkout-internals docMike Anderson2013-09-251-94/+95
| | | | The markdown wasn't rendering correctly.
* Simplify checkout documentationRussell Belfer2013-01-041-0/+203
This moves a lot of the detailed checkout documentation into a new file (docs/checkout-internals.md) and simplifies the public docs for the checkout API.