- 30 Nov, 2012 3 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
- 27 Nov, 2012 6 commits
-
-
Includes typedef for git_direction, and renames for GIT_DIR_[FETCH|PUSH] to GIT_DIRECTION_(\1).
Ben Straub committed -
Ben Straub committed
-
This makes the diff functions that take callbacks both take the payload parameter after the callback function pointers and pass the payload as the last argument to the callback function instead of the first. This should make them consistent with other callbacks across the API.
Russell Belfer committed -
Russell Belfer committed
-
Ben Straub committed
-
Ben Straub committed
-
- 17 Nov, 2012 1 commit
-
-
nulltoken committed
-
- 15 Nov, 2012 1 commit
-
-
A number of diff APIs and the `git_checkout_index` API take a `git_repository` object an operate on the index. This updates them to take a `git_index` pointer explicitly and only fall back on the `git_repository` index if the index input is NULL. This makes it easier to operate on a temporary index.
Russell Belfer committed
-
- 09 Nov, 2012 1 commit
-
-
This fixes a number of warnings and problems with cross-platform builds. Among other things, it's not safe to name a member of a structure "strcmp" because that may be #defined.
Russell Belfer committed
-
- 01 Nov, 2012 1 commit
-
-
This improves docs in some of the public header files, cleans up and improves some of the example code, and fixes a couple of pedantic warnings in places.
Russell Belfer committed
-
- 30 Oct, 2012 1 commit
-
-
Edward Thomson committed
-
- 24 Oct, 2012 3 commits
-
-
Ben Straub committed
-
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 8 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
The fetch code takes advantage of this to implement a progress callback every 100kb of transfer.
Ben Straub committed -
Ben Straub committed
-
Also implemented in the git2 example.
Ben Straub committed -
Ben Straub committed
-
Ben Straub committed
-
Also converted the network example to use it.
Ben Straub committed
-
- 30 Sep, 2012 1 commit
-
-
Carlos Martín Nieto committed
-
- 24 Aug, 2012 2 commits
-
-
Carlos Martín Nieto committed
-
We can't always rely on the network telling us when the download is finished. Recognize it from the indexer itself.
Carlos Martín Nieto committed
-
- 31 Jul, 2012 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
- 30 Jul, 2012 3 commits
-
-
Ben Straub committed
-
Carlos Martín Nieto committed
-
For the transition, http is going to keep its own logic until the git/common code catches up with the implied multi_ack that http has. This also has the side-effect of making the code cleaner and more correct regardingt he protocol.
Carlos Martín Nieto committed
-
- 21 Jul, 2012 1 commit
-
-
Currently only update_tips is used, but it prepares the way for progress output during download.
Carlos Martín Nieto committed
-
- 11 Jul, 2012 1 commit
-
-
Russell Belfer committed
-
- 10 Jul, 2012 1 commit
-
-
Michael Schubert committed
-
- 28 Jun, 2012 1 commit
-
-
Not everyone who indexes a packfile wants to put it in the standard git repository location.
Carlos Martín Nieto committed
-
- 14 Jun, 2012 2 commits
-
-
Chris Young committed
-
- 09 Jun, 2012 1 commit
-
-
Chris Young committed
-