- 12 Aug, 2011 1 commit
-
-
Vicent Marti committed
-
- 10 Aug, 2011 8 commits
-
-
Vicent Marti committed
-
t12-repo.c: fix failing test discover0
Vicent Martí committed -
discover0 tried to stat a non existing directory. Create it beforehand. Signed-off-by: schu <schu-github@schulog.org>
schu committed -
Slight enhancement to the Discover test
Vicent Martí committed -
Fix "redefinition of typedef git_indexer" build error
Vicent Martí committed -
Fix installation of libgit2.pc file
Vicent Martí committed -
util: Add git__strcmp_cb() wrapper
Vicent Martí committed -
mwindow.c: fix -Wmissing-field-initializers
Vicent Martí committed
-
- 09 Aug, 2011 4 commits
-
-
We don't want direct pointers to the CRT on Windows, we may get stdcall conflicts.
nulltoken committed -
Signed-off-by: schu <schu-github@schulog.org>
schu committed -
configure_file outputs by default to binary dir, and install(files) search from source dir.
Lambert CLARA committed -
nulltoken committed
-
- 08 Aug, 2011 3 commits
-
-
Vicent Marti committed
-
We don't want direct pointers to the CRT on Windows, we may get stdcall conflicts.
Vicent Marti committed -
Use __stdcall by default on Windows
Vicent Martí committed
-
- 07 Aug, 2011 2 commits
-
-
Create and install pkg-config file
Vicent Martí committed -
This hasn't been working since the switch away from waf. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed
-
- 06 Aug, 2011 3 commits
-
-
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed -
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed -
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed
-
- 05 Aug, 2011 1 commit
-
-
Signed-off-by: J. David Ibáñez <jdavid@itaapy.com>
J. David Ibáñez committed
-
- 04 Aug, 2011 7 commits
-
-
Fix wrong test in t04-commit
Vicent Martí committed -
Check for error calculating the delta base
Vicent Martí committed -
Don't assume that it's always going to work. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed -
Replace all must_pass(strcmp()) by must_be_true(strcmp()==0)
Lambert CLARA committed -
Implement a pack indexer
Vicent Martí committed -
git_status_foreach issue
Vicent Martí committed -
signature.c: fix off-by-one error
Vicent Martí committed
-
- 03 Aug, 2011 7 commits
-
-
git_signature_new() and git_signature_now() currently don't return error codes. Change the API to return error codes and not pointers to let the user handle errors properly. Signed-off-by: schu <schu-github@schulog.org>
schu committed -
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed -
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed -
Only v2 index files are supported. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed -
Luc Bertrand committed
-
Luc Bertrand committed
-
Luc Bertrand committed
-
- 02 Aug, 2011 4 commits
-
-
Signed-off-by: schu <schu-github@schulog.org>
schu committed -
You can use it just as you'd use a for-loop Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed -
The callers immediately throw away the offset, so we don't need any logical changes in any of them. This will be useful for the indexer, as it does need to know where the compressed data ends. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed -
Carlos Martín Nieto committed
-