- Oct 24, 2012
-
-
Michael Schubert authored
-
- Oct 22, 2012
-
-
Michael Schubert authored
Conflicts: src/push.c src/transports/http.c
-
Michael Schubert authored
-
- Oct 21, 2012
-
-
Michael Schubert authored
-
Michael Schubert authored
-
Michael Schubert authored
-
Michael Schubert authored
-
- Oct 20, 2012
-
-
Vicent Martí authored
Changes to CMake for packaging
-
Philip Kelley authored
Fix env variable tests with new Win32 path rules
-
Veeti Paananen authored
-
Veeti Paananen authored
-
Veeti Paananen authored
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.
-
Russell Belfer authored
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.
-
Vicent Marti authored
-
Vicent Martí authored
Add error GIT_EORPHANEDHEAD
-
Russell Belfer authored
Update README because vmg is @vmg.
-
Ted Nyman authored
-
nulltoken authored
-
nulltoken authored
-
nulltoken authored
-
nulltoken authored
-
- Oct 19, 2012
-
-
Congyi Wu authored
-
Russell Belfer authored
Enhance test coverage
-
nulltoken authored
-
nulltoken authored
-
nulltoken authored
-
Vicent Martí authored
Update clar and add reliable rename for Win32
-
Vicent Martí authored
revparse: properly handle refnames containing a @
-
nulltoken authored
Fix #994
-
Philip Kelley authored
-
Carlos Martín Nieto authored
-
Vicent Martí authored
remote: support fetch cancelation
-
- Oct 18, 2012
-
-
Carlos Martín Nieto authored
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.
-
Russell Belfer authored
Support TYPECHANGE records in status and adjust checkout accordingly
-
Russell Belfer authored
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.
-
Ben Straub authored
Separated git_strarray from common.h. Added doxy comments.
-
Russell Belfer authored
Skip the third pass of checkout (where submodules are checked out) if the earlier passes found no submodules to be checked out.
-
Philip Kelley authored
Incremental improvements to pack-objects logic
-
Philip Kelley authored
Incorporate feedback for incr. improvements to pack-objects
-
- Oct 17, 2012
-
-
Michael Schubert authored
-