- 18 Aug, 2011 13 commits
-
-
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed -
Provide the git_remote_download function to instruct the library to downlad the packfile and let the user know the temporary location. 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 -
Move the generation of the want-list to be done from the negotiate function, and keep the filtered references inside the remote structure. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed -
Configurations when taken from a repository and remotes should be identifiable as coming from a particular repository. This allows us to reduce the amount of variables that the user has to keep track of. 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 -
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 -
Carlos Martín Nieto committed
-
Carlos Martín Nieto committed
-
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed -
cleanup: some nitpicking and missing free's.
Vicent Martí committed
-
- 17 Aug, 2011 6 commits
-
-
Signed-off-by: schu <schu-github@schulog.org>
schu committed -
Signed-off-by: schu <schu-github@schulog.org>
schu committed -
Signed-off-by: schu <schu-github@schulog.org>
schu committed -
Signed-off-by: schu <schu-github@schulog.org>
schu committed -
Signed-off-by: schu <schu-github@schulog.org>
schu committed -
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 3 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
-