- Oct 24, 2012
-
-
Michael Schubert authored
-
Michael Schubert authored
-
Michael Schubert authored
-
Michael Schubert authored
-
Ignacio Casal Quinteiro authored
-
Michael Schubert authored
Don't stop when given wrong credentials but keep asking.
-
Michael Schubert authored
-
Scott J. Goldman authored
-
Vicent Martí authored
Use libcrypto's SHA-1 implementation when linking to it
-
Carlos Martín Nieto authored
libcryto's SHA-1 implementation is measurably better than the one that ships with the library. If we link to it for HTTPS support already, use that implementation instead. Testing on a ~600MB of the linux repository, this reduces indexing time by 40% and removes the hashing from the top spot in the perf output.
-
Russell Belfer authored
Add git_config_level support when handling config files
-
- Oct 23, 2012
-
-
yorah authored
Added `struct git_config_entry`: a git_config_entry contains the key, the value, and the config file level from which a config element was found. Added `git_config_open_level`: build a single-level focused config object from a multi-level one. We are now storing `git_config_entry`s in the khash of the config_file
-
yorah authored
This can occur after a manual modification of a config file.
-
Vicent Martí authored
Save the autotag configuration for remotes
-
Vicent Martí authored
More orphaned head love
-
nulltoken authored
-
nulltoken authored
-
Vicent Martí authored
blob: do not create temp files in the current path
-
- Oct 22, 2012
-
-
nulltoken authored
- 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.
-
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
-
-
nulltoken authored
-
nulltoken authored
-
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
-