]> git.proxmox.com Git - libgit2.git/history - examples/network/clone.c
examples: show used local objects in fetch
[libgit2.git] / examples / network / clone.c
2013-09-06 Russell BelferMerge pull request #1791 from libgit2/cmn/revwalk-recursive
2013-09-04 Vicent MartíMerge pull request #1817 from libgit2/ntk/fix/backend...
2013-09-03 Vicent MartíMerge pull request #1804 from ethomson/rewrites
2013-09-03 Vicent MartíMerge pull request #1814 from libgit2/is-empty-fix
2013-09-02 Vicent MartíMerge pull request #1823 from kadamski/building4android
2013-09-01 Vicent MartíMerge pull request #1822 from kadamski/examples-cleanup
2013-09-01 Krzysztof AdamskiAdding credentials callback to ls-remote and fetch...
2013-04-16 Vicent MartiMerge branch 'development'
2013-03-05 Vicent MartíMerge pull request #1369 from arrbee/repo-init-template...
2013-02-27 Vicent MartíMerge pull request #1233 from arrbee/file-similarity...
2013-02-26 Edward ThomsonMerge pull request #1364 from martinwoodward/thank...
2013-02-26 Martin WoodwardGive props to Martin Pool
2013-02-14 Vicent MartíMerge pull request #1318 from nulltoken/topic/diff...
2013-02-12 Ben StraubMerge pull request #1333 from phkelley/push_options
2013-02-12 Russell BelferMerge pull request #1246 from arrbee/fix-force-text...
2013-02-12 Russell BelferMerge pull request #1316 from ben/clone-cancel
2013-02-05 Ben StraubAllow progress callback to cancel fetch
2013-02-05 Vicent MartíMerge pull request #1315 from nulltoken/development
2013-02-04 Russell BelferMerge pull request #1298 from ben/user-at
2013-01-31 Ben StraubAdd user-from-url param to auth callback
2013-01-24 Philip KelleyMerge pull request #1250 from jamill/push_update_tips
2013-01-23 Vicent MartíMerge pull request #1275 from ethomson/examples_windows
2013-01-23 Edward Thomsonupdate examples to work on windows
2013-01-05 Vicent MartíMerge pull request #1131 from libgit2/correct-ahead...
2013-01-03 Vicent MartiMerge branch 'development' into clar2
2013-01-02 Vicent MartíMerge pull request #1152 from ben/clone-api-structification
2013-01-02 Ben StraubInclude checkout options inline
2012-12-27 Ben StraubFix warnings in example
2012-12-20 Ben StraubFix clone sample
2012-12-14 Vicent MartíMerge pull request #1143 from ben/clone-options
2012-12-14 Ben StraubMove non-options back out of options struct
2012-12-14 Ben StraubDeploy git_clone_options to network sample
2012-12-14 Vicent MartiMerge remote-tracking branch 'origin/clone-auth' into...
2012-12-13 Ben StraubEnable authenticated clones in network sample
2012-12-13 Ben StraubStop premature remote freeing when cloning
2012-12-13 Ben StraubFix network example
2012-12-07 Vicent MartíMerge pull request #1091 from carlosmn/stream-object
2012-12-05 Vicent MartíMerge pull request #1115 from ben/struct-versions
2012-11-30 Ben StraubDeploy GIT_CHECKOUT_OPTS_INIT
2012-11-29 Vicent MartíMerge pull request #1090 from arrbee/ignore-invalid...
2012-11-28 Ben StraubMerge pull request #1087 from libgit2/great-renaming
2012-11-27 Ben StraubExamples: fix clone api
2012-11-22 Philip KelleyMerge pull request #1095 from martinwoodward/authors
2012-11-13 Vicent MartíMerge pull request #1068 from carlosmn/config-empty...
2012-11-13 Vicent MartíMerge pull request #1016 from arrbee/fix-checkout-dir...
2012-11-09 Russell BelferFix various cross-platform build issues
2012-11-02 Vicent MartíMerge pull request #1014 from arrbee/diff-rename-detection
2012-10-30 Vicent MartíMerge pull request #1017 from arrbee/diff-patch-to-str
2012-10-25 Vicent MartíMerge pull request #1021 from ethomson/cmake_vs
2012-10-25 Russell BelferMerge pull request #925 from nulltoken/topic/moving...
2012-10-25 Vicent MartíMerge pull request #990 from ben/clone-callbacks
2012-10-24 Ben StraubRenaming: fix example
2012-10-20 Ben StraubImprove clone sample's formatting
2012-10-20 Ben StraubCheckout progress now reports completed/total steps
2012-10-20 Ben Straubgitno_buffer: callback on each packet
2012-10-20 Ben StraubCorrect progress reporting from checkout
2012-10-20 Ben StraubClone: in-line callbacks for progress
2012-10-20 Ben StraubExample: compile fixes (not yet working)
2012-08-20 Vicent MartíMerge pull request #884 from carlosmn/global-windows
2012-08-19 Vicent MartíMerge pull request #778 from ben/clone
2012-07-31 Ben StraubRename example function to avoid name collision.
2012-07-31 Ben StraubCheckout: save index on checkout.
2012-07-30 Ben StraubAdd clone to the network example.