Merge branch 'aw/mirror-push' into jk/send-pack
[gitweb.git] / transport.c
2007-11-14 Merge branch 'aw/mirror-push' into jk/send-pack
2007-11-14 Merge branch 'ar/send-pack-remote-track' into jk/send...
2007-11-14 Merge branch 'db/remote-builtin' into jk/send-pack
2007-11-12 Merge branch 'maint'
2007-11-11 Merge branch 'js/upload-pack'
2007-11-11 Merge branch 'js/reset'
2007-11-11 Merge branch 'js/parseopt-abbrev-fix'
2007-11-11 Merge branch 'maint'
2007-11-11 push: teach push to pass --verbose option to transport...
2007-11-10 Merge branch 'maint'
2007-11-10 git-push: plumb in --mirror mode
2007-11-10 Merge master into aw/mirror-push
2007-11-09 Merge branch 'jk/terse-push' into aw/mirror-push
2007-11-09 Merge branch 'maint'
2007-11-08 Style: place opening brace of a function definition...
2007-11-08 Merge branch 'jc/clean-config'
2007-11-08 Merge branch 'ds/maint-deflatebound'
2007-11-08 Merge branch 'cp/p4'
2007-11-08 Merge branch 'maint'
2007-11-06 Merge branch 'maint'
2007-11-04 Merge branch 'jc/format-patch-encoding'
2007-11-04 Merge branch 'jc/revert-merge'
2007-11-04 Merge branch 'ss/mailsplit'
2007-11-04 Merge branch 'np/pack'
2007-11-04 Merge branch 'jn/gitweb'
2007-11-04 Merge branch 'maint'
2007-11-03 Use built-in send-pack.
2007-11-03 Miscellaneous const changes and utilities
2007-11-02 Merge branch 'maint'
2007-11-02 Merge branch 'ph/parseopt'
2007-11-02 Merge branch 'np/progress'
2007-11-02 Merge branch 'br/gccfix'
2007-11-02 Merge branch 'gp/maint-diffdoc'
2007-11-02 transport.c: squelch a gcc 4.0.1 complaint about an...
2007-11-02 Merge branch 'maint'
2007-11-01 Merge branch 'bk/maint-cvsexportcommit'
2007-11-01 Merge branch 'js/forkexec'
2007-11-01 Merge branch 'sp/mergetool'
2007-11-01 Merge branch 'kh/commit'
2007-10-31 Merge branch 'maint' to catch up with 1.5.3.5
2007-10-31 Merge branch 'maint' into HEAD
2007-10-31 Merge branch 'jk/send-pack' into HEAD
2007-10-31 Merge branch 'ds/gitweb' into HEAD
2007-10-31 Merge branch 'js/rebase' into HEAD
2007-10-29 Merge branch 'maint'
2007-10-28 Merge branch 'master' of git://git./gitk/gitk
2007-10-27 Merge branch 'ja/shorthelp'
2007-10-27 Merge branch 'maint'
2007-10-25 Merge branch 'db/fetch-pack'
2007-10-21 Change git_connect() to return a struct child_process...
2007-10-16 Support 'push --dry-run' for http transport
2007-10-16 Support 'push --dry-run' for rsync transport
2007-10-16 Merge branch 'master' into db/fetch-pack
2007-10-16 Fix compilation when NO_CURL is defined
2007-10-03 Restore default verbosity for http fetches.
2007-10-01 fetch/push: readd rsync support
2007-09-30 bundle transport: fix an alloc_ref() call
2007-09-19 Fix memory leaks when disconnecting transport instances
2007-09-19 Ensure builtin-fetch honors {fetch,transfer}.unpackLimit
2007-09-19 Always obtain fetch-pack arguments from struct fetch_pa...
2007-09-19 Refactor struct transport_ops inlined into struct transport
2007-09-19 Avoid printing unnecessary warnings during fetch and...
2007-09-19 Remove unnecessary 'fetch' argument from transport_get API
2007-09-19 Cleanup duplicate initialization code in transport_get
2007-09-19 Don't bother passing ref log details to walker in built...
2007-09-19 Backup the array passed to fetch_pack so we can free...
2007-09-19 Remove pack.keep after ref updates in git-fetch
2007-09-19 Simplify fetch transport API to just one function
2007-09-19 Replace custom memory growth allocator with ALLOC_GROW
2007-09-19 Add bundle transport
2007-09-19 Add fetch methods to transport library.
2007-09-19 Push code for transport library