Etienne Samson
eec4dcc34b
Whitespace.
2013-09-16 23:07:22 +02:00
Etienne Samson
b622aabec0
Add a wrapper to provide the libssh2 error message
2013-09-16 23:07:19 +02:00
Vicent Marti
c62b5ca590
clone: Anal as fuck
2013-09-16 22:23:05 +02:00
Ben Straub
8821c9aa5b
Merge pull request #1850 from linquize/git-clone-init-options
...
git_clone supports init_options
2013-09-15 17:50:03 -07:00
Linquize
f2df503bab
git_clone supports optional init_options
2013-09-16 08:02:36 +08:00
Russell Belfer
e580afd863
Add tests for git_tree_walk
...
This tests the fixes for issues from #1849
2013-09-13 14:33:26 -07:00
Russell Belfer
236945a524
Merge pull request #1849 from whavinga/treewalker
...
Treewalker
2013-09-13 14:31:26 -07:00
wilke
d7fc2eb29b
Fix memory leak in git_tree_walk on error or when stopping the walk from the supplied callback
2013-09-13 21:36:39 +02:00
wilke
4e01e3029b
Prevent git_tree_walk 'skip entry' callback return code from leaking through as the return value of git_tree_walk
2013-09-13 21:21:33 +02:00
Vicent Martí
25803c632d
Merge pull request #1848 from libgit2/ntk/fix/cl_assert_equal_sz
...
Fix cl_assert_equal_sz error message formating
2013-09-12 06:42:06 -07:00
nulltoken
6f2003612c
clar: Move cl_assert_equal_sz() definition to clar.h
2013-09-12 13:54:33 +02:00
nulltoken
273ddc54f5
clar: Fix clar__assert_equal error message formating
2013-09-12 13:54:22 +02:00
Vicent Martí
a6ee166111
Merge pull request #1839 from isaac/ssh-repository-invalid
...
SSH: Clone fails with errors: ERROR: Repository invalid & Early EOF
2013-09-11 16:46:39 -07:00
Ben Straub
7301cd6007
Merge pull request #1846 from libgit2/ntk/fix/format
...
errors: Fix format of some error messages
2013-09-11 13:14:42 -07:00
nulltoken
8cf8052534
errors: Fix format of some error messages
2013-09-11 20:13:59 +02:00
Russell Belfer
6c38e60a00
Merge pull request #1838 from libgit2/cmn/first-parent
...
revwalk: allow simplifying by first-parent
2013-09-10 16:55:58 -07:00
Russell Belfer
68642bce4b
Merge pull request #1841 from libgit2/ntk/fix/loose_ambiguous
...
Make odb_loose return EAMBIGUOUS when required
2013-09-10 16:54:37 -07:00
nulltoken
209f9b67c4
odb: Teach loose backend to return EAMBIGUOUS
2013-09-10 22:36:13 +02:00
nulltoken
d0cd6c427a
path: Make direach() return EUSER on callback error
2013-09-10 22:36:10 +02:00
Carlos Martín Nieto
15f7b9b8d9
revwalk: allow simplifying by first-parent
...
When enabled, only the first parent of each commit will be queued,
enabling a simple way of using first-parent simplification.
2013-09-09 20:31:14 +02:00
Russell Belfer
38859f2937
Merge pull request #1843 from uh-sem-blee/development
...
fixing headers with bad values for objective-c
2013-09-09 11:11:39 -07:00
Russell Belfer
0c52b204c5
Make work if built with threading enabled
2013-09-09 11:07:17 -07:00
Krzysztof Adamski
b2395a8267
Only use callbacks when -n or -v in add example.
2013-09-09 11:01:31 -07:00
Krzysztof Adamski
04fd266584
Move statement after declarations in add example.
2013-09-09 11:01:31 -07:00
Krzysztof Adamski
9a0e42c673
Remove unnececery arguments priting in add example.
2013-09-09 11:01:30 -07:00
Krzysztof Adamski
813937ce4e
Better usage info in add example.
2013-09-09 11:01:30 -07:00
Krzysztof Adamski
24d2322096
Add -u option to add example.
2013-09-09 11:01:30 -07:00
Krzysztof Adamski
e8fa14d3a3
Supported options information in add example.
2013-09-09 11:01:30 -07:00
Krzysztof Adamski
62020aa8f9
Adding add example.
2013-09-09 11:01:30 -07:00
John Josef
f313843c8a
fixing headers with bad values for objective-c
2013-09-09 13:53:22 -04:00
Russell Belfer
e0b4a8ac33
Merge pull request #1842 from uh-sem-blee/development
...
fixes issues with objective-git
2013-09-09 10:30:31 -07:00
Russell Belfer
4dfe38205b
Comment updates
2013-09-09 10:24:48 -07:00
Russell Belfer
5fb1f9f204
Merge pull request #1837 from libgit2/ntk/topic/control_stream_write_size
...
odb: Error when streaming in less|more bytes than declared
2013-09-09 10:17:54 -07:00
Isaac Kearse
b345026baa
Test for repo before removing leading colon
2013-09-10 05:16:52 +12:00
John Josef
917e5fa9a1
fixes issues with objective-git
2013-09-08 18:31:56 -04:00
Isaac Kearse
fbabe855ad
Trim leading colon from ssh repository path
2013-09-08 14:11:08 +12:00
nulltoken
031f3f8028
odb: Error when streaming in too [few|many] bytes
2013-09-07 23:00:20 +02:00
Carlos Martín Nieto
53ea051371
config: handle realloc issues from larger depths
...
As the include depth increases, the chance of a realloc
increases. This means that whenever we run git_array_alloc() or call
config_parse(), we need to remember what our reader's index is so we
can look it up again.
2013-09-07 20:51:26 +02:00
Carlos Martín Nieto
6978992298
config: return an error when reaching the maximum include depth
2013-09-07 20:51:26 +02:00
Carlos Martín Nieto
73fc5e01c2
config: fix variable overriding
...
When two or more variables of the same name exist and the user asks
for a scalar, we must return the latest value assign to it.
2013-09-07 20:51:26 +02:00
Carlos Martín Nieto
a9fb79896e
config: refresh included files
...
We need to refresh the variables from the included files if they are
changed, so loop over all included files and re-parse the files if any
of them has changed.
2013-09-07 20:51:26 +02:00
Carlos Martín Nieto
19be0692b4
config: keep a list of included files
...
When refreshing we need to refresh if any of the files have been
touched, so we need to keep the list.
2013-09-07 20:51:26 +02:00
Carlos Martín Nieto
d8d25acb9a
config: add support for include directives
...
Relative, absolute and home-relative paths are supported. The
recursion limit it set at 10, just like in git.
2013-09-07 20:51:26 +02:00
Vicent Martí
ef6389ad50
Merge pull request #1836 from libgit2/ntk/fix/leaks
...
Fix memory leaks
2013-09-07 09:18:56 -07:00
Vicent Martí
ae49719a3b
Merge pull request #1835 from libgit2/ntk/fix/less_backend_calls_on_revparsing
...
Some revparse love
2013-09-07 09:18:44 -07:00
nulltoken
e839efbe24
tests: Fix memory leaks
2013-09-07 17:51:24 +02:00
nulltoken
1634df8c28
revparse: Simplify error handling
2013-09-07 17:48:06 +02:00
nulltoken
a8d67afe42
revparse: Prevent unnecessary odb backend calls
2013-09-07 17:48:05 +02:00
Russell Belfer
32e4992972
Merge pull request #1791 from libgit2/cmn/revwalk-recursive
...
revwalk: make mark_unintersting use a loop
2013-09-06 14:20:51 -07:00
Russell Belfer
97affdf213
Merge pull request #1815 from libgit2/ntk/topic/stream_write/check_before_overwriting
...
Ask the odbbackend if the object exists before overwriting it
2013-09-06 14:13:12 -07:00