- 17 Jun, 2011 11 commits
-
-
The repo's configuration should take precedence over the global one. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
It's not enough to load the config, we also need to explicitely parse it after we create it. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
This function puts the global and repository configurations in one git_config object and gives it to the user. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
Noticed by txdv Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
Vicent Marti committed
-
Vicent Marti committed
-
Runtime checks are asserting on the embedded ZLib code because of truncation (see zlib/trees.c:218). This is not good or pretty, but I'm wary about patching the ZLib code even more. There are two ways to fix this: - Patch the ZLib code, and start storing a diff/patchset on how does our version of ZLib differ from the original one, so we can be more or less on sync when new version of ZLib. - Go back to ZLib as an external dependency, which is np for *NIX users but annoying as dicks for Windows users. THINK HARD
Vicent Marti committed -
Fix misleading comment in CMake build script
Vicent Martí committed -
Plug memory leaks
Vicent Martí committed -
Vicent Marti committed
-
Vicent Marti committed
-
- 16 Jun, 2011 12 commits
-
-
The test wasn't updated when repos lost ownership of indices Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
Simplify loose ref writing
Vicent Martí committed -
There is no need to store the format outselves, as the library provides git_filebuf_printf which takes care of the formatting itself. Also get rid of an use of strcat + strcpy which is always a nice thing. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
Fix all the missmatched arguments in the docs
Vicent Marti committed -
Drop redundant methods. The ncmp method is now public
Vicent Marti committed -
Yeah. Finally. Fuck the old names, this ain't POSIX and they don't make any sense at all.
Vicent Marti committed -
Same name as `git_config_foreach`
Vicent Marti committed -
Implement config writing
Vicent Martí committed -
Vicent Marti committed
-
- 15 Jun, 2011 10 commits
-
-
Fix: GIT_PATH_PATH_SEPARATOR is now a semi-colon under Windows.
Vicent Martí committed -
GIT_PATH_LIST_SEPARATOR and GIT_PATH_MAX are made public so that it's can be used by a client.
Romain Geissler committed -
Fix compilation warnings in MSVC
Vicent Martí committed -
Fix git_index_add()
Vicent Martí committed -
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
README.md: do not break syntax highlighting
Vicent Martí committed -
Scott Chacon committed
-
Signed-off-by: schu <schu-github@schulog.org>
schu committed
-
- 14 Jun, 2011 7 commits
-
-
Scott Chacon committed
-
Scott Chacon committed
-
Scott Chacon committed
-
Vicent Marti committed
-
Scott Chacon committed
-
Port MSVC specific Waf compilation flags to CMake and remove dynamic dependence to msvcr100.dll on Windows The '/MT' and '/MTd' flags replace the dynamic link to 'msvcr100.dll' with a static link to 'libcmt.lib'. This has the nice effect to ease the deployment of libgit2 by removing the dependence on 'msvcr100.dll' which is not deployed by default on Windows.
Em committed -
Vicent Marti committed
-