- 22 Oct, 2012 2 commits
-
-
blob: do not create temp files in the current path
Vicent Martí committed -
- make sure temporary streamed blobs are created under the .git/objects folder and not in the current path, whatever it is. - do not make the name of the temp file depend on the hintpath.
nulltoken committed
-
- 20 Oct, 2012 2 commits
-
-
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 11 commits
-
-
Enhance test coverage
Russell Belfer committed -
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
Update clar and add reliable rename for Win32
Vicent Martí committed -
revparse: properly handle refnames containing a @
Vicent Martí committed -
Fix #994
nulltoken committed -
Philip Kelley committed
-
Carlos Martín Nieto committed
-
remote: support fetch cancelation
Vicent Martí committed -
Introduce git_remote_stop() which sets a variable that is checked by the fetch process in a few key places. If this is variable is set, the fetch is aborted.
Carlos Martín Nieto committed
-
- 17 Oct, 2012 6 commits
-
-
Support TYPECHANGE records in status and adjust checkout accordingly
Russell Belfer committed -
Fixed no-submodule speedup of new checkout code. Fixed missing final update to progress (which may go away, I realize). Fixed unused structure in header and incorrect comment.
Russell Belfer committed -
Separated git_strarray from common.h. Added doxy comments.
Ben Straub committed -
Skip the third pass of checkout (where submodules are checked out) if the earlier passes found no submodules to be checked out.
Russell Belfer committed -
Incremental improvements to pack-objects logic
Philip Kelley committed -
Incorporate feedback for incr. improvements to pack-objects
Philip Kelley committed
-
- 16 Oct, 2012 7 commits
-
-
Michael Schubert committed
-
Support pthread_cond_* on Win32
Vicent Martí committed -
Not found means not found, and the other way around.
Vicent Marti committed -
Philip Kelley committed
-
Carlos Martín Nieto committed
-
Config location fixes
Vicent Martí committed -
Fix single file ignores
Philip Kelley committed
-