- 20 Oct, 2012 24 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Also, now only reporting checkout progress for files that are actually being added or removed.
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
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Also implemented in the git2 example.
Ben Straub committed -
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
git_index_read_tree() was exposing a parameter to provide the user with a progress indicator. Unfortunately, due to the recursive nature of the tree walk, the maximum number of items to process was unknown. Thus, the indicator was only counting processed entries, without providing any information how the number of remaining items.
nulltoken committed -
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Also converted the network example to use it.
Ben Straub committed -
Also removing all the *stats parameters from external APIs that don't need them anymore.
Ben Straub committed -
Ben Straub committed
-
Changes to CMake for packaging
Vicent Martí committed -
Fix env variable tests with new Win32 path rules
Philip Kelley committed
-
- 19 Oct, 2012 12 commits
-
-
Veeti Paananen committed
-
Veeti Paananen committed
-
Rename INSTALL_INC and INSTALL_BIN to INCLUDE_INSTALL_DIR and BIN_INSTALL_DIR, which are more commonly used. This is also consistent with the variable for the library path which is already LIB_INSTALL_DIR.
Veeti Paananen committed -
The new Win32 global path search was not working with the environment variable tests. But when I fixed the test, the new codes use of getenv() was causing more failures (presumably because of caching on Windows ???). This fixes the global file lookup to always go directly to the Win32 API in a predictable way.
Russell Belfer committed -
Vicent Marti committed
-
Add error GIT_EORPHANEDHEAD
Vicent Martí committed -
Update README because vmg is @vmg.
Russell Belfer committed -
Ted Nyman committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
- 18 Oct, 2012 4 commits
-
-
Enhance test coverage
Russell Belfer committed -
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-