]> git.proxmox.com Git - libgit2.git/history - src/remote.c
Merge pull request #444 from carlosmn/fetch-fixes
[libgit2.git] / src / remote.c
2011-10-09 Vicent MartíMerge pull request #444 from carlosmn/fetch-fixes
2011-10-08 Carlos Martín Nietofetch: store FETCH_HEAD
2011-09-22 Vicent MartíMerge pull request #405 from carlosmn/http-ls
2011-09-19 Vicent MartíMerge pull request #384 from kiryl/warnings
2011-09-19 Vicent MartíMerge pull request #397 from lambourg/development
2011-09-19 Vicent MartíMerge pull request #394 from carlosmn/tree-fromindex
2011-09-19 Vicent MartíMerge pull request #398 from carlosmn/config-autohome
2011-09-19 Vicent MartíMerge pull request #408 from schu/fixup-status
2011-09-19 Vicent MartíMerge pull request #393 from schu/unused-but-set-variable
2011-09-19 Vicent MartíMerge pull request #392 from sschuberth/development
2011-09-19 Vicent MartíMerge pull request #400 from boyski/fixup-examples
2011-09-19 Vicent MartíMerge pull request #399 from carlosmn/free-null
2011-09-19 Vicent MartíMerge pull request #409 from nulltoken/ntk/fix/status...
2011-09-19 Vicent MartíMerge pull request #411 from boyski/gcc4
2011-09-19 Vicent MartiTabify everything
2011-09-18 Vicent MartiCleanup legal data
2011-09-13 Carlos Martín NietoAdd checks for NULL to the config and remote free functions
2011-09-02 Vicent MartíMerge pull request #388 from lambourg/master
2011-08-30 Kirill A. ShutemovCMakefile: add -Wmissing-prototypes and fix warnings
2011-08-30 Vicent MartíMerge pull request #380 from kiryl/no-release-debug
2011-08-30 Carlos Martín NietoAdd git_remote_new
2011-08-30 Carlos Martín NietoDon't hide the transport details
2011-08-30 Vicent MartíMerge pull request #378 from kiryl/Wuninitialized
2011-08-26 Vicent MartíMerge pull request #379 from kiryl/STRLEN
2011-08-25 Kirill A. ShutemovDrop STRLEN() macros
2011-08-18 Vicent Martiposix: Properly handle `snprintf` in all platforms
2011-08-18 Carlos Martín NietoAdd git_remote_update_tips
2011-08-18 Carlos Martín NietoOnly wait for pack if we need it
2011-08-18 Carlos Martín NietoDon't expose the fetch code to the user
2011-08-18 Carlos Martín NietoBind the configuration and remotes to a repository
2011-08-18 Carlos Martín NietoImplement sending haves
2011-08-18 Carlos Martín NietoAdd a generic send_wants
2011-07-12 Vicent MartíMerge pull request #321 from letolabs/readme
2011-07-05 Vicent MartíMerge pull request #299 from kiryl/examples-general...
2011-07-05 Vicent MartíMerge pull request #297 from nulltoken/patch-5
2011-07-05 Vicent MartíMerge pull request #300 from carlosmn/gsoc2011/master
2011-06-27 Carlos Martín NietoSlim down git_transport
2011-06-27 Carlos Martín NietoAdd git_remote_connect and git_remote_ls
2011-06-26 Carlos Martín NietoAbstract the refspec query and parse
2011-06-26 Carlos Martín NietoAdd a remotes API