- 17 Jun, 2011 2 commits
-
-
Vicent Marti committed
-
Vicent Marti committed
-
- 16 Jun, 2011 8 commits
-
-
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 14 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
-
Vicent Marti committed
-
Goodbye Waf. It's been a long ride.
Vicent Marti committed -
All the custom backend code will be moved to a separate project, together with the new MySQL backend.
Vicent Marti committed -
Remove uneeded arpa/inet.h include
Vicent Martí committed -
This header isn't needed at all and it shows a lot of warnings on OpenBSD. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
Add a test to check that value replacement works. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
Confg variables are indended using tags and not four spaces as was being done by the code. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed
-
- 12 Jun, 2011 3 commits
-
-
nulltoken committed
-
nulltoken committed
-
Brian Lopez committed
-
- 11 Jun, 2011 1 commit
-
-
Msvc10 fixes
Vicent Martí committed
-
- 10 Jun, 2011 2 commits
-
-
The better solution would probably be to turn the gitfo_lstat / gitfo_readlink macros into real functions that wrap either lstat or gitfo_lstat__w32 (and readlink or gitfo_readlink__w32). However, that would introduce an indirection unless inlined. For now, this is the less intrusive change.
Sebastian Schuberth committed -
MSVC supports "inline" only in C++ code, not in C code.
Sebastian Schuberth committed
-