- 07 Oct, 2012 2 commits
- 19 Sep, 2012 1 commit
-
-
The old method was avoiding re-loading of packfiles by watching the mtime of the pack directory. This causes the ODB to become stale if the directory and packfile are written within the same clock millisecond, as when cloning a fairly small repo. This method tries to find the object in the cached packs, and forces a refresh when that fails. This will cause extra stat'ing on a miss, but speeds up the success case and avoids this race condition.
Ben Straub committed
-
- 27 Jul, 2012 1 commit
-
-
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 3 commits
-
-
Signed-off-by: Ben Straub <bstraub@github.com>
Ben Straub committed -
Ben Straub committed
-
Ben Straub committed
-
- 10 Jul, 2012 1 commit
-
-
Ben Straub committed
-
- 22 Jun, 2012 1 commit
-
-
Ben Straub committed
-
- 21 Jun, 2012 8 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Also standardized on 3-space indentation. Sorry about that.
Ben Straub committed -
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
So far they only create a repo, setup the "origin" remote, and fetch. The API probably needs work as well; there's no way to get progress information at this point. Also uncovered a shortcoming; git_remote_download doesn't fetch over local transport.
Ben Straub committed
-