lionel vitte
e2886f1e7e
Fix link issue in network examples
2013-03-20 21:13:43 +08:00
Ben Straub
cc3e9b5af4
Make building samples more friendly
2012-12-16 10:50:10 -08:00
Russell Belfer
0f3def715d
Fix various cross-platform build issues
...
This fixes a number of warnings and problems with cross-platform
builds. Among other things, it's not safe to name a member of a
structure "strcmp" because that may be #defined.
2012-11-09 13:52:07 -08:00
Ben Straub
84595a30c0
Add clone to the network example.
2012-07-30 14:38:32 -07:00
Carlos Martín Nieto
371599576a
indexer: don't use '/objects/pack/' unconditionally
...
Not everyone who indexes a packfile wants to put it in the standard
git repository location.
2012-06-28 10:24:03 +02:00
Chris Young
66a8b662b4
Fix incorrect revert
2012-06-14 19:15:46 +01:00
Chris Young
a8df98c6fb
Updates from comments on OS4 compatibility pull request http://github.com/libgit2/libgit2/pull/766
2012-06-14 18:57:24 +01:00
Chris Young
41cbbea8fe
Let platform 'Generic' get the regex deps so we don't need to use our external ones
2012-06-09 23:05:59 +01:00
Chris Young
bb502fa803
Fix makefile
2012-06-09 12:52:49 +01:00
Carlos Martín Nieto
f184836bd2
remote: run a callback when updating the branch tips
...
This allows the caller to update an internal structure or update the
user output with the tips that were updated.
While in the area, only try to update the ref if the value is
different from its old one.
2012-04-25 13:25:45 +02:00
Vicent Marti
d88d4311c7
remote: Cleanup the remotes code
...
- Hide the remaining transports code
- Drop `git_headarray`, switch to using a callback to list refs. Makes
the code cleaner.
2011-11-28 08:40:40 +01:00
Carlos Martín Nieto
2401262778
examples: add ls-remote, fetch and index-pack examples
...
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-10-03 02:32:32 +02:00