- 27 Sep, 2011 5 commits
-
-
Whenever a file is updated in the index, each tree leading towards it needs to be invalidated. Provide the supporting function. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
The fix introduced in a02fc2cd (2011-05-24; index: correctly parse invalidated TREE extensions) threw out the rest of the data in the extension if it found an invalidated entry. This was the result of incorrect reading of the documentation. Insted, keep reading the extension, as there may be cached data we can use. 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 -
Rename git_index_tree to git_tree_cache. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
This reverts commit e1b86444.
Vicent Marti committed
-
- 25 Sep, 2011 1 commit
-
-
Implment p_access and use it in git_fileutils_exists
Vicent Martí committed
-
- 22 Sep, 2011 6 commits
-
-
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed -
Paul Betts committed
-
config: make git_config_[get|set]_long() able to properly deal with 8 bytes wide values
Vicent Martí committed -
Vicent Marti committed
-
Implement ls-remote over HTTP
Vicent Martí committed -
Should fix issue #419. Signed-off-by: nulltoken <emeric.fermas@gmail.com>
nulltoken committed
-
- 21 Sep, 2011 3 commits
-
-
Move the header parsing state into the transport, making use of the existing bitfield. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed -
Paul Betts committed
-
Two `posix.c` files may or may not break MSVC builds under 2008. Do not have repeated objects. You will need to clean & regenerate CMake.
Vicent Marti committed
-
- 20 Sep, 2011 8 commits
-
-
refs: fix git_reference_rename()
Vicent Martí committed -
Rewrite p_* functions to use Unicode and marshal to UTF8 internally, take 2
Vicent Martí committed -
repsitory: use better error code if path is too short for discover
Vicent Martí committed -
Vicent Marti committed
-
Vicent Marti committed
-
reference_rename() recently failed when renaming an existing reference refs/heads/foo/bar -> refs/heads/foo because of a change in the underlying functions / error codes. Fixes #412. Signed-off-by: schu <schu-github@schulog.org>
schu committed -
Signed-off-by: nulltoken <emeric.fermas@gmail.com> Signed-off-by: schu <schu-github@schulog.org>
schu committed -
GIT_EOVERFLOW means something different. Use GIT_ESHORTBUFFER. On the way, remove a redundant sizeof(char). Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed
-
- 19 Sep, 2011 17 commits
-
-
Paul Betts committed
-
Paul Betts committed
-
Paul Betts committed
-
Paul Betts committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed -
Vicent Marti committed
-
Add more -W flags to CFLAGS
Vicent Martí committed -
Fix compilation issues with mingw64 headers
Vicent Martí committed -
Use git_treebuilder to write the index as a tree
Vicent Martí committed -
git_repository_config: open global config file automatically
Vicent Martí committed -
Fixup status.c
Vicent Martí committed -
filebuf.c: fix unused-but-set warning
Vicent Martí committed -
Fix a bug and GCC warning introduced in 932669b8
Vicent Martí committed -
Fix up examples code
Vicent Martí committed -
Add checks for NULL to the config and remote free functions
Vicent Martí committed
-