- 01 Jun, 2011 10 commits
-
-
Fix typos
Vicent Martí committed -
test_lib.c: flush stdout after every test-run
Vicent Martí committed -
Plug a leak in the index unmerged entries vector
Vicent Martí committed -
Config bugfix
Vicent Martí committed -
Add git_repository_is_bare() accessor
Vicent Martí committed -
Vicent Marti committed
-
A TREE extension with an entry count of -1 means that it was invalidated and we should ignore it. Do so instead of returning an error. This fixes issue #202 Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
There are two reasons why read_tree_internal might return a NULL tree. The first one is a corrupt index, but the second one is an invalidated TREE extension. Up to now, its only way to communicate with its caller was through the return value being NULL or not. Allow read_tree_internal to report its exit status independently from the tree pointer. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
The `git_repository_index` call now returns a brand new index that must be manually free'd.
Vicent Marti committed -
Vicent Marti committed
-
- 31 May, 2011 10 commits
-
-
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 -
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 -
Nothing is allowed betwen the closing quotation mark and the ] so return an error if there is. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
Also free the subsection if we find too many quotes Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
If parse_section_header{,_ext} return an error, current_section doesn't get allocated. Set it to NULL after freeing so we don't try to free it again. This fixes part 2-2 of Issue #210. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
Simplify cfg_readline and at the same time fix it so that it does really ignore empty lines. This fixes point 2-1 of Issue #210 Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
On error, it would free the configuration object even though it didn't own that memory, which would cause a double-free. This fixes the first part of Issue #210 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
-
- 30 May, 2011 1 commit
-
-
Make sure the user immediately sees the feedback, '.' or 'F', for a test. If it's only in the buffer, it may gets "lost" in case of error. Signed-off-by: schu <schu-github@schulog.org>
schu committed
-
- 29 May, 2011 2 commits
- 24 May, 2011 3 commits
-
-
nulltoken committed
-
Fix compilation warnings in MSVC
Vicent Martí committed -
This allows to successfully build libgit2 with waf on Windows.
nulltoken committed
-
- 23 May, 2011 14 commits
-
-
Vicent Marti committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-