| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Also correcting some documentation strings.
|
|
|
|
|
|
|
|
|
| |
Renamed git_checkout_index to what it really was,
and removed duplicate code from clone.c. Added
git_checkout_ref, which updates HEAD and hands off
to git_checkout_head.
Added tests for the options the caller can pass to
git_checkout_*.
|
| |
|
|
|
|
|
|
| |
* Removed the #define for defaults
* Promoted progress structure to top-level API call
argument
|
|
|
|
|
| |
Refactor checkout into several more-sensible
entry points, which consolidates common options
into a single structure that may be passed around.
|
| |
|
|
|