Utkarsh Gupta
0c9c969a9b
New upstream version 0.99.0+dfsg.1
2020-03-14 00:52:48 +05:30
Pirate Praveen
eae0bfdcd8
New upstream version 0.27.0+dfsg.1
2018-04-26 18:06:07 +05:30
Ariel O. Barria
9334c86f49
print_usage functions is defined but not used
...
Use the previously created function to display a message when the arguments are not valid.
ticket 3095
2015-06-03 14:54:35 -05:00
Boris Egorov
23d1dbe919
describe example: function to add commits to opts
...
Add safe function to (a,rea)llocate memory which terminate example on
memory allocation failure.
Move code to allocate commits to its own function.
2015-02-06 12:16:40 +06:00
Boris Egorov
36e13399c0
describe example: fix memory allocation size
...
We need to allocate memory for sizeof(char *) * ncommits, not just for
ncommits.
Issue detected by GCC's AddressSanitizer.
2015-01-25 22:34:46 +06:00
Carlos Martín Nieto
799e22ea0c
Rename git_threads_ to git_libgit2_
...
This describes their purpose better, as we now initialize ssl and some
other global stuff in there. Calling the init function is not something
which has been optional for a while now.
2014-11-08 23:46:39 +01:00
Linquize
d6bbcefce3
describe: add example
2014-10-12 19:25:20 +08:00