- 17 Jun, 2011 19 commits
-
-
Scott commands, I obey.
Vicent Marti committed -
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Fix compilation error in MSVC when compiling for c++
Vicent Martí committed -
Do not mess with environment variables anymore. The new external API has more helper methods, and everything is explicit.
Vicent Marti committed -
Johan 't Hart committed
-
If a config has several files, we need to check all of them before we can say that a variable doesn't exist. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
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 9 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
-