- 01 Nov, 2012 1 commit
-
-
Philip Kelley committed
-
- 24 Oct, 2012 2 commits
-
-
Ben Straub committed
-
git_indexer_stats and friends -> git_transfer_progress* Also made git_transfer_progress members more sanely named.
Ben Straub committed
-
- 20 Oct, 2012 7 commits
-
-
Also implemented in the git2 example.
Ben Straub committed -
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Also removing all the *stats parameters from external APIs that don't need them anymore.
Ben Straub committed
-
- 15 Oct, 2012 2 commits
- 09 Oct, 2012 2 commits
-
-
This started as a complex new test for checkout going through the "typechanges" test repository, but that revealed numerous issues with checkout, including: * complete failure with submodules * failure to create blobs with exec bits * problems when replacing a tree with a blob because the tree "example/" sorts after the blob "example" so the delete was being processed after the single file blob was created This fixes most of those problems and includes a number of other minor changes that made it easier to do that, including improving the TYPECHANGE support in diff/status, etc.
Russell Belfer committed -
* tests-clar/status: remove an unused variable * clone: fix -Wmaybe-uninitialized warning
Michael Schubert committed
-
- 07 Oct, 2012 6 commits
- 17 Sep, 2012 1 commit
-
-
nulltoken committed
-
- 14 Sep, 2012 1 commit
-
-
I don't think clone.c needs in #include dirent.h and it is not portable, so let's just get rid of it.
Russell Belfer committed
-
- 06 Sep, 2012 1 commit
-
-
nulltoken committed
-
- 01 Aug, 2012 1 commit
-
-
Ben Straub committed
-
- 28 Jul, 2012 1 commit
-
-
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_*.
Ben Straub committed
-
- 27 Jul, 2012 3 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
- 26 Jul, 2012 2 commits
-
-
* Removed the #define for defaults * Promoted progress structure to top-level API call argument
Ben Straub committed -
Refactor checkout into several more-sensible entry points, which consolidates common options into a single structure that may be passed around.
Ben Straub committed
-
- 11 Jul, 2012 2 commits
-
-
Ben Straub committed
-
Also, remove some duplication in the clone test suite.
Ben Straub committed
-
- 10 Jul, 2012 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
- 25 Jun, 2012 1 commit
-
-
git_clone now produces a repo that `git status` reports as clean!
Ben Straub committed
-
- 22 Jun, 2012 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
- 21 Jun, 2012 3 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-