- 17 Aug, 2011 1 commit
-
-
Signed-off-by: schu <schu-github@schulog.org>
schu committed
-
- 16 Aug, 2011 4 commits
-
-
Fix the reference character check for Unicode
Vicent Martí committed -
We need to do an unsigned comparison, as otherwise UTF-8 characters might look like they have the sign bit set and the check will fail. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
reflog: assimilate API
Vicent Martí committed -
Make sure to free the existing reflog when we run out or memory while adding new entries. Signed-off-by: schu <schu-github@schulog.org>
schu committed
-
- 15 Aug, 2011 1 commit
-
-
Rather than returning the OIDs out of the reflog as string return them as git_oid. Signed-off-by: schu <schu-github@schulog.org>
schu committed
-
- 13 Aug, 2011 2 commits
-
-
Add missing GIT_BEGIN_DECL and GIT_END_DECL to indexer header
Vicent Martí committed -
Lambert CLARA committed
-
- 12 Aug, 2011 3 commits
-
-
Really fix pkg-config
Vicent Martí committed -
Vicent Marti committed
-
Without the @ONLY option, CONFIGURE_FILE would replace the variables that are meant to be used to pkg-config at configure time. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto 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 1 commit
-
-
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
-